Summarize OS

This commit is contained in:
Jakob Borg
2014-06-20 23:24:27 +02:00
parent ec85c9fdfe
commit 113b110ab4
3 changed files with 40 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ found in the LICENSE file.
</div>
<div class="row">
<div class="col-md-6">
<div class="col-md-4">
<table class="table table-striped">
<thead>
<tr>
@@ -68,7 +68,7 @@ found in the LICENSE file.
</tbody>
</table>
</div>
<div class="col-md-6">
<div class="col-md-4">
<table class="table table-striped">
<thead>
<tr>
@@ -84,6 +84,22 @@ found in the LICENSE file.
</tbody>
</table>
</div>
<div class="col-md-4">
<table class="table table-striped">
<thead>
<tr>
<th>OS</th><th class="text-right">Nodes</th><th class="text-right">Share</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="p in os">
<td>{{p[0]}}</td>
<td class="text-right">{{p[1]}}</td>
<td class="text-right">{{p[2] | number:2}}%</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>