Skip to content

Commit 3a5ee2c

Browse files
committed
updated dashboard schema
1 parent 4f167a8 commit 3a5ee2c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

services/dashboard/schemas/dashboard_schema.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ mapping:
33
DEFAULT:
44
type: map
55
mapping:
6-
hide_remote_servers: {type: bool}
7-
regex;(header|servers|nodes|log):
6+
servers:
7+
type: map
8+
mapping:
9+
hide_remote_servers: {type: bool}
10+
background: {type: str}
11+
border: {type: str}
12+
regex;(header|nodes|log):
813
type: map
914
mapping:
1015
background: {type: str}

0 commit comments

Comments
 (0)