Add a html tag for the .data-table__data class.
This commit is contained in:
parent
ea7fc1dff6
commit
9deb056b20
@ -1 +1,3 @@
|
||||
<td class="data-table__duration">{{entry.last_state_change | timeElapsed}}</td>
|
||||
<td class="data-table__duration">
|
||||
<time class="data-table__data">{{entry.last_state_change | timeElapsed}}</time>
|
||||
</td>
|
||||
|
@ -1 +1,3 @@
|
||||
<td ng-controller="CellHostAddressCtrl">{{entry.address}}</td>
|
||||
<td class="data-table__hostaddress" ng-controller="CellHostAddressCtrl">
|
||||
<span class="data-table__data">{{entry.address}}</span>
|
||||
</td>
|
||||
|
@ -1 +1,3 @@
|
||||
<td class="{{alert_level}}" ng-controller="CellHostStatusCtrl">{{entry.host_status}}</td>
|
||||
<td class="{{alert_level}}" ng-controller="CellHostStatusCtrl">
|
||||
<span class="data-table__data">{{entry.host_status}}</span>
|
||||
</td>
|
||||
|
@ -1,3 +1,3 @@
|
||||
<td class="data-table__host {{state}}" ng-controller="CellHostsHostCtrl">
|
||||
<td class="data-table__hosts_host {{state}}" ng-controller="CellHostsHostCtrl">
|
||||
<a class="data-table__data" href="#">{{entry.name}}</a>
|
||||
</td>
|
||||
|
@ -1 +1,3 @@
|
||||
<td class="data-table__lastcheck">{{entry.last_check * 1000 | date: medium}}</td>
|
||||
<td class="data-table__lastcheck">
|
||||
<time class="data-table__data">{{entry.last_check * 1000 | date: medium}}</time>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user