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
|
||||
# items:
|
||||
# - id: "metric-uuid-2"
|
||||
# width: 6
|
||||
# - id: "metric-uuid-3"
|
||||
# width: 6
|
||||
# column_sizes: [6, 6] # Required - must sum to exactly 12
|
||||
#
|
||||
# Rules:
|
||||
|
@ -532,7 +530,7 @@ properties:
|
|||
properties:
|
||||
id:
|
||||
type: integer
|
||||
description: "Required row ID (integer)"
|
||||
description: "This is just an integer representing the row number 1 -> n"
|
||||
items:
|
||||
type: array
|
||||
description: "Array of metrics to display in this row (max 4 items)"
|
||||
|
|
Loading…
Reference in New Issue