mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 02:47:36 -02:30
Inventory refactor: host enabled flag and tool tip now working.
This commit is contained in:
@@ -66,6 +66,7 @@ angular.module('InventoryHostsDefinition', [])
|
||||
iconClass: "\{\{ 'fa icon-enabled-' + host.enabled \}\}",
|
||||
dataPlacement: 'top',
|
||||
awToolTip: "\{\{ host.enabledToolTip \}\}",
|
||||
dataTipWatch: "host.enabledToolTip",
|
||||
ngClick: "toggleHostEnabled(\{\{ host.id \}\}, \{\{ host.has_inventory_sources \}\})"
|
||||
},
|
||||
active_failures: {
|
||||
|
||||
Reference in New Issue
Block a user