mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-02-22 04:11:03 +00:00
format all
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user