modify the dashboard ymnl

This commit is contained in:
dal 2025-04-04 10:34:18 -06:00
parent b51cbc54e1
commit 0119538040
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 3 deletions

View File

@ -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)"