summaryrefslogblamecommitdiffstats
path: root/modules-available/statistics_reporting/templates/table-vm.html
blob: 4ffb4df2b5e5bf5880828570685f22ce869c7239 (plain) (tree)
1
                                                                                

















                                                                                                                  
<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>