blob: 4ffb4df2b5e5bf5880828570685f22ce869c7239 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<table id="table-pervm" class="table table-condensed table-striped stupidtable">
<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>
|