summaryrefslogtreecommitdiff
path: root/htroot/Status.html
diff options
context:
space:
mode:
Diffstat (limited to 'htroot/Status.html')
-rw-r--r--htroot/Status.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/htroot/Status.html b/htroot/Status.html
index 4b6449860..138fc5616 100644
--- a/htroot/Status.html
+++ b/htroot/Status.html
@@ -13,8 +13,14 @@
<form action="Steering.html" method="get" class="PeerControl">
<fieldset>#(restartEnabled)#::
- <input type="submit" name="restart" value="Restart" />#(/restartEnabled)#
- <input type="submit" name="shutdown" value="Shutdown" />
+ <button type="submit" name="restart" value="Restart">
+ <img src="/env/grafics/lock.gif" alt="Only the administrator may restart this peer" />
+ Restart
+ </button>#(/restartEnabled)#
+ <button type="submit" name="shutdown" value="Shutdown">
+ <img src="/env/grafics/lock.gif" alt="Only the administrator may shutdown this peer" />
+ Shutdown
+ </button>
</fieldset>
</form>