From 4b98a66dd0d577f6d68a297a8269d2ee4152c513 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 11 May 2016 00:24:56 +0000 Subject: [PATCH] Reboot UI --- server/static/control.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; +}