add feature: computer notes. closes #114

This commit is contained in:
wh1te909
2020-09-23 00:20:13 +00:00
parent 76e505c04d
commit d510e3b110
12 changed files with 365 additions and 5 deletions

View File

@@ -525,6 +525,7 @@ export default {
this.$store.dispatch("loadAutomatedTasks", pk);
this.$store.dispatch("loadWinUpdates", pk);
this.$store.dispatch("loadInstalledSoftware", pk);
this.$store.dispatch("loadNotes", pk);
},
overdueAlert(category, pk, alert_action) {
const action = alert_action ? "enabled" : "disabled";