bansho/app/components/table/cell_status_host/cell_status_host.html
aviau 24f73d6e66 Prefixed cell names with 'status' + removes useles css
Change-Id: I83a190958149d15f273ee94217cc92cc0ef5db67
2015-05-21 13:39:39 -04:00

4 lines
232 B
HTML

<td class="data-table__host {{entry[cell_name + '_additionnalClass']}} {{state}}" ng-controller="CellStatusHostCtrl">
<a class="data-table__data" href="#/view?view=host&host_name={{entry.host_name}}">{{entry.host_name}}</a>
</td>