Skip to content

Commit 00f219e

Browse files
committed
Making default time ranges on grafana endpoint pages consistent with grid page
1 parent c58a7f9 commit 00f219e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

psconfig/perfsonar-psconfig/templates/dns.json.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
]
401401
},
402402
"time": {
403-
"from": "now-6h",
403+
"from": "now-24h",
404404
"to": "now"
405405
},
406406
"timepicker": {},

psconfig/perfsonar-psconfig/templates/endpoints.json.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -3638,7 +3638,7 @@
36383638
]
36393639
},
36403640
"time": {
3641-
"from": "now-6h",
3641+
"from": "now-24h",
36423642
"to": "now"
36433643
},
36443644
"timepicker": {},

psconfig/perfsonar-psconfig/templates/http.json.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
]
234234
},
235235
"time": {
236-
"from": "now-6h",
236+
"from": "now-24h",
237237
"to": "now"
238238
},
239239
"timepicker": {},

0 commit comments

Comments
 (0)