bansho/app/components/custom_directive/tile/host_cpu/host_cpu.html

16 lines
420 B
HTML

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