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