remove select2count that wasn't being used

This commit is contained in:
John Mitchell 2019-02-21 12:19:45 -05:00
parent 7e47a924c5
commit 14e9923037
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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;