summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/templates/table-vm.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/statistics_reporting/templates/table-vm.html')
-rw-r--r--modules-available/statistics_reporting/templates/table-vm.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/modules-available/statistics_reporting/templates/table-vm.html b/modules-available/statistics_reporting/templates/table-vm.html
new file mode 100644
index 00000000..9a775709
--- /dev/null
+++ b/modules-available/statistics_reporting/templates/table-vm.html
@@ -0,0 +1,19 @@
+<table id="table-pervm" class="table table-condensed table-striped">
+ <thead>
+ <tr>
+ <th data-sort="string" class="text-left col-md-4">{{lang_vm}}</th>
+ <th data-sort="int" data-sort-default="desc" class="text-left col_sessions">{{lang_sessions}}</th>
+ </tr>
+ </thead>
+ <tbody>
+ {{#data}}
+ <tr>
+ <td class="text-left">{{vm}}</td>
+ <td class="text-left col_sessions">{{sessions}}</td>
+ </tr>
+ {{/data}}
+ </tbody>
+</table>
+
+
+