summaryrefslogtreecommitdiffstats
path: root/modules-available/systemstatus/templates/_page.html
diff options
context:
space:
mode:
authorSimon Rettberg2017-12-16 19:16:06 +0100
committerSimon Rettberg2017-12-16 19:16:06 +0100
commit91a8d2dac3dec27da7fd38223b9260cb100b624a (patch)
tree7b4b8229a2d351d390f389161360f54b266baf47 /modules-available/systemstatus/templates/_page.html
parentFix A LOT of type problems, logic flaws, uninitialized variables etc. (diff)
downloadslx-admin-91a8d2dac3dec27da7fd38223b9260cb100b624a.tar.gz
slx-admin-91a8d2dac3dec27da7fd38223b9260cb100b624a.tar.xz
slx-admin-91a8d2dac3dec27da7fd38223b9260cb100b624a.zip
[systemstatus] Tweak design and text of reboot dialog
Diffstat (limited to 'modules-available/systemstatus/templates/_page.html')
-rw-r--r--modules-available/systemstatus/templates/_page.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/modules-available/systemstatus/templates/_page.html b/modules-available/systemstatus/templates/_page.html
index ca3e6fd2..0de94cad 100644
--- a/modules-available/systemstatus/templates/_page.html
+++ b/modules-available/systemstatus/templates/_page.html
@@ -92,12 +92,16 @@
<div class ="modal fade" id="rebootServerModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" style="width: 400px" role="document">
<div class="modal-content">
+ <div class="modal-header">
+ <button type="button" class="close" data-dismiss="modal">&times;</button>
+ <b>{{lang_serverReboot}}</b>
+ </div>
<div class="modal-body">
- {{lang_areYouSureNoUndo}}
+ {{lang_areYouSureReboot}}
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">{{lang_cancel}}</button>
- <button type="submit" class="btn btn-sm btn-warning"><span class="glyphicon glyphicon-repeat"></span> {{lang_serverReboot}}</button>
+ <button type="submit" class="btn btn-warning"><span class="glyphicon glyphicon-repeat"></span> {{lang_serverReboot}}</button>
</div>
</div>
</div>