basic implementation of automated tasks

This commit is contained in:
wh1te909
2020-04-12 20:55:33 +00:00
parent da66743c3f
commit 2a0f36c751
35 changed files with 1367 additions and 61 deletions

View File

@@ -431,6 +431,7 @@ export default {
this.$store.commit("setActiveRow", pk);
this.$store.dispatch("loadSummary", pk);
this.$store.dispatch("loadChecks", pk);
this.$store.dispatch("loadAutomatedTasks", pk);
this.$store.dispatch("loadWinUpdates", pk);
this.$store.dispatch("loadInstalledSoftware", pk);
},