We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f167a8 commit 3a5ee2cCopy full SHA for 3a5ee2c
services/dashboard/schemas/dashboard_schema.yaml
@@ -3,8 +3,13 @@ mapping:
3
DEFAULT:
4
type: map
5
mapping:
6
- hide_remote_servers: {type: bool}
7
- regex;(header|servers|nodes|log):
+ servers:
+ type: map
8
+ mapping:
9
+ hide_remote_servers: {type: bool}
10
+ background: {type: str}
11
+ border: {type: str}
12
+ regex;(header|nodes|log):
13
14
15
background: {type: str}
0 commit comments