mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 17:51:06 -03:30
Fixing breadcrumb issue w/ inventories -> scan job templates
when editing/adding a scan job template, the 'Job Template' breadcrumb did not have a route associated with it.
This commit is contained in:
@@ -440,6 +440,10 @@ var tower = angular.module('Tower', [
|
||||
}
|
||||
}).
|
||||
|
||||
when('/inventories/:inventory_id/job_templates/', {
|
||||
redirectTo: '/inventories/:inventory_id'
|
||||
}).
|
||||
|
||||
when('/inventories/:inventory_id/job_templates/:template_id', {
|
||||
name: 'inventoryJobTemplateEdit',
|
||||
templateUrl: urlPrefix + 'partials/job_templates.html',
|
||||
|
||||
Reference in New Issue
Block a user