mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 05:30:18 -03:30
Fix jshint errors
This commit is contained in:
@@ -11,7 +11,6 @@ export default
|
||||
job_launch_data = {},
|
||||
url = params.url,
|
||||
submitJobType = params.submitJobType,
|
||||
relaunchHostType = params.relaunchHostType,
|
||||
vars_url = GetBasePath('job_templates')+scope.job_template_id + '/',
|
||||
base = $location.path().replace(/^\//, '').split('/')[0],
|
||||
extra_vars;
|
||||
|
||||
@@ -398,7 +398,7 @@ export default ['$compile', 'Attr', 'Icon',
|
||||
}
|
||||
// Plug in Dropdown Component
|
||||
if (field_action === 'submit' && list.fieldActions[field_action].relaunch === true) {
|
||||
innerTable += `<at-relaunch></at-relaunch>`
|
||||
innerTable += `<at-relaunch></at-relaunch>`;
|
||||
} else {
|
||||
fAction = list.fieldActions[field_action];
|
||||
innerTable += "<button id=\"";
|
||||
|
||||
Reference in New Issue
Block a user