Browse Source

Build App list and docs

GitHub Workflow 2 years ago
parent
commit
d53b8a0dc1
2 changed files with 30 additions and 0 deletions
  1. 15 0
      template/portainer-v2-amd64.json
  2. 15 0
      template/portainer-v2-arm64.json

+ 15 - 0
template/portainer-v2-amd64.json

@@ -2514,6 +2514,21 @@
 						}
 					]
 				},
+				{
+					"label": "DARK_MODE",
+					"name": "DARK_MODE",
+					"select": [
+						{
+							"default": true,
+							"text": "Enable Dark Mode",
+							"value": "true"
+						},
+						{
+							"text": "Disable Dark Mode",
+							"value": "false"
+						}
+					]
+				},
 				{
 					"label": "LOGIN_ENABLED",
 					"name": "LOGIN_ENABLED",

+ 15 - 0
template/portainer-v2-arm64.json

@@ -2514,6 +2514,21 @@
 						}
 					]
 				},
+				{
+					"label": "DARK_MODE",
+					"name": "DARK_MODE",
+					"select": [
+						{
+							"default": true,
+							"text": "Enable Dark Mode",
+							"value": "true"
+						},
+						{
+							"text": "Disable Dark Mode",
+							"value": "false"
+						}
+					]
+				},
 				{
 					"label": "LOGIN_ENABLED",
 					"name": "LOGIN_ENABLED",