1
0
mirror of https://github.com/Yubico/yubiadmin.git synced 2025-02-20 14:54:30 +01:00

Improve warning for restarting the server.

This commit is contained in:
Dain Nilsson 2013-05-03 11:46:44 +02:00
parent e8b1d5f75a
commit 2341f8c086

View File

@ -3,10 +3,12 @@
<div>
<legend>YubiAdmin Server</legend>
<span class="help-block">
For any changes to the settings below to take place, the server needs to be restarted. Note that these settings may change the way you access the server, it is possible to lock yourself out!
For any changes to the settings below to take place, the server will need to be restarted.<br /><br />
<span class="label label-warning">WARNING</span> <strong>These settings may change the way you access the server, it is possible to lock yourself out!</strong>
</span>
<br />
<form action="restart" method="post">
<button class="btn btn-primary">Restart server</button>
<button class="btn btn-danger">Restart server</button>
</form>
</div>