-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text that convert interval seconds to days, hours, minutes, seconds #3601
Comments
#3394 will add a similar feature to the backend. |
|
I Could work on this, we should change the time show in seconds to the interval right, like min or hr, please assign to me |
Hi I would like to work on this, if it is still open. we can show time from seconds to hours/minutes that would be much more readable |
@bernarddt should this be done only for displaying the intervals or while taking the input too. |
@CommanderStorm I have raised a PR to resolve this issue. |
The idea is that it shows on the input screen like in the screenshot. This just help that you can see that your input is correct without having to save first. But it could show in other places as well. |
Sorry, not familiar with the interface 😕 |
🏷️ Feature Request Type
UI Feature
🔖 Feature description
I would find it very useful if the GUI where you enter the intervals will also convert the interval from seconds to "days, hours, minutes and seconds" (depending if it is larger than each) and display the result under the text box like where the explanation is under the URL box, but under the interval box like here:
✔️ Solution
This just helps with monitors that are longer durations than seconds, so having an interval set to 90 will show a text like "1 Minute, 30 Seconds" or 3600 seconds will be "1 Hour, 0 Minutes, 0 Seconds".
I use large intervals that are some days or weeks apart, so having the seconds converted would help a lot to see that I'm using the correct value.
❓ Alternatives
No response
📝 Additional Context
No response
The text was updated successfully, but these errors were encountered: