add software installation via chocolatey

This commit is contained in:
wh1te909
2020-02-02 07:43:38 +00:00
parent b7575e31e0
commit 7caeaf03c0
25 changed files with 707 additions and 4 deletions

View File

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