summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/templates
diff options
context:
space:
mode:
authorSimon Rettberg2016-06-24 14:47:04 +0200
committerSimon Rettberg2016-06-24 14:47:04 +0200
commit5ba5b703c26e0d69e72100a1cec760a22b853ecb (patch)
treec8739411b95261352057b85a91941ae499f62a9c /modules-available/locations/templates
parentMerge branch 'modularization' of dnbd3:openslx-ng/slx-admin into modularization (diff)
downloadslx-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/templates')
-rw-r--r--modules-available/locations/templates/locations.html4
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&amp;module=locations&amp;locationid={{locationid}}"><span class="glyphicon glyphicon-edit"></span></a>
</div>
{{#overriddenVars}}
- {{lang_overrideCount}}: {{overriddenVars}}
+ {{lang_overrideCount}}: {{overriddenVars}}&emsp;&emsp;
{{/overriddenVars}}
{{/havebaseconfig}}
</td>
@@ -41,7 +41,7 @@
<a class="btn btn-default btn-xs" href="?do=sysconfig&amp;locationid={{locationid}}"><span class="glyphicon glyphicon-edit"></span></a>
</div>
<span class="{{configClass}}">
- {{configName}}
+ {{configName}}&emsp;&emsp;
</span>
{{#havesysconfig}}
{{/havesysconfig}}