mirror of
https://github.com/ansible/awx.git
synced 2026-04-11 21:19:22 -02:30
Correct jshint failure
This commit is contained in:
@@ -268,7 +268,7 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', '
|
|||||||
field: 'credential',
|
field: 'credential',
|
||||||
input_type: "radio"
|
input_type: "radio"
|
||||||
});
|
});
|
||||||
if ($('#group_tabs .active a').text() === 'Source' && (scope.source.value === 'ec2' || scope.source.value == 'custom')) {
|
if ($('#group_tabs .active a').text() === 'Source' && (scope.source.value === 'ec2' || scope.source.value === 'custom')) {
|
||||||
callback = function(){ Wait('stop'); };
|
callback = function(){ Wait('stop'); };
|
||||||
Wait('start');
|
Wait('start');
|
||||||
scope.source_vars = (Empty(scope.source_vars)) ? "---" : scope.source_vars;
|
scope.source_vars = (Empty(scope.source_vars)) ? "---" : scope.source_vars;
|
||||||
|
|||||||
Reference in New Issue
Block a user