Inventory refactor: host enabled flag and tool tip now working.

This commit is contained in:
Chris Houseknecht
2014-01-13 21:53:43 +00:00
parent afb151bf29
commit 6caa3cfec9
5 changed files with 56 additions and 35 deletions

View File

@@ -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: {