summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Hart <contact@nclshart.net>2015-05-08 16:04:38 +0200
committerNicolas Hart <contact@nclshart.net>2015-05-08 16:04:38 +0200
commit80df01d13fef5c3bc815d2db4b3b2ea24d98c5f7 (patch)
tree024f2b345abfa6e5ff54a2d73b97d8e6532e2388
parent727e3d708d367fa30c7d39df652d107e427120bf (diff)
remove trailing space in web ui system plugin
-rw-r--r--glances/outputs/static/html/plugins/system.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/glances/outputs/static/html/plugins/system.html b/glances/outputs/static/html/plugins/system.html
index 05fb7cea..6349117d 100644
--- a/glances/outputs/static/html/plugins/system.html
+++ b/glances/outputs/static/html/plugins/system.html
@@ -1,5 +1,3 @@
-<span class="title">
- {{ result["system"].hostname }}
-</span>
+<span class="title">{{ result["system"].hostname }}</span>
<span ng-if="is_linux" class="hidden-xs hidden-sm">({{ result["system"].hr_name }} / {{ result["system"].os_name }} {{ result["system"].os_version }})</span>
<span ng-if="!is_linux" class="hidden-xs hidden-sm">({{ result["system"].os_name }} {{ result["system"].os_version }} {{ result["system"].platform }})</span>