diff options
author | Simon Rettberg | 2019-03-27 12:13:24 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-03-27 12:13:24 +0100 |
commit | 4d12f008eb79347522304efc11e8ef3f17890add (patch) | |
tree | 24e7af7664e7b4fa70623e57b7b6c8d7e0a0dfaa /modules-available | |
parent | [serversetup-bwlp-ipxe] Localboot: Individual settings for BIOS/EFI (diff) | |
download | slx-admin-4d12f008eb79347522304efc11e8ef3f17890add.tar.gz slx-admin-4d12f008eb79347522304efc11e8ef3f17890add.tar.xz slx-admin-4d12f008eb79347522304efc11e8ef3f17890add.zip |
[locationinfo] add nowrap to clients column
Diffstat (limited to 'modules-available')
-rw-r--r-- | modules-available/locationinfo/templates/page-panels.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locationinfo/templates/page-panels.html b/modules-available/locationinfo/templates/page-panels.html index 3c8ce67c..5187335a 100644 --- a/modules-available/locationinfo/templates/page-panels.html +++ b/modules-available/locationinfo/templates/page-panels.html @@ -33,7 +33,7 @@ {{#locationurl}}</a>{{/locationurl}} </td> {{#hasRunmode}} - <td> + <td class="text-nowrap"> <a class="btn btn-default btn-xs {{runmode_disabled}}" href="?do=runmode&module=locationinfo&modeid={{paneluuid}}&redirect=?do=locationinfo"> <span class="glyphicon glyphicon-tasks"></span> |