mirror of
https://github.com/ansible/awx.git
synced 2026-03-25 04:45:03 -02:30
Link from Inventories tab, hosts, Failed events now redirects to /jobs/N/job_events?host=<host_name>, displaying most recent job events for the host.
This commit is contained in:
@@ -102,6 +102,7 @@ angular.module('InventoryFormDefinition', [])
|
||||
has_active_failures: {
|
||||
label: 'Failures',
|
||||
showValue: false,
|
||||
ngClick: "showEvents('\{\{ host.name \}\}', '\{\{ host.related.last_job \}\}')",
|
||||
ngShow: "\{\{ host.has_active_failures \}\}",
|
||||
icon: 'icon-exclamation-sign',
|
||||
"class": 'active-failures-\{\{ host.has_active_failures \}\}',
|
||||
|
||||
Reference in New Issue
Block a user