mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-30 20:01:48 -05:00
AC-525 Fixed inventory and job navigation issues. Fixed nagging horizontal scroll in dialogs with accordions.
This commit is contained in:
@@ -21,7 +21,7 @@ angular.module('JobEventsListDefinition', [])
|
||||
navigationLinks: {
|
||||
details: {
|
||||
href: "/#/jobs/{{ job_id }}",
|
||||
label: 'Job Details',
|
||||
label: 'Status',
|
||||
icon: 'icon-zoom-in',
|
||||
ngShow: "job_id !== null"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user