mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
Added support for long node names on tree. Fixed tree styling issues. Fixed node copy. Fixed tree collapse/expand bug. Added dynamic tooltips to the status icon that account for inventory updates and jobs, giving precedence to inventory updates.
This commit is contained in:
@@ -22,7 +22,7 @@ angular.module('InventoryHostsFormDefinition', [])
|
||||
ngClick: "editHost(\{\{ host.id \}\}, '\{\{ host.name \}\}')"
|
||||
},
|
||||
active_failures: {
|
||||
label: 'Job Status?',
|
||||
label: 'Job Status',
|
||||
ngHref: "\{\{ host.activeFailuresLink \}\}",
|
||||
awToolTip: "\{\{ host.badgeToolTip \}\}",
|
||||
dataPlacement: 'top',
|
||||
@@ -55,7 +55,7 @@ angular.module('InventoryHostsFormDefinition', [])
|
||||
nosort: true
|
||||
},
|
||||
has_active_failures: {
|
||||
label: 'Has failed job?',
|
||||
label: 'Has failed jobs?',
|
||||
searchSingleValue: true,
|
||||
searchType: 'boolean',
|
||||
searchValue: 'true',
|
||||
|
||||
Reference in New Issue
Block a user