bansho/app/components/custom_directive/tile/host_live/host_live.html
Vincent Fournier 844d9e0e6e Clean config.js and remove container
Change-Id: Ieeb6980232c02ec72a6a0caa707dddbacb008a6f
2015-08-26 16:45:55 -04:00

18 lines
417 B
HTML

<div class="subcomponent__live subcomponent__small">
<h2>Live status</h2>
<table class="data-table">
<tbody>
<tr>
<td>State</td>
<td bansho-host-state-icon state="host[0].host_state">
<span class="data-table__data">{{host[0].host_state}}</span>
</td>
</tr>
<tr>
<td>Output</td>
<td>{{host[0].host_plugin_output}}</td>
</tr>
</tbody>
</table>
</div>