flavien.peyre eb36bd3bfe Improve service page
Change-Id: Icca92862209442cd74177113ba2348e1159c7677
2015-05-20 11:20:34 -04:00

7 lines
311 B
HTML

<div ng-controller="ServiceMainCtrl">
<p>Description: {{service.description}}</p>
<p>Host Name: {{service.host_name}}</p>
<p>Current state: <bansho-table-state-icon service-state="{{service.state}}"></bansho-table-state-icon>{{service.state}}
<p>Live plugin output: {{service.plugin_output}}</p>
</div>