Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyasonik <syasonik@gitlab.com>2019-04-17 17:12:21 +0300
committersyasonik <syasonik@gitlab.com>2019-04-24 13:23:04 +0300
commited87159a71703111ffcedbd2e4248755057c1d8d (patch)
treee660291ac0d3676a09a8de85c508671f39d743af /spec/fixtures
parentd9b83ff36a8203de01fe27e139101f3d8c31e36b (diff)
Finish updating dashboard schema
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/lib/gitlab/metrics_dashboard/schemas/dashboard.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fixtures/lib/gitlab/metrics_dashboard/schemas/dashboard.json b/spec/fixtures/lib/gitlab/metrics_dashboard/schemas/dashboard.json
index 865aebe4a1e..2d7601b64b1 100644
--- a/spec/fixtures/lib/gitlab/metrics_dashboard/schemas/dashboard.json
+++ b/spec/fixtures/lib/gitlab/metrics_dashboard/schemas/dashboard.json
@@ -7,7 +7,7 @@
],
"properties": {
"dashboard": { "type": "string" },
- "order": { "type": "number" },
+ "priority": { "type": "number" },
"panel_groups": {
"type": "array",
"items": { "$ref": "spec/fixtures/lib/gitlab/metrics_dashboard/schemas/panel_groups.json" }