summaryrefslogtreecommitdiffstats
path: root/modules-available/systemstatus
diff options
context:
space:
mode:
authorSimon Rettberg2018-02-23 15:26:17 +0100
committerSimon Rettberg2018-02-23 15:26:17 +0100
commitf73a41753d2608187a0c85a28e419b8ea839d671 (patch)
tree9840537659ccec54ae4535ce7b1f3cd07b6835b5 /modules-available/systemstatus
parent[locations] Fix location list: Filter invalid location ids (diff)
downloadslx-admin-f73a41753d2608187a0c85a28e419b8ea839d671.tar.gz
slx-admin-f73a41753d2608187a0c85a28e419b8ea839d671.tar.xz
slx-admin-f73a41753d2608187a0c85a28e419b8ea839d671.zip
[adduser] Extend module to simple user manager (add/edit/remove)
TODO: Assign roles
Diffstat (limited to 'modules-available/systemstatus')
-rw-r--r--modules-available/systemstatus/templates/_page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/systemstatus/templates/_page.html b/modules-available/systemstatus/templates/_page.html
index 59fffa3a..64830ea3 100644
--- a/modules-available/systemstatus/templates/_page.html
+++ b/modules-available/systemstatus/templates/_page.html
@@ -92,7 +92,7 @@
{{lang_maintenance}}
</div>
<div class="panel-body">
- <form class="form-adduser" action="?do=SystemStatus" method="post">
+ <form action="?do=SystemStatus" method="post">
<input type="hidden" name="token" value="{{token}}">
<input type="hidden" name="action" value="reboot">
<button {{perms.serverreboot.disabled}} class="btn btn-warning" type="button" data-toggle="modal" data-target="#rebootServerModal"><span class="glyphicon glyphicon-repeat"></span> {{lang_serverReboot}}</button>