7 lines
311 B
HTML
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>
|