mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Fix jshint errors
This commit is contained in:
parent
6654cc35f7
commit
aeb8eb3d1e
@ -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=\"";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user