summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo
diff options
context:
space:
mode:
authorSimon Rettberg2019-03-26 12:07:42 +0100
committerSimon Rettberg2019-03-26 12:07:42 +0100
commitf53e563e0e671364963513579c7b4aaea5e0bbb1 (patch)
tree671dcf281f4cac276c6c20eaa17232a486703c28 /modules-available/locationinfo
parent[inc/Dashboard] Add feature to collapse sections in sidebar mode (diff)
downloadslx-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')
-rw-r--r--modules-available/locationinfo/config.json2
-rw-r--r--modules-available/locationinfo/templates/page-panels.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/modules-available/locationinfo/config.json b/modules-available/locationinfo/config.json
index 837acfcf..15298ea1 100644
--- a/modules-available/locationinfo/config.json
+++ b/modules-available/locationinfo/config.json
@@ -1,5 +1,5 @@
{
- "category": "main.beta",
+ "category": "main.content",
"dependencies": [
"js_jqueryui",
"bootstrap_timepicker",
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&amp;show=edit-panel&amp;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>