Reboot UI

This commit is contained in:
Ian Gulliver
2016-05-11 00:24:56 +00:00
parent 735cb4909f
commit 4b98a66dd0

View File

@@ -35,7 +35,7 @@ header {
padding: 2px;
}
hostname, lastSeen, uptime, timestamp, volumeID {
hostname, lastSeen, uptime, timestamp, volumeID, reboot {
font-family: "droid-sans-mono";
display: table-cell;
padding: 2px;
@@ -45,3 +45,8 @@ hostname, lastSeen, uptime, timestamp, volumeID {
volumeID {
cursor: pointer;
}
reboot {
cursor: pointer;
color: #3299bb;
}