mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 13:55:04 -02:30
Synced code between list view and related list view. Column displaying icon with text rather than actual value (i.e. true/false for has_active_failures) works consistently. Changed icon and text for our has_active_failures column -preparing it to link to hosts/N/job_events data.
This commit is contained in:
@@ -35,8 +35,9 @@ angular.module('InventoriesListDefinition', [])
|
||||
has_active_failures: {
|
||||
label: 'Failures',
|
||||
showValue: false,
|
||||
ngShowIcon: "\{\{ inventory.has_active_failures \}\}",
|
||||
icon: 'icon-circle',
|
||||
text: 'Failed events',
|
||||
ngShow: "\{\{ inventory.has_active_failures \}\}",
|
||||
icon: 'icon-exclamation-sign',
|
||||
"class": 'active-failures-\{\{ inventory.has_active_failures \}\}',
|
||||
searchField: 'has_active_failures',
|
||||
searchType: 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user