Utilize renamed dashboard ordering attribute
This commit is contained in:
parent
57e0d474c2
commit
d9b83ff36a
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
dashboard: 'Test Dashboard'
|
||||
order: 1
|
||||
priority: 1
|
||||
panel_groups:
|
||||
- group: Group A
|
||||
priority: 10
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"type": "object",
|
||||
"required": [
|
||||
"dashboard",
|
||||
"order",
|
||||
"priority",
|
||||
"panel_groups"
|
||||
],
|
||||
"properties": {
|
||||
|
|
Loading…
Reference in a new issue