This commit is contained in:
@@ -682,7 +682,7 @@ export default function initialize() {
|
||||
addNavItem(
|
||||
window.$gz.locale.get("WidgetList"),
|
||||
"vial",
|
||||
"/test-widgets",
|
||||
"/widgets",
|
||||
[],
|
||||
key++
|
||||
);
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
switch (tid.type) {
|
||||
case ayatype.Widget:
|
||||
vm.$router.push({
|
||||
name: "inventory-widget-edit",
|
||||
name: "widget-edit",
|
||||
params: { recordid: tid.id }
|
||||
});
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user