diff options
author | Christian Hofmaier | 2017-10-16 15:47:12 +0200 |
---|---|---|
committer | Christian Hofmaier | 2017-10-16 15:47:12 +0200 |
commit | b6f9605d83d1666115dcba372434914b8acd07cf (patch) | |
tree | 37a9a62f0547e38bf42739532cad86810f9da0b5 /modules-available/rebootcontrol | |
parent | Merge branch 'permission-manager' of git.openslx.org:openslx-ng/slx-admin int... (diff) | |
download | slx-admin-b6f9605d83d1666115dcba372434914b8acd07cf.tar.gz slx-admin-b6f9605d83d1666115dcba372434914b8acd07cf.tar.xz slx-admin-b6f9605d83d1666115dcba372434914b8acd07cf.zip |
[rebootcontrol] added text to settings-button and put him next to the header
Diffstat (limited to 'modules-available/rebootcontrol')
-rw-r--r-- | modules-available/rebootcontrol/templates/_page.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/rebootcontrol/templates/_page.html b/modules-available/rebootcontrol/templates/_page.html index dfbd6835..1bef8dd4 100644 --- a/modules-available/rebootcontrol/templates/_page.html +++ b/modules-available/rebootcontrol/templates/_page.html @@ -1,4 +1,5 @@ <div class="page-header"> + <button type="button" id="settingsButton" class="btn btn-default pull-right" data-toggle="modal" data-target="#settingsModal"><span class="glyphicon glyphicon-cog"></span> {{lang_settings}}</button> <h1>{{lang_rebootControl}}</h1> </div> @@ -14,7 +15,6 @@ {{/locations}} </select> </label> - <button type="button" id="settingsButton" class="btn btn-default pull-right" data-toggle="modal" data-target="#settingsModal"><span class="glyphicon glyphicon-cog"></span></button> <button type="button" id="selectAllButton" class="btn btn-primary pull-right" onclick="selectAllRows()"><span class="glyphicon glyphicon-check"></span> {{lang_selectall}}</button> <button type="button" id="unselectAllButton" class="btn btn-default pull-right" onclick="unselectAllRows()" style="display: none;"><span class="glyphicon glyphicon-unchecked"></span> {{lang_unselectall}}</button> <button type="button" id="rebootButton" class="btn btn-warning pull-right" data-toggle="modal" data-target="#rebootModal" disabled><span class="glyphicon glyphicon-repeat"></span> {{lang_rebootButton}}</button> @@ -79,7 +79,7 @@ </div> <div class="modal-body"> <span id="pubKeyTitle">{{lang_pubKey}}</span> - <button class="btn btn-s btn-warning pull-right" onclick="generateNewKeypair()" type="button">{{lang_genNew}}</button> + <button class="btn btn-s btn-warning pull-right" onclick="generateNewKeypair()" type="button"><span class="glyphicon glyphicon-refresh"></span> {{lang_genNew}}</button> <pre id="pubKey">{{pubKey}}</pre> </div> <div class="modal-footer"> |