Vincent Fournier 547da5b17c Add container directive
Change-Id: I60c86f468248054149ee9b66828ccf72c3094b0b
2015-08-14 14:35:04 -04:00

16 lines
440 B
HTML

<div data-ng-show="param.host.cpu" class="subcomponent__live subcomponent__small">
<h2>Cpu</h2>
<table class="data-table">
<tbody>
<tr>
<td>State</td>
<td><bansho-service-state-icon state="param.host.cpu.state"></bansho-service-state-icon> {{param.host.cpu.state}}</td>
</tr>
<tr>
<td>Output</td>
<td>{{param.host.cpu.plugin_output}}</td>
</tr>
</tbody>
</table>
</div>