Dashboard: Add a modal window / overlay to view additional information about a machine and perform more actions
Given the size constraints of the dashboard, not all information about a machine can be displayed by default:
- list of tags
- ip address
- pdu off delay
- more?
Additionally, not all actions can be exposed for quick access in the main view, either because they are dangerous or because of space constraints.
To access this information and additional actions, I suggest adding a <More>
button that would show a new window on top of the dashboard (overlay?) which would display all the information about a machine, for example using pretty-print for simplicity.