9 lines
395 B
HTML
9 lines
395 B
HTML
<td class="data-table__service {{state}}" ng-controller="CellServiceCheckCtrl">
|
|
<dl class="data-table__data">
|
|
<dt class="data-table__service__name">
|
|
<a href="#/view?view=service&host_name={{entry.host_name}}&description={{entry.service_description}}">{{entry.service_description}}</a>
|
|
</dt>
|
|
<dd class="data-table__service__summary">{{entry.plugin_output}}</dd>
|
|
</dl>
|
|
</td>
|