bansho/app/components/host/host_cpu/host_cpu.html
Thibault Cohen 62fd22d439 Hide subcomponent in detail view if needed
Change-Id: Idd4df121ef53a865dbdecb67845e639bbe022b40
2015-06-19 14:04:07 -04:00

16 lines
444 B
HTML

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