jett.admin.npmpackage 1.0.52 → 1.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +6 -0
- package/dist/index.mjs +6 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -499,6 +499,12 @@ var navItemsConstant = [
|
|
|
499
499
|
onClick: () => {
|
|
500
500
|
window.location.href = "/orgselector/?path=tag";
|
|
501
501
|
}
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
label: "Users",
|
|
505
|
+
onClick: () => {
|
|
506
|
+
window.location.href = "/orgselector/?path=/tmcentity/orgentity/users/";
|
|
507
|
+
}
|
|
502
508
|
}
|
|
503
509
|
],
|
|
504
510
|
isDropDown: true
|
package/dist/index.mjs
CHANGED
|
@@ -465,6 +465,12 @@ var navItemsConstant = [
|
|
|
465
465
|
onClick: () => {
|
|
466
466
|
window.location.href = "/orgselector/?path=tag";
|
|
467
467
|
}
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
label: "Users",
|
|
471
|
+
onClick: () => {
|
|
472
|
+
window.location.href = "/orgselector/?path=/tmcentity/orgentity/users/";
|
|
473
|
+
}
|
|
468
474
|
}
|
|
469
475
|
],
|
|
470
476
|
isDropDown: true
|