menu/monitoring: get rid of raw_timestamp
We use this only internally, raw_timestamp should not be accessible
This commit is contained in:
parent
3e24a2cbe4
commit
f9b18828c1
|
@ -85,7 +85,7 @@ url = "monitoring/list/notifications"
|
|||
|
||||
[History.Events]
|
||||
title = "All Events"
|
||||
url = "monitoring/list/eventhistory?raw_timestamp>=-2+days"
|
||||
url = "monitoring/list/eventhistory?timestamp>=-7%20days"
|
||||
|
||||
[System.Process Info]
|
||||
title = "Process Info"
|
||||
|
|
|
@ -85,7 +85,7 @@ url = "monitoring/list/notifications"
|
|||
|
||||
[History.Events]
|
||||
title = "All Events"
|
||||
url = "monitoring/list/eventhistory?raw_timestamp>=-2+days"
|
||||
url = "monitoring/list/eventhistory?timestamp>=-7%20days"
|
||||
|
||||
[History.Timeline]
|
||||
title = "Timeline"
|
||||
|
|
Loading…
Reference in New Issue