jett.admin.npmpackage 1.0.53 → 1.0.55
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -491,7 +491,7 @@ var navItemsConstant = [
|
|
|
491
491
|
{
|
|
492
492
|
label: "Reports",
|
|
493
493
|
onClick: () => {
|
|
494
|
-
window.
|
|
494
|
+
window.open = "https://viz.jett.travel";
|
|
495
495
|
}
|
|
496
496
|
},
|
|
497
497
|
{
|
|
@@ -503,7 +503,7 @@ var navItemsConstant = [
|
|
|
503
503
|
{
|
|
504
504
|
label: "Users",
|
|
505
505
|
onClick: () => {
|
|
506
|
-
window.location.href = "/orgselector/?path
|
|
506
|
+
window.location.href = "/orgselector/?path=users";
|
|
507
507
|
}
|
|
508
508
|
}
|
|
509
509
|
],
|
package/dist/index.mjs
CHANGED
|
@@ -457,7 +457,7 @@ var navItemsConstant = [
|
|
|
457
457
|
{
|
|
458
458
|
label: "Reports",
|
|
459
459
|
onClick: () => {
|
|
460
|
-
window.
|
|
460
|
+
window.open = "https://viz.jett.travel";
|
|
461
461
|
}
|
|
462
462
|
},
|
|
463
463
|
{
|
|
@@ -469,7 +469,7 @@ var navItemsConstant = [
|
|
|
469
469
|
{
|
|
470
470
|
label: "Users",
|
|
471
471
|
onClick: () => {
|
|
472
|
-
window.location.href = "/orgselector/?path
|
|
472
|
+
window.location.href = "/orgselector/?path=users";
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
475
|
],
|