mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
remove select2count that wasn't being used
This commit is contained in:
@@ -45,7 +45,6 @@ export default
|
|||||||
id = $stateParams.job_template_id,
|
id = $stateParams.job_template_id,
|
||||||
callback,
|
callback,
|
||||||
choicesCount = 0,
|
choicesCount = 0,
|
||||||
select2Count = 0,
|
|
||||||
instance_group_url = defaultUrl + id + '/instance_groups',
|
instance_group_url = defaultUrl + id + '/instance_groups',
|
||||||
select2LoadDefer = [],
|
select2LoadDefer = [],
|
||||||
launchHasBeenEnabled = false;
|
launchHasBeenEnabled = false;
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ export default [
|
|||||||
TemplatesService, Rest, ToggleNotification, OrgAdminLookup, availableLabels, selectedLabels, workflowJobTemplateData, i18n,
|
TemplatesService, Rest, ToggleNotification, OrgAdminLookup, availableLabels, selectedLabels, workflowJobTemplateData, i18n,
|
||||||
workflowLaunch, $transitions, WorkflowJobTemplate, Inventory, isNotificationAdmin
|
workflowLaunch, $transitions, WorkflowJobTemplate, Inventory, isNotificationAdmin
|
||||||
) {
|
) {
|
||||||
let select2Count = 0;
|
|
||||||
|
|
||||||
$scope.missingTemplates = _.has(workflowLaunch, 'node_templates_missing') && workflowLaunch.node_templates_missing.length > 0 ? true : false;
|
$scope.missingTemplates = _.has(workflowLaunch, 'node_templates_missing') && workflowLaunch.node_templates_missing.length > 0 ? true : false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user