summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/id44.html
blob: 7851ba877c047d59620b041a2112ad5a2287104e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<div class="col-md-6">
	<div class="panel panel-default">
		<div class="panel-heading">
			{{lang_tempPartStats}}
		</div>
		<div class="panel-body">
			<div class="row">
				<div class="col-sm-6">
					<table class="stupidtable filter-col table table-condensed table-striped" data-filter-col="hddgb">
						<thead>
							<tr>
								<th data-sort="int">{{lang_partitionSize}}</th>
								<th data-sort="int" class="text-right">{{lang_machineCount}}</th>
							</tr>
						</thead>
						<tbody>
							{{#rows}}
							<tr id="id44-{{idx}}" class="{{class}} {{collapse}}">
								<td data-sort-value="{{gb}}" class="text-left text-nowrap">
									<a class="filter-val" data-filter-val="{{gb}}" data-filter-op="~" href="#">{{gb}}&thinsp;GiB</a>
								</td>
								<td class="text-right">{{count}}</td>
							</tr>
							{{/rows}}
							<tr class="slx-decollapse">
								<td colspan="2">
									<span class="btn-group btn-group-justified">
										<span class="btn btn-default btn-sm">
											<span class="glyphicon glyphicon-menu-down"></span>
										</span>
									</span>
								</td>
							</tr>
						</tbody>
					</table>
				</div>
				<div class="col-sm-6 auto-chart" data-chart="{{json}}" data-chart-dest="#id44-"></div>
			</div>
		</div>
	</div>
</div>