diff options
author | Simon Rettberg | 2019-03-26 12:07:42 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-03-26 12:07:42 +0100 |
commit | f53e563e0e671364963513579c7b4aaea5e0bbb1 (patch) | |
tree | 671dcf281f4cac276c6c20eaa17232a486703c28 /modules-available/locationinfo/templates/page-panels.html | |
parent | [inc/Dashboard] Add feature to collapse sections in sidebar mode (diff) | |
download | slx-admin-f53e563e0e671364963513579c7b4aaea5e0bbb1.tar.gz slx-admin-f53e563e0e671364963513579c7b4aaea5e0bbb1.tar.xz slx-admin-f53e563e0e671364963513579c7b4aaea5e0bbb1.zip |
Use collapse mode for translations, runmode, rebootcontrol
Also shuffle around modules.
Diffstat (limited to 'modules-available/locationinfo/templates/page-panels.html')
-rw-r--r-- | modules-available/locationinfo/templates/page-panels.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/locationinfo/templates/page-panels.html b/modules-available/locationinfo/templates/page-panels.html index 215f5df8..3c8ce67c 100644 --- a/modules-available/locationinfo/templates/page-panels.html +++ b/modules-available/locationinfo/templates/page-panels.html @@ -41,13 +41,13 @@ <span class="badge">{{assignedMachineCount}}</span> </td> {{/hasRunmode}} - <td class="text-center" style="vertical-align: middle"> + <td class="text-center"> <a class="btn btn-default btn-xs {{edit_disabled}}" href="?do=locationinfo&show=edit-panel&uuid={{paneluuid}}"> <span class="glyphicon glyphicon-edit"></span> </a> </td> - <td class="text-center" style="vertical-align: middle"> + <td class="text-center"> <button type="submit" name="uuid" value="{{paneluuid}}" class="btn btn-xs btn-danger" data-confirm="#confirm-delete" data-title="{{panelname}}" {{edit_disabled}}> <span class="glyphicon glyphicon-trash"></span> |