Skip to content

Commit

Permalink
Change dashboard refresh prop's default value to empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellee committed Nov 21, 2017
1 parent 72cd422 commit abc62b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grafonnet/dashboard.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local timepickerlib = import "timepicker.libsonnet";
time_from="now-6h",
time_to="now",
timezone="browser",
refresh="off",
refresh="",
timepicker=timepickerlib.new(),
hideControls=false,
):: {
Expand Down
2 changes: 1 addition & 1 deletion tests/dashboards/adds_compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"foolinks",
"barlinks"
],
"refresh": "off",
"refresh": "",
"rows": [
{
"collapse": false,
Expand Down
2 changes: 1 addition & 1 deletion tests/dashboards/basic_compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"hideControls": false,
"id": null,
"links": [ ],
"refresh": "off",
"refresh": "",
"rows": [ ],
"schemaVersion": 14,
"style": "dark",
Expand Down

0 comments on commit abc62b1

Please sign in to comment.