mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 22:28:38 -05:00
Fixed inventory host status to work with pop-over changes.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user