core: fix busted plugin management buttons

This commit is contained in:
Koushik Dutta
2023-02-22 09:35:12 -08:00
parent 30c368c6fa
commit 25373af216

View File

@@ -16,7 +16,8 @@ export default {
return `https://www.npmjs.com/package/${device.pluginId}`;
},
async openAutoupdater() {
const id = getIdForNativeId(systemManager, '@scrypted/core', 'scriptcore');
const { systemManager } = this.$scrypted;
const id = getIdForNativeId(systemManager, '@scrypted/core', 'automation:update-plugins');
this.$router.push(getDeviceViewPath(id));
},
async snapshotCurrentPlugins() {