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