mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 02:00:01 -03:30
Fixes linting errors
This commit is contained in:
@@ -12,7 +12,7 @@ export default
|
|||||||
|
|
||||||
let scope;
|
let scope;
|
||||||
|
|
||||||
vm.init = (_scope_, _launch_) => {
|
vm.init = (_scope_) => {
|
||||||
scope = _scope_;
|
scope = _scope_;
|
||||||
|
|
||||||
scope.parseType = 'yaml';
|
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()];
|
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_;
|
scope = _scope_;
|
||||||
|
|
||||||
vm.showJobTags = true;
|
vm.showJobTags = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user