bansho/app/components/directive/host/host_live/host_live.html

18 lines
426 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="param.host.host_state">
<span class="data-table__data">{{param.host.host_state}}</span>
</td>
</tr>
<tr>
<td>Output</td>
<td>{{param.host.host_plugin_output}}</td>
</tr>
</tbody>
</table>
</div>