mirror of https://github.com/buster-so/buster.git
modify the dashboard ymnl
This commit is contained in:
parent
b51cbc54e1
commit
0119538040
|
@ -501,9 +501,7 @@ pub const DASHBOARD_YML_SCHEMA: &str = r##"
|
||||||
# - id: 2
|
# - id: 2
|
||||||
# items:
|
# items:
|
||||||
# - id: "metric-uuid-2"
|
# - id: "metric-uuid-2"
|
||||||
# width: 6
|
|
||||||
# - id: "metric-uuid-3"
|
# - id: "metric-uuid-3"
|
||||||
# width: 6
|
|
||||||
# column_sizes: [6, 6] # Required - must sum to exactly 12
|
# column_sizes: [6, 6] # Required - must sum to exactly 12
|
||||||
#
|
#
|
||||||
# Rules:
|
# Rules:
|
||||||
|
@ -532,7 +530,7 @@ properties:
|
||||||
properties:
|
properties:
|
||||||
id:
|
id:
|
||||||
type: integer
|
type: integer
|
||||||
description: "Required row ID (integer)"
|
description: "This is just an integer representing the row number 1 -> n"
|
||||||
items:
|
items:
|
||||||
type: array
|
type: array
|
||||||
description: "Array of metrics to display in this row (max 4 items)"
|
description: "Array of metrics to display in this row (max 4 items)"
|
||||||
|
|
Loading…
Reference in New Issue