mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 22:28:38 -05:00
added scan jobs list to inventory properties
added the scan jobs list in an accordion underneath the inventory properties.
This commit is contained in:
@@ -92,6 +92,7 @@ var tower = angular.module('Tower', [
|
||||
'InventoryHostsDefinition',
|
||||
'HostsHelper',
|
||||
'AWFilters',
|
||||
'ScanJobsListDefinition',
|
||||
'HostFormDefinition',
|
||||
'HostListDefinition',
|
||||
'GroupFormDefinition',
|
||||
@@ -261,6 +262,11 @@ var tower = angular.module('Tower', [
|
||||
controller: InventoriesEdit
|
||||
}).
|
||||
|
||||
when('/inventories/:inventory_id/job_templates/add', {
|
||||
templateUrl: urlPrefix + 'partials/job_templates.html',
|
||||
controller: JobTemplatesAdd
|
||||
}).
|
||||
|
||||
when('/inventories/:inventory_id/manage', {
|
||||
templateUrl: urlPrefix + 'partials/inventory-manage.html',
|
||||
controller: InventoriesManage
|
||||
|
||||
Reference in New Issue
Block a user