-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cuegui] Add "Boot Time" column to HostMonitorTree and update Attribu…
…tesPlugin to include boot time with year (#1664) - Added "Boot Time" column to `HostMonitorTree` to display and sort by boot time - Updated `AttributesPlugin.py` to include year in `bootTime` attribute **Link the Issue(s) this Pull Request is related to.** [#1663](#1663) **Summarize your change.** Add a "Boot Time" column to the "Monitor Hosts" window to display and sort hosts by their boot time. This enhancement will make it easier to identify hosts that need a reboot by allowing users to sort the list of hosts by their boot time. - The "Boot Time" will be displayed in the format `dd/mm hh:mm` in the "Monitor Hosts" without the year to not use too much space in the data grip - The boot time will be displayed in the format `dd/mm/yyyy hh:mm` in the "Attributes Plugin"
- Loading branch information
1 parent
8517a85
commit 4baedac
Showing
3 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters