mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 08:21:50 -05:00
AC-525 Found and fixed inconsistencies and bugs in links from Inventories->Hosts to Jobs. Changed Job->Hosts to Job->Summaries so that it works or is consistent with Host->All summaries title. When viewing Host->All summaries disable the breadcrumb drop-down menu. Made breadcrumbs work after browser refresh.
This commit is contained in:
@@ -27,7 +27,7 @@ angular.module('JobEventsListDefinition', [])
|
||||
},
|
||||
hosts: {
|
||||
href: "/#/jobs/{{ job_id }}/job_host_summaries",
|
||||
label: 'Hosts',
|
||||
label: 'Summary',
|
||||
icon: 'icon-laptop'
|
||||
},
|
||||
events: {
|
||||
|
||||
Reference in New Issue
Block a user