diff options
author | Simon Rettberg | 2016-06-24 14:47:04 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-06-24 14:47:04 +0200 |
commit | 5ba5b703c26e0d69e72100a1cec760a22b853ecb (patch) | |
tree | c8739411b95261352057b85a91941ae499f62a9c /modules-available/locations | |
parent | Merge branch 'modularization' of dnbd3:openslx-ng/slx-admin into modularization (diff) | |
download | slx-admin-5ba5b703c26e0d69e72100a1cec760a22b853ecb.tar.gz slx-admin-5ba5b703c26e0d69e72100a1cec760a22b853ecb.tar.xz slx-admin-5ba5b703c26e0d69e72100a1cec760a22b853ecb.zip |
[locations] Quick "fix" for buttons overlapping text in table
Diffstat (limited to 'modules-available/locations')
-rw-r--r-- | modules-available/locations/templates/locations.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/locations/templates/locations.html b/modules-available/locations/templates/locations.html index 11142ef8..2971105b 100644 --- a/modules-available/locations/templates/locations.html +++ b/modules-available/locations/templates/locations.html @@ -32,7 +32,7 @@ <a class="btn btn-default btn-xs" href="?do=baseconfig&module=locations&locationid={{locationid}}"><span class="glyphicon glyphicon-edit"></span></a> </div> {{#overriddenVars}} - {{lang_overrideCount}}: {{overriddenVars}} + {{lang_overrideCount}}: {{overriddenVars}}   {{/overriddenVars}} {{/havebaseconfig}} </td> @@ -41,7 +41,7 @@ <a class="btn btn-default btn-xs" href="?do=sysconfig&locationid={{locationid}}"><span class="glyphicon glyphicon-edit"></span></a> </div> <span class="{{configClass}}"> - {{configName}} + {{configName}}   </span> {{#havesysconfig}} {{/havesysconfig}} |