bansho/app/components/directive/service/service_live/service_live.html

16 lines
434 B
HTML

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