This commit is contained in:
2020-01-31 22:44:56 +00:00
parent 54be851b15
commit 3d6263be3d
3 changed files with 5 additions and 18 deletions

View File

@@ -680,13 +680,6 @@ export default function initialize() {
window.$gz.role.AUTHORIZATION_ROLES.TechLimited
])
) {
addNavItem(
window.$gz.locale.get("WidgetList"),
"splotch",
"/testinventory",
[],
key++
);
addNavItem(
window.$gz.locale.get("WidgetList"),
"vial",

View File

@@ -425,13 +425,7 @@ export default new Router({
import(/* webpackChunkName: "home" */ "./views/ay-history.vue")
},
//TEST TEST TEST TEST TEST
{
//TEST WIDGETS
path: "/testinventory",
name: "testinventory",
component: () =>
import(/* webpackChunkName: "test" */ "./views/test-inventory.vue")
},
{
//NEW TEST GZ DATA TABLE
path: "/test-widgets",