Propagate liveness info.

This commit is contained in:
Ian Gulliver
2016-05-11 00:55:01 +00:00
parent 683252671f
commit da27533c68
3 changed files with 44 additions and 9 deletions

View File

@@ -35,13 +35,17 @@ header {
padding: 2px;
}
hostname, lastSeen, uptime, timestamp, volumeID, reboot {
hostname, lastReport, uptime, timestamp, volumeID, reboot {
font-family: "droid-sans-mono";
display: table-cell;
padding: 2px;
text-align: right;
}
instanceSection.live hostname {
color: #3299bb;
}
volumeID {
cursor: pointer;
}