add software installation via chocolatey
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user