format all

This commit is contained in:
wh1te909
2020-07-12 07:11:21 +00:00
parent 4216b77199
commit 446f442fb8
13 changed files with 147 additions and 205 deletions

View File

@@ -191,9 +191,9 @@ export default {
computed: {
...mapGetters(["selectedAgentPk", "scripts"]),
checks() {
return this.policypk ? this.$store.state.automation.checks : this.$store.state.agentChecks.filter(
check => check.managed_by_policy === false
);
return this.policypk
? this.$store.state.automation.checks
: this.$store.state.agentChecks.filter(check => check.managed_by_policy === false);
},
checksOptions() {
const r = [];