jett.admin.npmpackage 1.0.51 → 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.css +3 -0
- package/dist/index.js +8 -2
- package/dist/index.mjs +8 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -491,7 +491,7 @@ var navItemsConstant = [
|
|
|
491
491
|
{
|
|
492
492
|
label: "Reports",
|
|
493
493
|
onClick: () => {
|
|
494
|
-
window.location.href = "
|
|
494
|
+
window.location.href = "https://viz.jett.travel";
|
|
495
495
|
}
|
|
496
496
|
},
|
|
497
497
|
{
|
|
@@ -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
|
|
@@ -819,7 +825,7 @@ var AppSideBar = ({
|
|
|
819
825
|
}
|
|
820
826
|
},
|
|
821
827
|
/* @__PURE__ */ import_react12.default.createElement("div", null),
|
|
822
|
-
/* @__PURE__ */ import_react12.default.createElement("span", { className: "font-medium text-sm dark:text-[#f4f4f5cc]" }, options.label),
|
|
828
|
+
/* @__PURE__ */ import_react12.default.createElement("span", { className: "font-medium text-sm dark:text-[#f4f4f5cc] ml-[8px]" }, options.label),
|
|
823
829
|
options.isDropDown && /* @__PURE__ */ import_react12.default.createElement(
|
|
824
830
|
"div",
|
|
825
831
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -457,7 +457,7 @@ var navItemsConstant = [
|
|
|
457
457
|
{
|
|
458
458
|
label: "Reports",
|
|
459
459
|
onClick: () => {
|
|
460
|
-
window.location.href = "
|
|
460
|
+
window.location.href = "https://viz.jett.travel";
|
|
461
461
|
}
|
|
462
462
|
},
|
|
463
463
|
{
|
|
@@ -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
|
|
@@ -785,7 +791,7 @@ var AppSideBar = ({
|
|
|
785
791
|
}
|
|
786
792
|
},
|
|
787
793
|
/* @__PURE__ */ React12.createElement("div", null),
|
|
788
|
-
/* @__PURE__ */ React12.createElement("span", { className: "font-medium text-sm dark:text-[#f4f4f5cc]" }, options.label),
|
|
794
|
+
/* @__PURE__ */ React12.createElement("span", { className: "font-medium text-sm dark:text-[#f4f4f5cc] ml-[8px]" }, options.label),
|
|
789
795
|
options.isDropDown && /* @__PURE__ */ React12.createElement(
|
|
790
796
|
"div",
|
|
791
797
|
{
|