DeWidgetification round 1
This commit is contained in:
@@ -693,10 +693,10 @@ function initNavPanel() {
|
|||||||
addNavItem("Operations", "$ayiServer", undefined, sub, key++, "operations");
|
addNavItem("Operations", "$ayiServer", undefined, sub, key++, "operations");
|
||||||
}
|
}
|
||||||
|
|
||||||
//############ WIDGETS (TOP GROUP)
|
// //############ WIDGETS (TOP GROUP)
|
||||||
if (window.$gz.role.canOpen(window.$gz.type.Widget)) {
|
// if (window.$gz.role.canOpen(window.$gz.type.Widget)) {
|
||||||
addNavItem("WidgetList", "$ayiVial", "/widgets", [], key++, "widgets");
|
// addNavItem("WidgetList", "$ayiVial", "/widgets", [], key++, "widgets");
|
||||||
}
|
// }
|
||||||
|
|
||||||
//*** EVALUATION active trial license should always go to evaluation as home page
|
//*** EVALUATION active trial license should always go to evaluation as home page
|
||||||
//as long as they are a normal User type and not a subcontractor type
|
//as long as they are a normal User type and not a subcontractor type
|
||||||
|
|||||||
@@ -923,21 +923,21 @@ export default new Router({
|
|||||||
},
|
},
|
||||||
|
|
||||||
//TEST TEST TEST TEST TEST
|
//TEST TEST TEST TEST TEST
|
||||||
{
|
// {
|
||||||
//NEW TEST GZ DATA TABLE
|
// //NEW TEST GZ DATA TABLE
|
||||||
path: "/widgets",
|
// path: "/widgets",
|
||||||
name: "widget-list",
|
// name: "widget-list",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import(/* webpackChunkName: "widget" */ "./views/widgets.vue")
|
// import(/* webpackChunkName: "widget" */ "./views/widgets.vue")
|
||||||
},
|
// },
|
||||||
|
|
||||||
{
|
// {
|
||||||
//TEST WIDGET EDIT FORM
|
// //TEST WIDGET EDIT FORM
|
||||||
path: "/widgets/:recordid",
|
// path: "/widgets/:recordid",
|
||||||
name: "widget-edit",
|
// name: "widget-edit",
|
||||||
component: () =>
|
// component: () =>
|
||||||
import(/* webpackChunkName: "widget" */ "./views/widget.vue")
|
// import(/* webpackChunkName: "widget" */ "./views/widget.vue")
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: "/ay-evaluate",
|
path: "/ay-evaluate",
|
||||||
name: "ay-evaluate",
|
name: "ay-evaluate",
|
||||||
|
|||||||
Reference in New Issue
Block a user