mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Fixes linting errors
This commit is contained in:
parent
2ff22bd681
commit
6b46c7db8f
@ -12,7 +12,7 @@ export default
|
||||
|
||||
let scope;
|
||||
|
||||
vm.init = (_scope_, _launch_) => {
|
||||
vm.init = (_scope_) => {
|
||||
scope = _scope_;
|
||||
|
||||
scope.parseType = 'yaml';
|
||||
|
||||
@ -25,7 +25,7 @@ export default
|
||||
return [...tags.reduce((map, tag) => map.has(tag.value) ? map : map.set(tag.value, tag), new Map()).values()];
|
||||
};
|
||||
|
||||
vm.init = (_scope_, _launch_) => {
|
||||
vm.init = (_scope_) => {
|
||||
scope = _scope_;
|
||||
|
||||
vm.showJobTags = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user