bansho/app/components/tactical/current_health/current_health.html
2015-02-12 11:04:40 -05:00

19 lines
566 B
HTML

<table class="current-health" ng-app="adagios.tactical.current_health" ng-controller="TacticalCurrentHealth">
<thead>
<tr>
<th>Current health</th>
<th>&nbsp;</th>
</tr>
</thead>
<tbody>
<tr>
<td class="layout__half">
<just-gage id="allservices" class="someClass" min=0 max=100 value=services title="ALL SERVICES"></just-gage>
</td>
<td class="layout__half">
<just-gage id="allhosts" class="someClass" min=0 max=100 value=hosts title="ALL HOSTS"></just-gage>
</td>
</tr>
</tbody>
</table>