-
Notifications
You must be signed in to change notification settings - Fork 23
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
Feature Request: Please give us back the timestamps in history view #1065
Comments
+1 |
If you are interested in a quick "hack" to format the history list the way you see fit:
Then, apply this patch to /usr/share/icingaweb2/modules/icingadb/library/Icingadb/Widget/ItemList/BaseHistoryListItem.php
This will display the time as "10. Oct '24 19:11". You can change the format to whatever you prefer by changing the date format in the last statement of the file TimeShortDT.php. Of course you need to apply this change whenever you update icingaweb. Hope this helps... |
In the monitoring module webinterface (the old web interface) you had timestamps in the history view.
In the icingadb webinterface, It's really hard to debug thinks because of the relative time values:
Please return to the good old timestamps:
I have some ideas:
The text was updated successfully, but these errors were encountered: