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

17 lines
506 B
HTML

<div data-ng-show="load" class="subcomponent__live subcomponent__small">
<h2>Load</h2>
<iframe src="{{iframeUrl}}" width="450" height="200" frameborder="0"></iframe>
<table class="data-table">
<tbody>
<tr>
<td>State</td>
<td><bansho-service-state-icon state="load.service_state"></bansho-service-state-icon> {{load.service_state}}</td>
</tr>
<tr>
<td>Output</td>
<td>{{load.service_plugin_output}}</td>
</tr>
</tbody>
</table>
</div>