diff options
Diffstat (limited to 'modules-available/locationinfo')
-rw-r--r-- | modules-available/locationinfo/config.json | 2 | ||||
-rw-r--r-- | modules-available/locationinfo/templates/page-panels.html | 4 |
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&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> |