You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thank you for this absolutely awesome piece of software!
--- request ---
Imagine you are monitoring several servers and you want to quickly check the metrics of all of them, for example once in a week or once in a month.
At the moment the process is like this:
start on the overview list
click on the first server
change period to 1 week
check server metrics
go back to overview page
find the next server
click on that server
change period to 1 week
My request is to add Previous / Next links here:
This would improve the workflow like this:
start on the overview list
click on the first server
change period to 1 week
check server metrics
click "next"
Describe how you would like to see this feature implemented
Just add two links and make sure that when clicking prev/next it remembers the time setting for the metric (24h / 1 week / etc)
The text was updated successfully, but these errors were encountered:
Hey @henrygd thank you very much! Left/Right keys are even better! The only issue now is that I don't know where in the list I am. Imagine having 20 servers in the list and inspecting one by one... after some servers you don't know at which position you are and as the right key jumps from the last in the list to the first in the list automatically you might end up in an "endless" loop.
I know this might sound like a minor thing but the little details matter :)
You might think "just remember the last item and once you land there you know it's the last". BUT this requires to read and inspect the server host on each round, which is not a necessary information when just looping over all servers and inspecting the charts in my opinion.
I thought about how to solve this... Not sure. But I tried the process again and it's really an issue for me. I think the best would be to show a confirmation popup and ask the user whether he/she wants to jump from the end to the first item in the list. The popup could be confirmed with the right arrow key and esc could close it without any action.
Describe the feature you would like to see
First of all thank you for this absolutely awesome piece of software!
--- request ---
Imagine you are monitoring several servers and you want to quickly check the metrics of all of them, for example once in a week or once in a month.
At the moment the process is like this:
My request is to add Previous / Next links here:
This would improve the workflow like this:
Describe how you would like to see this feature implemented
Just add two links and make sure that when clicking prev/next it remembers the time setting for the metric (24h / 1 week / etc)
The text was updated successfully, but these errors were encountered: