bansho/app/components/table/cell_service_check/cell_service_check.html
aviau 990f60c8cd Adapt to new live API
Change-Id: I59a1027a60f7d40c1a6db34e3b2c5588ed608540
2015-05-12 17:39:20 -04:00

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>