summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/machine-usage.html
diff options
context:
space:
mode:
authorSimon Rettberg2016-08-02 12:31:39 +0200
committerSimon Rettberg2016-08-02 12:31:39 +0200
commit5445af45404b7941c2b729c8b90fb623fb8cbd17 (patch)
tree0c306519a32cc618f4cf8adc2b932dd5a6dc35ff /modules-available/statistics/templates/machine-usage.html
parent[statistics] Fix class name typo (diff)
downloadslx-admin-5445af45404b7941c2b729c8b90fb623fb8cbd17.tar.gz
slx-admin-5445af45404b7941c2b729c8b90fb623fb8cbd17.tar.xz
slx-admin-5445af45404b7941c2b729c8b90fb623fb8cbd17.zip
[statistics] Tweak layout, ellipsis in table without ruining layout (super awesome solution)
Diffstat (limited to 'modules-available/statistics/templates/machine-usage.html')
-rw-r--r--modules-available/statistics/templates/machine-usage.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules-available/statistics/templates/machine-usage.html b/modules-available/statistics/templates/machine-usage.html
index ffaa747b..ef969fc6 100644
--- a/modules-available/statistics/templates/machine-usage.html
+++ b/modules-available/statistics/templates/machine-usage.html
@@ -9,9 +9,9 @@
<div class="col-sm-6">
<table class="table table-condensed">
<tr>
- <th>Type</th>
- <th>When</th>
- <th>Length</th>
+ <th>{{lang_eventType}}</th>
+ <th>{{lang_when}}</th>
+ <th>{{lang_duration}}</th>
</tr>
{{#rows}}
<tr>
@@ -26,9 +26,9 @@
<table class="table table-condensed">
{{#hasrows2}}
<tr>
- <th>Type</th>
- <th>When</th>
- <th>Length</th>
+ <th>{{lang_eventType}}</th>
+ <th>{{lang_when}}</th>
+ <th>{{lang_duration}}</th>
</tr>
{{/hasrows2}}
{{#rows2}}