summaryrefslogtreecommitdiffstats
path: root/schema/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema/config.json')
-rw-r--r--schema/config.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/schema/config.json b/schema/config.json
index 21860c39c..5d259cbd4 100644
--- a/schema/config.json
+++ b/schema/config.json
@@ -392,6 +392,15 @@
"additionalProperties": false,
"type": "object",
"description": "Config relating to the spinner."
+ },
+ "statusPanelView": {
+ "type": "string",
+ "enum": [
+ "dashboard",
+ "allBranchesLog"
+ ],
+ "description": "Status panel view.\nOne of 'dashboard' (default) | 'allBranchesLog'",
+ "default": "dashboard"
}
},
"additionalProperties": false,