Utilize renamed dashboard ordering attribute

This commit is contained in:
syasonik 2019-04-17 21:00:27 +08:00
parent 57e0d474c2
commit d9b83ff36a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
dashboard: 'Test Dashboard'
order: 1
priority: 1
panel_groups:
- group: Group A
priority: 10

View File

@ -2,7 +2,7 @@
"type": "object",
"required": [
"dashboard",
"order",
"priority",
"panel_groups"
],
"properties": {