59a5fb561d
Change-Id: Ie827f1915246863c1a959e5c74fff92f2e648318
15 lines
350 B
HTML
15 lines
350 B
HTML
<table ng-controller="TacticalTopAlertProducers" class="table">
|
|
<thead>
|
|
<tr>
|
|
<th>Top alert producers</th>
|
|
<th><i class="ico-bell-alt"></i></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr ng-repeat="host in hosts">
|
|
<th>{{ host.host_name }}</th>
|
|
<td class="state--error">{{ host.problems }}</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|