mirror of
https://github.com/koush/scrypted.git
synced 2026-05-19 19:50:29 +01:00
core: fix busted plugin management buttons
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user