diff --git a/server/static/control.css b/server/static/control.css index 9ca4ce3..8cd57cf 100644 --- a/server/static/control.css +++ b/server/static/control.css @@ -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; +}