Thibault Cohen 9f483b442a Add css on service status page and add light theme
Change-Id: Iaa6af5b5aafb97a058ab03ae3e02c653252e68c5
2015-06-02 09:19:13 -04:00

16 lines
421 B
HTML

<div ng-controller="HostLiveCtrl" class="subcomponent__live subcomponent__small">
<h2>Status</h2>
<table class="data-table">
<tbody>
<tr>
<td>State</td>
<td><bansho-host-state-icon state="host.live.state"></bansho-host-state-icon> {{host.live.state}}</td>
</tr>
<tr>
<td>Output</td>
<td>{{host.live.plugin_output}}</td>
</tr>
</tbody>
</table>
</div>