Fixed inventory host status to work with pop-over changes.

This commit is contained in:
Chris Houseknecht
2014-03-22 21:17:24 -04:00
parent f4efad714f
commit 65aae82827
5 changed files with 11 additions and 7 deletions
+2 -1
View File
@@ -63,7 +63,8 @@ angular.module('InventoryHostsDefinition', [])
awToolTip: "{{ host.badgeToolTip }}",
awTipPlacement: 'top',
dataPlacement: 'left',
iconClass: "{{ 'fa icon-failures-' + host.has_active_failures }}"
iconClass: "{{ 'fa icon-failures-' + host.has_active_failures }}",
id: 'active-failutes-action'
},
edit: {
//label: 'Edit',