mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2024-11-09 23:24:08 -08:00
Add refresh and 24h range by default
This commit is contained in:
parent
3a100f5296
commit
29ade6052f
|
@ -54,7 +54,7 @@
|
|||
"gnetId": null,
|
||||
"graphTooltip": 0,
|
||||
"id": null,
|
||||
"iteration": 1587749285623,
|
||||
"iteration": 1587978243787,
|
||||
"links": [],
|
||||
"panels": [
|
||||
{
|
||||
|
@ -1696,7 +1696,7 @@
|
|||
"type": "row"
|
||||
}
|
||||
],
|
||||
"refresh": false,
|
||||
"refresh": "1m",
|
||||
"schemaVersion": 22,
|
||||
"style": "dark",
|
||||
"tags": [
|
||||
|
@ -1795,7 +1795,7 @@
|
|||
]
|
||||
},
|
||||
"time": {
|
||||
"from": "now-6h",
|
||||
"from": "now-24h",
|
||||
"to": "now"
|
||||
},
|
||||
"timepicker": {
|
||||
|
@ -1818,5 +1818,5 @@
|
|||
"variables": {
|
||||
"list": []
|
||||
},
|
||||
"version": 28
|
||||
"version": 30
|
||||
}
|
Loading…
Reference in a new issue