diff options
author | Simon Rettberg | 2019-03-26 10:28:48 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-03-26 10:28:48 +0100 |
commit | ed97cf286932cf8e82a1f25fc00c9b3fdfa3d071 (patch) | |
tree | 26eb42c74599ae2b8cbc0c200df90039bb5666ff /modules-available/locationinfo/templates | |
parent | Delete unused legacy API too (diff) | |
download | slx-admin-ed97cf286932cf8e82a1f25fc00c9b3fdfa3d071.tar.gz slx-admin-ed97cf286932cf8e82a1f25fc00c9b3fdfa3d071.tar.xz slx-admin-ed97cf286932cf8e82a1f25fc00c9b3fdfa3d071.zip |
[locationinfo] Change glyphicons for panel list
Diffstat (limited to 'modules-available/locationinfo/templates')
-rw-r--r-- | modules-available/locationinfo/templates/page-panels.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules-available/locationinfo/templates/page-panels.html b/modules-available/locationinfo/templates/page-panels.html index 51acf053..215f5df8 100644 --- a/modules-available/locationinfo/templates/page-panels.html +++ b/modules-available/locationinfo/templates/page-panels.html @@ -33,18 +33,18 @@ {{#locationurl}}</a>{{/locationurl}} </td> {{#hasRunmode}} - <td class="text-center" style="vertical-align: middle"> + <td> <a class="btn btn-default btn-xs {{runmode_disabled}}" href="?do=runmode&module=locationinfo&modeid={{paneluuid}}&redirect=?do=locationinfo"> - <span class="glyphicon glyphicon-edit"></span> + <span class="glyphicon glyphicon-tasks"></span> </a> - {{assignedMachineCount}} + <span class="badge">{{assignedMachineCount}}</span> </td> {{/hasRunmode}} <td class="text-center" style="vertical-align: middle"> <a class="btn btn-default btn-xs {{edit_disabled}}" href="?do=locationinfo&show=edit-panel&uuid={{paneluuid}}"> - <span class="glyphicon glyphicon-cog"></span> + <span class="glyphicon glyphicon-edit"></span> </a> </td> <td class="text-center" style="vertical-align: middle"> |