@nethserver/ns8-ui-lib 0.0.65 → 0.0.68
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/ns8-ui-lib.esm.js +576 -383
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +554 -368
- package/package.json +1 -1
- package/src/lib-components/NsBackupCard.vue +17 -23
- package/src/lib-components/NsInfoCard.vue +18 -1
- package/src/lib-components/NsSystemLogsCard.vue +136 -0
- package/src/lib-components/NsSystemdServiceCard.vue +1 -0
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -90,12 +90,14 @@ import Erase20 from '@carbon/icons-vue/es/erase/20';
|
|
|
90
90
|
import Erase32 from '@carbon/icons-vue/es/erase/32';
|
|
91
91
|
import Row20 from '@carbon/icons-vue/es/row/20';
|
|
92
92
|
import Column20 from '@carbon/icons-vue/es/column/20';
|
|
93
|
+
import Catalog20 from '@carbon/icons-vue/es/catalog/20';
|
|
94
|
+
import Catalog32 from '@carbon/icons-vue/es/catalog/32';
|
|
93
95
|
import { WarningFilled16, WarningAltFilled16, View16, ViewOff16 } from '@carbon/icons-vue';
|
|
94
96
|
import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
|
|
95
97
|
import InformationFilled16 from '@carbon/icons-vue/es/information--filled/16';
|
|
96
98
|
|
|
97
99
|
//
|
|
98
|
-
var script$
|
|
100
|
+
var script$q = {
|
|
99
101
|
name: "NsButton",
|
|
100
102
|
extends: CvButton,
|
|
101
103
|
props: {
|
|
@@ -258,10 +260,10 @@ function addStyle(id, css) {
|
|
|
258
260
|
}
|
|
259
261
|
|
|
260
262
|
/* script */
|
|
261
|
-
const __vue_script__$
|
|
263
|
+
const __vue_script__$q = script$q;
|
|
262
264
|
/* template */
|
|
263
265
|
|
|
264
|
-
var __vue_render__$
|
|
266
|
+
var __vue_render__$w = function () {
|
|
265
267
|
var _vm = this;
|
|
266
268
|
|
|
267
269
|
var _h = _vm.$createElement;
|
|
@@ -284,10 +286,10 @@ var __vue_render__$v = function () {
|
|
|
284
286
|
}) : _vm._e()], 2);
|
|
285
287
|
};
|
|
286
288
|
|
|
287
|
-
var __vue_staticRenderFns__$
|
|
289
|
+
var __vue_staticRenderFns__$w = [];
|
|
288
290
|
/* style */
|
|
289
291
|
|
|
290
|
-
const __vue_inject_styles__$
|
|
292
|
+
const __vue_inject_styles__$x = function (inject) {
|
|
291
293
|
if (!inject) return;
|
|
292
294
|
inject("data-v-025b0f12_0", {
|
|
293
295
|
source: ".bx--btn .bx--btn__icon[data-v-025b0f12]{width:1.25rem;height:1.25rem}.bx--btn.bx--btn--sm .bx--btn__icon[data-v-025b0f12]{width:1rem;height:1rem}.loader[data-v-025b0f12]{right:1rem;border:3px solid transparent;border-radius:50%;border-top:3px solid currentColor;border-right:3px solid currentColor;border-bottom:3px solid currentColor;animation:spin-data-v-025b0f12 .5s linear infinite}.bx--btn--ghost .bx--btn__icon.loading[data-v-025b0f12]{position:static;margin-left:.5rem}.bx--btn--danger--ghost .bx--btn__icon.loading[data-v-025b0f12],.bx--btn--danger-ghost .bx--btn__icon.loading[data-v-025b0f12]{position:static;margin-left:.5rem}@keyframes spin-data-v-025b0f12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}",
|
|
@@ -298,23 +300,23 @@ const __vue_inject_styles__$w = function (inject) {
|
|
|
298
300
|
/* scoped */
|
|
299
301
|
|
|
300
302
|
|
|
301
|
-
const __vue_scope_id__$
|
|
303
|
+
const __vue_scope_id__$x = "data-v-025b0f12";
|
|
302
304
|
/* module identifier */
|
|
303
305
|
|
|
304
|
-
const __vue_module_identifier__$
|
|
306
|
+
const __vue_module_identifier__$x = undefined;
|
|
305
307
|
/* functional template */
|
|
306
308
|
|
|
307
|
-
const __vue_is_functional_template__$
|
|
309
|
+
const __vue_is_functional_template__$x = false;
|
|
308
310
|
/* style inject SSR */
|
|
309
311
|
|
|
310
312
|
/* style inject shadow dom */
|
|
311
313
|
|
|
312
|
-
const __vue_component__$
|
|
313
|
-
render: __vue_render__$
|
|
314
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
315
|
-
}, __vue_inject_styles__$
|
|
314
|
+
const __vue_component__$W = /*#__PURE__*/normalizeComponent({
|
|
315
|
+
render: __vue_render__$w,
|
|
316
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
317
|
+
}, __vue_inject_styles__$x, __vue_script__$q, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
|
|
316
318
|
|
|
317
|
-
var __vue_component__$
|
|
319
|
+
var __vue_component__$X = __vue_component__$W;
|
|
318
320
|
|
|
319
321
|
//
|
|
320
322
|
//
|
|
@@ -332,7 +334,7 @@ var __vue_component__$V = __vue_component__$U;
|
|
|
332
334
|
//
|
|
333
335
|
//
|
|
334
336
|
//
|
|
335
|
-
var script$
|
|
337
|
+
var script$p = {
|
|
336
338
|
name: "NsPictogram",
|
|
337
339
|
props: {
|
|
338
340
|
title: {
|
|
@@ -355,10 +357,10 @@ var script$o = {
|
|
|
355
357
|
};
|
|
356
358
|
|
|
357
359
|
/* script */
|
|
358
|
-
const __vue_script__$
|
|
360
|
+
const __vue_script__$p = script$p;
|
|
359
361
|
/* template */
|
|
360
362
|
|
|
361
|
-
var __vue_render__$
|
|
363
|
+
var __vue_render__$v = function () {
|
|
362
364
|
var _vm = this;
|
|
363
365
|
|
|
364
366
|
var _h = _vm.$createElement;
|
|
@@ -386,34 +388,34 @@ var __vue_render__$u = function () {
|
|
|
386
388
|
}, [_vm._t("default")], 2)]);
|
|
387
389
|
};
|
|
388
390
|
|
|
389
|
-
var __vue_staticRenderFns__$
|
|
391
|
+
var __vue_staticRenderFns__$v = [];
|
|
390
392
|
/* style */
|
|
391
393
|
|
|
392
|
-
const __vue_inject_styles__$
|
|
394
|
+
const __vue_inject_styles__$w = undefined;
|
|
393
395
|
/* scoped */
|
|
394
396
|
|
|
395
|
-
const __vue_scope_id__$
|
|
397
|
+
const __vue_scope_id__$w = undefined;
|
|
396
398
|
/* module identifier */
|
|
397
399
|
|
|
398
|
-
const __vue_module_identifier__$
|
|
400
|
+
const __vue_module_identifier__$w = undefined;
|
|
399
401
|
/* functional template */
|
|
400
402
|
|
|
401
|
-
const __vue_is_functional_template__$
|
|
403
|
+
const __vue_is_functional_template__$w = false;
|
|
402
404
|
/* style inject */
|
|
403
405
|
|
|
404
406
|
/* style inject SSR */
|
|
405
407
|
|
|
406
408
|
/* style inject shadow dom */
|
|
407
409
|
|
|
408
|
-
const __vue_component__$
|
|
409
|
-
render: __vue_render__$
|
|
410
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
411
|
-
}, __vue_inject_styles__$
|
|
410
|
+
const __vue_component__$V = /*#__PURE__*/normalizeComponent({
|
|
411
|
+
render: __vue_render__$v,
|
|
412
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
413
|
+
}, __vue_inject_styles__$w, __vue_script__$p, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, undefined, undefined);
|
|
412
414
|
|
|
413
|
-
var NsPictogram = __vue_component__$
|
|
415
|
+
var NsPictogram = __vue_component__$V;
|
|
414
416
|
|
|
415
417
|
//
|
|
416
|
-
var script$
|
|
418
|
+
var script$o = {
|
|
417
419
|
name: "NsLottieAnimation",
|
|
418
420
|
components: {
|
|
419
421
|
LottieAnimation
|
|
@@ -469,10 +471,10 @@ var script$n = {
|
|
|
469
471
|
};
|
|
470
472
|
|
|
471
473
|
/* script */
|
|
472
|
-
const __vue_script__$
|
|
474
|
+
const __vue_script__$o = script$o;
|
|
473
475
|
/* template */
|
|
474
476
|
|
|
475
|
-
var __vue_render__$
|
|
477
|
+
var __vue_render__$u = function () {
|
|
476
478
|
var _vm = this;
|
|
477
479
|
|
|
478
480
|
var _h = _vm.$createElement;
|
|
@@ -499,36 +501,36 @@ var __vue_render__$t = function () {
|
|
|
499
501
|
})], 1);
|
|
500
502
|
};
|
|
501
503
|
|
|
502
|
-
var __vue_staticRenderFns__$
|
|
504
|
+
var __vue_staticRenderFns__$u = [];
|
|
503
505
|
/* style */
|
|
504
506
|
|
|
505
|
-
const __vue_inject_styles__$
|
|
507
|
+
const __vue_inject_styles__$v = undefined;
|
|
506
508
|
/* scoped */
|
|
507
509
|
|
|
508
|
-
const __vue_scope_id__$
|
|
510
|
+
const __vue_scope_id__$v = "data-v-14e97a70";
|
|
509
511
|
/* module identifier */
|
|
510
512
|
|
|
511
|
-
const __vue_module_identifier__$
|
|
513
|
+
const __vue_module_identifier__$v = undefined;
|
|
512
514
|
/* functional template */
|
|
513
515
|
|
|
514
|
-
const __vue_is_functional_template__$
|
|
516
|
+
const __vue_is_functional_template__$v = false;
|
|
515
517
|
/* style inject */
|
|
516
518
|
|
|
517
519
|
/* style inject SSR */
|
|
518
520
|
|
|
519
521
|
/* style inject shadow dom */
|
|
520
522
|
|
|
521
|
-
const __vue_component__$
|
|
522
|
-
render: __vue_render__$
|
|
523
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
524
|
-
}, __vue_inject_styles__$
|
|
523
|
+
const __vue_component__$U = /*#__PURE__*/normalizeComponent({
|
|
524
|
+
render: __vue_render__$u,
|
|
525
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
526
|
+
}, __vue_inject_styles__$v, __vue_script__$o, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, undefined, undefined);
|
|
525
527
|
|
|
526
|
-
var NsLottieAnimation = __vue_component__$
|
|
528
|
+
var NsLottieAnimation = __vue_component__$U;
|
|
527
529
|
|
|
528
530
|
/* script */
|
|
529
531
|
|
|
530
532
|
/* template */
|
|
531
|
-
var __vue_render__$
|
|
533
|
+
var __vue_render__$t = function () {
|
|
532
534
|
var _vm = this;
|
|
533
535
|
|
|
534
536
|
var _h = _vm.$createElement;
|
|
@@ -543,34 +545,34 @@ var __vue_render__$s = function () {
|
|
|
543
545
|
});
|
|
544
546
|
};
|
|
545
547
|
|
|
546
|
-
var __vue_staticRenderFns__$
|
|
548
|
+
var __vue_staticRenderFns__$t = [];
|
|
547
549
|
/* style */
|
|
548
550
|
|
|
549
|
-
const __vue_inject_styles__$
|
|
551
|
+
const __vue_inject_styles__$u = undefined;
|
|
550
552
|
/* scoped */
|
|
551
553
|
|
|
552
|
-
const __vue_scope_id__$
|
|
554
|
+
const __vue_scope_id__$u = undefined;
|
|
553
555
|
/* module identifier */
|
|
554
556
|
|
|
555
|
-
const __vue_module_identifier__$
|
|
557
|
+
const __vue_module_identifier__$u = undefined;
|
|
556
558
|
/* functional template */
|
|
557
559
|
|
|
558
|
-
const __vue_is_functional_template__$
|
|
560
|
+
const __vue_is_functional_template__$u = false;
|
|
559
561
|
/* style inject */
|
|
560
562
|
|
|
561
563
|
/* style inject SSR */
|
|
562
564
|
|
|
563
565
|
/* style inject shadow dom */
|
|
564
566
|
|
|
565
|
-
const __vue_component__$
|
|
566
|
-
render: __vue_render__$
|
|
567
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
568
|
-
}, __vue_inject_styles__$
|
|
567
|
+
const __vue_component__$T = /*#__PURE__*/normalizeComponent({
|
|
568
|
+
render: __vue_render__$t,
|
|
569
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
570
|
+
}, __vue_inject_styles__$u, {}, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
|
|
569
571
|
|
|
570
|
-
var ExclamationMarkPictogram = __vue_component__$
|
|
572
|
+
var ExclamationMarkPictogram = __vue_component__$T;
|
|
571
573
|
|
|
572
574
|
//
|
|
573
|
-
var script$
|
|
575
|
+
var script$n = {
|
|
574
576
|
name: "NsEmptyState",
|
|
575
577
|
components: {
|
|
576
578
|
NsPictogram,
|
|
@@ -602,10 +604,10 @@ var script$m = {
|
|
|
602
604
|
};
|
|
603
605
|
|
|
604
606
|
/* script */
|
|
605
|
-
const __vue_script__$
|
|
607
|
+
const __vue_script__$n = script$n;
|
|
606
608
|
/* template */
|
|
607
609
|
|
|
608
|
-
var __vue_render__$
|
|
610
|
+
var __vue_render__$s = function () {
|
|
609
611
|
var _vm = this;
|
|
610
612
|
|
|
611
613
|
var _h = _vm.$createElement;
|
|
@@ -635,10 +637,10 @@ var __vue_render__$r = function () {
|
|
|
635
637
|
}, [_vm._t("description")], 2)] : _vm._e()], 2);
|
|
636
638
|
};
|
|
637
639
|
|
|
638
|
-
var __vue_staticRenderFns__$
|
|
640
|
+
var __vue_staticRenderFns__$s = [];
|
|
639
641
|
/* style */
|
|
640
642
|
|
|
641
|
-
const __vue_inject_styles__$
|
|
643
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
642
644
|
if (!inject) return;
|
|
643
645
|
inject("data-v-2d5d3a58_0", {
|
|
644
646
|
source: ".empty-state[data-v-2d5d3a58]{text-align:center;padding:2rem}.empty-state .image[data-v-2d5d3a58]{margin-bottom:1rem}.empty-state .description[data-v-2d5d3a58]{margin-top:1rem}.animation[data-v-2d5d3a58]{display:inline-block;width:64px;height:64px}",
|
|
@@ -649,26 +651,26 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
649
651
|
/* scoped */
|
|
650
652
|
|
|
651
653
|
|
|
652
|
-
const __vue_scope_id__$
|
|
654
|
+
const __vue_scope_id__$t = "data-v-2d5d3a58";
|
|
653
655
|
/* module identifier */
|
|
654
656
|
|
|
655
|
-
const __vue_module_identifier__$
|
|
657
|
+
const __vue_module_identifier__$t = undefined;
|
|
656
658
|
/* functional template */
|
|
657
659
|
|
|
658
|
-
const __vue_is_functional_template__$
|
|
660
|
+
const __vue_is_functional_template__$t = false;
|
|
659
661
|
/* style inject SSR */
|
|
660
662
|
|
|
661
663
|
/* style inject shadow dom */
|
|
662
664
|
|
|
663
|
-
const __vue_component__$
|
|
664
|
-
render: __vue_render__$
|
|
665
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
666
|
-
}, __vue_inject_styles__$
|
|
665
|
+
const __vue_component__$R = /*#__PURE__*/normalizeComponent({
|
|
666
|
+
render: __vue_render__$s,
|
|
667
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
668
|
+
}, __vue_inject_styles__$t, __vue_script__$n, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
|
|
667
669
|
|
|
668
|
-
var __vue_component__$
|
|
670
|
+
var __vue_component__$S = __vue_component__$R;
|
|
669
671
|
|
|
670
672
|
//
|
|
671
|
-
var script$
|
|
673
|
+
var script$m = {
|
|
672
674
|
name: "NsCodeSnippet",
|
|
673
675
|
components: {
|
|
674
676
|
CvButton,
|
|
@@ -780,10 +782,10 @@ var script$l = {
|
|
|
780
782
|
};
|
|
781
783
|
|
|
782
784
|
/* script */
|
|
783
|
-
const __vue_script__$
|
|
785
|
+
const __vue_script__$m = script$m;
|
|
784
786
|
/* template */
|
|
785
787
|
|
|
786
|
-
var __vue_render__$
|
|
788
|
+
var __vue_render__$r = function () {
|
|
787
789
|
var _vm = this;
|
|
788
790
|
|
|
789
791
|
var _h = _vm.$createElement;
|
|
@@ -845,10 +847,10 @@ var __vue_render__$q = function () {
|
|
|
845
847
|
})], 1) : _vm._e()], 1);
|
|
846
848
|
};
|
|
847
849
|
|
|
848
|
-
var __vue_staticRenderFns__$
|
|
850
|
+
var __vue_staticRenderFns__$r = [];
|
|
849
851
|
/* style */
|
|
850
852
|
|
|
851
|
-
const __vue_inject_styles__$
|
|
853
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
852
854
|
if (!inject) return;
|
|
853
855
|
inject("data-v-59cb538c_0", {
|
|
854
856
|
source: ".bx--snippet--multi .bx--snippet-container[data-v-59cb538c]{min-height:4.5rem;max-height:9.6rem;overflow-y:hidden}.bx--snippet--multi .bx--snippet-container.no-expand[data-v-59cb538c]{min-height:2.5rem}.bx--snippet--multi.bx--snippet--expand .bx--snippet-container[data-v-59cb538c]{max-height:100%}.bx--snippet--multi .bx--copy-btn[data-v-59cb538c]{position:absolute!important;top:.5rem;right:.5rem;z-index:11;width:3rem;height:2rem}.bx--snippet-btn--expand[data-v-59cb538c]{right:.5rem;bottom:.5rem}",
|
|
@@ -859,23 +861,23 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
859
861
|
/* scoped */
|
|
860
862
|
|
|
861
863
|
|
|
862
|
-
const __vue_scope_id__$
|
|
864
|
+
const __vue_scope_id__$s = "data-v-59cb538c";
|
|
863
865
|
/* module identifier */
|
|
864
866
|
|
|
865
|
-
const __vue_module_identifier__$
|
|
867
|
+
const __vue_module_identifier__$s = undefined;
|
|
866
868
|
/* functional template */
|
|
867
869
|
|
|
868
|
-
const __vue_is_functional_template__$
|
|
870
|
+
const __vue_is_functional_template__$s = false;
|
|
869
871
|
/* style inject SSR */
|
|
870
872
|
|
|
871
873
|
/* style inject shadow dom */
|
|
872
874
|
|
|
873
|
-
const __vue_component__$
|
|
874
|
-
render: __vue_render__$
|
|
875
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
876
|
-
}, __vue_inject_styles__$
|
|
875
|
+
const __vue_component__$P = /*#__PURE__*/normalizeComponent({
|
|
876
|
+
render: __vue_render__$r,
|
|
877
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
878
|
+
}, __vue_inject_styles__$s, __vue_script__$m, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
877
879
|
|
|
878
|
-
var __vue_component__$
|
|
880
|
+
var __vue_component__$Q = __vue_component__$P;
|
|
879
881
|
|
|
880
882
|
//
|
|
881
883
|
//
|
|
@@ -906,7 +908,7 @@ var __vue_component__$O = __vue_component__$N;
|
|
|
906
908
|
//
|
|
907
909
|
//
|
|
908
910
|
//
|
|
909
|
-
var script$
|
|
911
|
+
var script$l = {
|
|
910
912
|
name: "NsCircleTimer",
|
|
911
913
|
props: {
|
|
912
914
|
timeLimit: {
|
|
@@ -966,10 +968,10 @@ var script$k = {
|
|
|
966
968
|
};
|
|
967
969
|
|
|
968
970
|
/* script */
|
|
969
|
-
const __vue_script__$
|
|
971
|
+
const __vue_script__$l = script$l;
|
|
970
972
|
/* template */
|
|
971
973
|
|
|
972
|
-
var __vue_render__$
|
|
974
|
+
var __vue_render__$q = function () {
|
|
973
975
|
var _vm = this;
|
|
974
976
|
|
|
975
977
|
var _h = _vm.$createElement;
|
|
@@ -1005,10 +1007,10 @@ var __vue_render__$p = function () {
|
|
|
1005
1007
|
})])])]);
|
|
1006
1008
|
};
|
|
1007
1009
|
|
|
1008
|
-
var __vue_staticRenderFns__$
|
|
1010
|
+
var __vue_staticRenderFns__$q = [];
|
|
1009
1011
|
/* style */
|
|
1010
1012
|
|
|
1011
|
-
const __vue_inject_styles__$
|
|
1013
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
1012
1014
|
if (!inject) return;
|
|
1013
1015
|
inject("data-v-45b59790_0", {
|
|
1014
1016
|
source: ".base-timer[data-v-45b59790]{position:relative}.base-timer__circle[data-v-45b59790]{fill:none;stroke:none}.base-timer__path-remaining[data-v-45b59790]{stroke:currentColor;transform:rotate(90deg);transform-origin:center;transition:1s linear all}.base-timer__svg[data-v-45b59790]{transform:scaleX(-1)}",
|
|
@@ -1019,26 +1021,26 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
1019
1021
|
/* scoped */
|
|
1020
1022
|
|
|
1021
1023
|
|
|
1022
|
-
const __vue_scope_id__$
|
|
1024
|
+
const __vue_scope_id__$r = "data-v-45b59790";
|
|
1023
1025
|
/* module identifier */
|
|
1024
1026
|
|
|
1025
|
-
const __vue_module_identifier__$
|
|
1027
|
+
const __vue_module_identifier__$r = undefined;
|
|
1026
1028
|
/* functional template */
|
|
1027
1029
|
|
|
1028
|
-
const __vue_is_functional_template__$
|
|
1030
|
+
const __vue_is_functional_template__$r = false;
|
|
1029
1031
|
/* style inject SSR */
|
|
1030
1032
|
|
|
1031
1033
|
/* style inject shadow dom */
|
|
1032
1034
|
|
|
1033
|
-
const __vue_component__$
|
|
1034
|
-
render: __vue_render__$
|
|
1035
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1036
|
-
}, __vue_inject_styles__$
|
|
1035
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
1036
|
+
render: __vue_render__$q,
|
|
1037
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
1038
|
+
}, __vue_inject_styles__$r, __vue_script__$l, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
1037
1039
|
|
|
1038
|
-
var NsCircleTimer = __vue_component__$
|
|
1040
|
+
var NsCircleTimer = __vue_component__$O;
|
|
1039
1041
|
|
|
1040
1042
|
//
|
|
1041
|
-
var script$
|
|
1043
|
+
var script$k = {
|
|
1042
1044
|
name: "NsInlineNotification",
|
|
1043
1045
|
extends: CvInlineNotification,
|
|
1044
1046
|
components: {
|
|
@@ -1075,10 +1077,10 @@ var script$j = {
|
|
|
1075
1077
|
};
|
|
1076
1078
|
|
|
1077
1079
|
/* script */
|
|
1078
|
-
const __vue_script__$
|
|
1080
|
+
const __vue_script__$k = script$k;
|
|
1079
1081
|
/* template */
|
|
1080
1082
|
|
|
1081
|
-
var __vue_render__$
|
|
1083
|
+
var __vue_render__$p = function () {
|
|
1082
1084
|
var _obj;
|
|
1083
1085
|
|
|
1084
1086
|
var _vm = this;
|
|
@@ -1149,10 +1151,10 @@ var __vue_render__$o = function () {
|
|
|
1149
1151
|
})], 1) : _vm._e()]);
|
|
1150
1152
|
};
|
|
1151
1153
|
|
|
1152
|
-
var __vue_staticRenderFns__$
|
|
1154
|
+
var __vue_staticRenderFns__$p = [];
|
|
1153
1155
|
/* style */
|
|
1154
1156
|
|
|
1155
|
-
const __vue_inject_styles__$
|
|
1157
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
1156
1158
|
if (!inject) return;
|
|
1157
1159
|
inject("data-v-59312d66_0", {
|
|
1158
1160
|
source: ".title[data-v-59312d66]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-59312d66]{margin-right:.75rem}.details[data-v-59312d66]{flex-grow:0}.action-button[data-v-59312d66]{margin-right:.5rem}.bx--inline-notification__close-button[data-v-59312d66]{position:absolute!important}.bx--inline-notification__text-wrapper p[data-v-59312d66]{padding-right:0!important}",
|
|
@@ -1163,23 +1165,23 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
1163
1165
|
/* scoped */
|
|
1164
1166
|
|
|
1165
1167
|
|
|
1166
|
-
const __vue_scope_id__$
|
|
1168
|
+
const __vue_scope_id__$q = "data-v-59312d66";
|
|
1167
1169
|
/* module identifier */
|
|
1168
1170
|
|
|
1169
|
-
const __vue_module_identifier__$
|
|
1171
|
+
const __vue_module_identifier__$q = undefined;
|
|
1170
1172
|
/* functional template */
|
|
1171
1173
|
|
|
1172
|
-
const __vue_is_functional_template__$
|
|
1174
|
+
const __vue_is_functional_template__$q = false;
|
|
1173
1175
|
/* style inject SSR */
|
|
1174
1176
|
|
|
1175
1177
|
/* style inject shadow dom */
|
|
1176
1178
|
|
|
1177
|
-
const __vue_component__$
|
|
1178
|
-
render: __vue_render__$
|
|
1179
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1180
|
-
}, __vue_inject_styles__$
|
|
1179
|
+
const __vue_component__$N = /*#__PURE__*/normalizeComponent({
|
|
1180
|
+
render: __vue_render__$p,
|
|
1181
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
1182
|
+
}, __vue_inject_styles__$q, __vue_script__$k, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
1181
1183
|
|
|
1182
|
-
var NsInlineNotification = __vue_component__$
|
|
1184
|
+
var NsInlineNotification = __vue_component__$N;
|
|
1183
1185
|
|
|
1184
1186
|
//
|
|
1185
1187
|
//
|
|
@@ -1198,7 +1200,7 @@ var NsInlineNotification = __vue_component__$L;
|
|
|
1198
1200
|
//
|
|
1199
1201
|
//
|
|
1200
1202
|
//
|
|
1201
|
-
var script$
|
|
1203
|
+
var script$j = {
|
|
1202
1204
|
name: "NsProgressBar",
|
|
1203
1205
|
props: {
|
|
1204
1206
|
value: {
|
|
@@ -1229,10 +1231,10 @@ var script$i = {
|
|
|
1229
1231
|
};
|
|
1230
1232
|
|
|
1231
1233
|
/* script */
|
|
1232
|
-
const __vue_script__$
|
|
1234
|
+
const __vue_script__$j = script$j;
|
|
1233
1235
|
/* template */
|
|
1234
1236
|
|
|
1235
|
-
var __vue_render__$
|
|
1237
|
+
var __vue_render__$o = function () {
|
|
1236
1238
|
var _vm = this;
|
|
1237
1239
|
|
|
1238
1240
|
var _h = _vm.$createElement;
|
|
@@ -1257,10 +1259,10 @@ var __vue_render__$n = function () {
|
|
|
1257
1259
|
})]], 2)]);
|
|
1258
1260
|
};
|
|
1259
1261
|
|
|
1260
|
-
var __vue_staticRenderFns__$
|
|
1262
|
+
var __vue_staticRenderFns__$o = [];
|
|
1261
1263
|
/* style */
|
|
1262
1264
|
|
|
1263
|
-
const __vue_inject_styles__$
|
|
1265
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
1264
1266
|
if (!inject) return;
|
|
1265
1267
|
inject("data-v-57532057_0", {
|
|
1266
1268
|
source: ".progress-bar-container[data-v-57532057]{width:100%;position:relative}.slider[data-v-57532057]{position:absolute;width:100%;height:5px;overflow-x:hidden}.line[data-v-57532057]{position:absolute;opacity:.4;width:100%;height:5px}.progress-line[data-v-57532057]{position:absolute;height:5px}.indeterminate-line[data-v-57532057]{position:absolute;opacity:.4;width:150%;height:5px}.indeterminate-subline[data-v-57532057]{position:absolute;height:5px}.inc[data-v-57532057]{animation:increase-data-v-57532057 2s infinite}.dec[data-v-57532057]{animation:decrease-data-v-57532057 2s .5s infinite}@keyframes increase-data-v-57532057{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-57532057{from{left:-80%;width:80%}to{left:110%;width:10%}}",
|
|
@@ -1271,25 +1273,25 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
1271
1273
|
/* scoped */
|
|
1272
1274
|
|
|
1273
1275
|
|
|
1274
|
-
const __vue_scope_id__$
|
|
1276
|
+
const __vue_scope_id__$p = "data-v-57532057";
|
|
1275
1277
|
/* module identifier */
|
|
1276
1278
|
|
|
1277
|
-
const __vue_module_identifier__$
|
|
1279
|
+
const __vue_module_identifier__$p = undefined;
|
|
1278
1280
|
/* functional template */
|
|
1279
1281
|
|
|
1280
|
-
const __vue_is_functional_template__$
|
|
1282
|
+
const __vue_is_functional_template__$p = false;
|
|
1281
1283
|
/* style inject SSR */
|
|
1282
1284
|
|
|
1283
1285
|
/* style inject shadow dom */
|
|
1284
1286
|
|
|
1285
|
-
const __vue_component__$
|
|
1286
|
-
render: __vue_render__$
|
|
1287
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1288
|
-
}, __vue_inject_styles__$
|
|
1287
|
+
const __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
1288
|
+
render: __vue_render__$o,
|
|
1289
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
1290
|
+
}, __vue_inject_styles__$p, __vue_script__$j, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
1289
1291
|
|
|
1290
|
-
var NsProgressBar = __vue_component__$
|
|
1292
|
+
var NsProgressBar = __vue_component__$M;
|
|
1291
1293
|
|
|
1292
|
-
var script$
|
|
1294
|
+
var script$i = {
|
|
1293
1295
|
name: "NsSvg",
|
|
1294
1296
|
props: {
|
|
1295
1297
|
svg: {
|
|
@@ -1348,33 +1350,33 @@ var script$h = {
|
|
|
1348
1350
|
};
|
|
1349
1351
|
|
|
1350
1352
|
/* script */
|
|
1351
|
-
const __vue_script__$
|
|
1353
|
+
const __vue_script__$i = script$i;
|
|
1352
1354
|
/* template */
|
|
1353
1355
|
|
|
1354
1356
|
/* style */
|
|
1355
1357
|
|
|
1356
|
-
const __vue_inject_styles__$
|
|
1358
|
+
const __vue_inject_styles__$o = undefined;
|
|
1357
1359
|
/* scoped */
|
|
1358
1360
|
|
|
1359
|
-
const __vue_scope_id__$
|
|
1361
|
+
const __vue_scope_id__$o = undefined;
|
|
1360
1362
|
/* module identifier */
|
|
1361
1363
|
|
|
1362
|
-
const __vue_module_identifier__$
|
|
1364
|
+
const __vue_module_identifier__$o = undefined;
|
|
1363
1365
|
/* functional template */
|
|
1364
1366
|
|
|
1365
|
-
const __vue_is_functional_template__$
|
|
1367
|
+
const __vue_is_functional_template__$o = undefined;
|
|
1366
1368
|
/* style inject */
|
|
1367
1369
|
|
|
1368
1370
|
/* style inject SSR */
|
|
1369
1371
|
|
|
1370
1372
|
/* style inject shadow dom */
|
|
1371
1373
|
|
|
1372
|
-
const __vue_component__$
|
|
1374
|
+
const __vue_component__$L = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$o, __vue_script__$i, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
|
|
1373
1375
|
|
|
1374
|
-
var NsSvg = __vue_component__$
|
|
1376
|
+
var NsSvg = __vue_component__$L;
|
|
1375
1377
|
|
|
1376
1378
|
//
|
|
1377
|
-
var script$
|
|
1379
|
+
var script$h = {
|
|
1378
1380
|
name: "NsTile",
|
|
1379
1381
|
extends: CvTile,
|
|
1380
1382
|
inheritAttrs: false,
|
|
@@ -1448,10 +1450,10 @@ var script$g = {
|
|
|
1448
1450
|
};
|
|
1449
1451
|
|
|
1450
1452
|
/* script */
|
|
1451
|
-
const __vue_script__$
|
|
1453
|
+
const __vue_script__$h = script$h;
|
|
1452
1454
|
/* template */
|
|
1453
1455
|
|
|
1454
|
-
var __vue_render__$
|
|
1456
|
+
var __vue_render__$n = function () {
|
|
1455
1457
|
var _obj;
|
|
1456
1458
|
|
|
1457
1459
|
var _vm = this;
|
|
@@ -1490,10 +1492,10 @@ var __vue_render__$m = function () {
|
|
|
1490
1492
|
}) : _vm._e()], 1);
|
|
1491
1493
|
};
|
|
1492
1494
|
|
|
1493
|
-
var __vue_staticRenderFns__$
|
|
1495
|
+
var __vue_staticRenderFns__$n = [];
|
|
1494
1496
|
/* style */
|
|
1495
1497
|
|
|
1496
|
-
const __vue_inject_styles__$
|
|
1498
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
1497
1499
|
if (!inject) return;
|
|
1498
1500
|
inject("data-v-443a91f0_0", {
|
|
1499
1501
|
source: ".ns-tile[data-v-443a91f0]{margin-bottom:2rem;position:relative}.container[data-v-443a91f0]{display:flex;flex-direction:column;justify-content:center}.centered[data-v-443a91f0]{text-align:center}.large[data-v-443a91f0]{min-height:10rem}.tile-icon[data-v-443a91f0]{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.tile-footer-icon[data-v-443a91f0]{position:absolute;right:1rem;bottom:1rem;flex-shrink:0;width:1.25rem;height:1.25rem}.pad-bottom[data-v-443a91f0]{padding-bottom:4rem}.disabled-tile[data-v-443a91f0]{color:#c6c6c6}",
|
|
@@ -1504,23 +1506,23 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
1504
1506
|
/* scoped */
|
|
1505
1507
|
|
|
1506
1508
|
|
|
1507
|
-
const __vue_scope_id__$
|
|
1509
|
+
const __vue_scope_id__$n = "data-v-443a91f0";
|
|
1508
1510
|
/* module identifier */
|
|
1509
1511
|
|
|
1510
|
-
const __vue_module_identifier__$
|
|
1512
|
+
const __vue_module_identifier__$n = undefined;
|
|
1511
1513
|
/* functional template */
|
|
1512
1514
|
|
|
1513
|
-
const __vue_is_functional_template__$
|
|
1515
|
+
const __vue_is_functional_template__$n = false;
|
|
1514
1516
|
/* style inject SSR */
|
|
1515
1517
|
|
|
1516
1518
|
/* style inject shadow dom */
|
|
1517
1519
|
|
|
1518
|
-
const __vue_component__$
|
|
1519
|
-
render: __vue_render__$
|
|
1520
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1521
|
-
}, __vue_inject_styles__$
|
|
1520
|
+
const __vue_component__$J = /*#__PURE__*/normalizeComponent({
|
|
1521
|
+
render: __vue_render__$n,
|
|
1522
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
1523
|
+
}, __vue_inject_styles__$n, __vue_script__$h, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
1522
1524
|
|
|
1523
|
-
var __vue_component__$
|
|
1525
|
+
var __vue_component__$K = __vue_component__$J;
|
|
1524
1526
|
|
|
1525
1527
|
function toInteger(dirtyNumber) {
|
|
1526
1528
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -6117,7 +6119,7 @@ var DateTimeService = {
|
|
|
6117
6119
|
};
|
|
6118
6120
|
|
|
6119
6121
|
//
|
|
6120
|
-
var script$
|
|
6122
|
+
var script$g = {
|
|
6121
6123
|
name: "NsToastNotification",
|
|
6122
6124
|
extends: CvToastNotification,
|
|
6123
6125
|
components: {
|
|
@@ -6159,10 +6161,10 @@ var script$f = {
|
|
|
6159
6161
|
};
|
|
6160
6162
|
|
|
6161
6163
|
/* script */
|
|
6162
|
-
const __vue_script__$
|
|
6164
|
+
const __vue_script__$g = script$g;
|
|
6163
6165
|
/* template */
|
|
6164
6166
|
|
|
6165
|
-
var __vue_render__$
|
|
6167
|
+
var __vue_render__$m = function () {
|
|
6166
6168
|
var _obj;
|
|
6167
6169
|
|
|
6168
6170
|
var _vm = this;
|
|
@@ -6245,10 +6247,10 @@ var __vue_render__$l = function () {
|
|
|
6245
6247
|
})], 1) : _vm._e()], 1)]);
|
|
6246
6248
|
};
|
|
6247
6249
|
|
|
6248
|
-
var __vue_staticRenderFns__$
|
|
6250
|
+
var __vue_staticRenderFns__$m = [];
|
|
6249
6251
|
/* style */
|
|
6250
6252
|
|
|
6251
|
-
const __vue_inject_styles__$
|
|
6253
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
6252
6254
|
if (!inject) return;
|
|
6253
6255
|
inject("data-v-7385c86a_0", {
|
|
6254
6256
|
source: ".notification[data-v-7385c86a]{margin-bottom:0;margin-right:0}.action[data-v-7385c86a]{padding-top:0;margin-bottom:0}.bx--toast-notification .bx--inline-notification__action-button.bx--btn--ghost[data-v-7385c86a]{margin-left:-16px}.notification-description-and-progress[data-v-7385c86a]{margin-top:.75rem;margin-bottom:.75rem}.fix-margin-bottom[data-v-7385c86a]{margin-bottom:0}.progress[data-v-7385c86a]{margin-top:.75rem}.progress-bar-spacer[data-v-7385c86a]{height:.5rem}.cv-notifiation.bx--toast-notification.notification[data-v-7385c86a]{width:26vw;min-width:20rem;margin-top:0}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-7385c86a]{margin-top:1rem}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-7385c86a]{width:100%;cursor:pointer}.notification-read[data-v-7385c86a]{border-color:#8d8d8d;color:#c6c6c6}.notification-read .bx--toast-notification__icon[data-v-7385c86a]{fill:currentColor}.notification-read .bx--toast-notification__subtitle[data-v-7385c86a]{color:#c6c6c6}.notification-read .bx--toast-notification__title[data-v-7385c86a]{font-weight:400}.cv-notifiation .timestamp[data-v-7385c86a]{margin-bottom:.75rem;line-height:1.29;color:#fff;text-decoration:underline}.cv-notifiation .timestamp button[data-v-7385c86a]{color:#c6c6c6}.bx--tooltip__trigger[data-v-7385c86a]:not(.bx--btn--icon-only){font-size:inherit}.cv-notifiation .timestamp .bx--tooltip__trigger[data-v-7385c86a]::before{border-bottom-color:#161616}div.row[data-v-7385c86a]:last-child{margin-bottom:1.5rem}.bx--toast-notification__details[data-v-7385c86a]{flex-grow:1}",
|
|
@@ -6263,26 +6265,26 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
6263
6265
|
/* scoped */
|
|
6264
6266
|
|
|
6265
6267
|
|
|
6266
|
-
const __vue_scope_id__$
|
|
6268
|
+
const __vue_scope_id__$m = "data-v-7385c86a";
|
|
6267
6269
|
/* module identifier */
|
|
6268
6270
|
|
|
6269
|
-
const __vue_module_identifier__$
|
|
6271
|
+
const __vue_module_identifier__$m = undefined;
|
|
6270
6272
|
/* functional template */
|
|
6271
6273
|
|
|
6272
|
-
const __vue_is_functional_template__$
|
|
6274
|
+
const __vue_is_functional_template__$m = false;
|
|
6273
6275
|
/* style inject SSR */
|
|
6274
6276
|
|
|
6275
6277
|
/* style inject shadow dom */
|
|
6276
6278
|
|
|
6277
|
-
const __vue_component__$
|
|
6278
|
-
render: __vue_render__$
|
|
6279
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6280
|
-
}, __vue_inject_styles__$
|
|
6279
|
+
const __vue_component__$H = /*#__PURE__*/normalizeComponent({
|
|
6280
|
+
render: __vue_render__$m,
|
|
6281
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
6282
|
+
}, __vue_inject_styles__$m, __vue_script__$g, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
6281
6283
|
|
|
6282
|
-
var __vue_component__$
|
|
6284
|
+
var __vue_component__$I = __vue_component__$H;
|
|
6283
6285
|
|
|
6284
6286
|
//
|
|
6285
|
-
var script$
|
|
6287
|
+
var script$f = {
|
|
6286
6288
|
name: "NsInfoCard",
|
|
6287
6289
|
components: {
|
|
6288
6290
|
NsSvg,
|
|
@@ -6297,6 +6299,10 @@ var script$e = {
|
|
|
6297
6299
|
type: String,
|
|
6298
6300
|
required: false
|
|
6299
6301
|
},
|
|
6302
|
+
titleTooltip: {
|
|
6303
|
+
type: String,
|
|
6304
|
+
required: false
|
|
6305
|
+
},
|
|
6300
6306
|
icon: {
|
|
6301
6307
|
type: [String, Object],
|
|
6302
6308
|
default: undefined,
|
|
@@ -6329,10 +6335,10 @@ var script$e = {
|
|
|
6329
6335
|
};
|
|
6330
6336
|
|
|
6331
6337
|
/* script */
|
|
6332
|
-
const __vue_script__$
|
|
6338
|
+
const __vue_script__$f = script$f;
|
|
6333
6339
|
/* template */
|
|
6334
6340
|
|
|
6335
|
-
var __vue_render__$
|
|
6341
|
+
var __vue_render__$l = function () {
|
|
6336
6342
|
var _vm = this;
|
|
6337
6343
|
|
|
6338
6344
|
var _h = _vm.$createElement;
|
|
@@ -6370,9 +6376,17 @@ var __vue_render__$k = function () {
|
|
|
6370
6376
|
}
|
|
6371
6377
|
})], 1) : [_vm.title ? _c('div', {
|
|
6372
6378
|
staticClass: "row"
|
|
6379
|
+
}, [_vm.titleTooltip ? _c('cv-tooltip', {
|
|
6380
|
+
attrs: {
|
|
6381
|
+
"alignment": "center",
|
|
6382
|
+
"direction": "bottom",
|
|
6383
|
+
"tip": _vm.titleTooltip
|
|
6384
|
+
}
|
|
6373
6385
|
}, [_c('h3', {
|
|
6374
6386
|
staticClass: "title"
|
|
6375
|
-
}, [_vm._v(_vm._s(_vm.title))])]) :
|
|
6387
|
+
}, [_vm._v("\n " + _vm._s(_vm.title) + "\n ")])]) : _c('h3', {
|
|
6388
|
+
staticClass: "title"
|
|
6389
|
+
}, [_vm._v(_vm._s(_vm.title))])], 1) : _vm._e(), _vm._v(" "), _vm.description ? _c('div', {
|
|
6376
6390
|
staticClass: "row"
|
|
6377
6391
|
}, [_c('div', {
|
|
6378
6392
|
staticClass: "description"
|
|
@@ -6381,13 +6395,13 @@ var __vue_render__$k = function () {
|
|
|
6381
6395
|
}, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
|
|
6382
6396
|
};
|
|
6383
6397
|
|
|
6384
|
-
var __vue_staticRenderFns__$
|
|
6398
|
+
var __vue_staticRenderFns__$l = [];
|
|
6385
6399
|
/* style */
|
|
6386
6400
|
|
|
6387
|
-
const __vue_inject_styles__$
|
|
6401
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
6388
6402
|
if (!inject) return;
|
|
6389
|
-
inject("data-v-
|
|
6390
|
-
source: ".info-card[data-v-
|
|
6403
|
+
inject("data-v-aefc1c3e_0", {
|
|
6404
|
+
source: ".info-card[data-v-aefc1c3e]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.skeleton[data-v-aefc1c3e]{margin-top:.5rem;margin-left:auto;margin-right:auto}.row[data-v-aefc1c3e]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-aefc1c3e]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description[data-v-aefc1c3e]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-aefc1c3e]{margin-top:.5rem}",
|
|
6391
6405
|
map: undefined,
|
|
6392
6406
|
media: undefined
|
|
6393
6407
|
});
|
|
@@ -6395,26 +6409,26 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
6395
6409
|
/* scoped */
|
|
6396
6410
|
|
|
6397
6411
|
|
|
6398
|
-
const __vue_scope_id__$
|
|
6412
|
+
const __vue_scope_id__$l = "data-v-aefc1c3e";
|
|
6399
6413
|
/* module identifier */
|
|
6400
6414
|
|
|
6401
|
-
const __vue_module_identifier__$
|
|
6415
|
+
const __vue_module_identifier__$l = undefined;
|
|
6402
6416
|
/* functional template */
|
|
6403
6417
|
|
|
6404
|
-
const __vue_is_functional_template__$
|
|
6418
|
+
const __vue_is_functional_template__$l = false;
|
|
6405
6419
|
/* style inject SSR */
|
|
6406
6420
|
|
|
6407
6421
|
/* style inject shadow dom */
|
|
6408
6422
|
|
|
6409
|
-
const __vue_component__$
|
|
6410
|
-
render: __vue_render__$
|
|
6411
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6412
|
-
}, __vue_inject_styles__$
|
|
6423
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
6424
|
+
render: __vue_render__$l,
|
|
6425
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
6426
|
+
}, __vue_inject_styles__$l, __vue_script__$f, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
6413
6427
|
|
|
6414
|
-
var __vue_component__$
|
|
6428
|
+
var __vue_component__$G = __vue_component__$F;
|
|
6415
6429
|
|
|
6416
6430
|
//
|
|
6417
|
-
var script$
|
|
6431
|
+
var script$e = {
|
|
6418
6432
|
name: "NsStatusCard",
|
|
6419
6433
|
//components added for storybook to work
|
|
6420
6434
|
components: {
|
|
@@ -6461,10 +6475,10 @@ var script$d = {
|
|
|
6461
6475
|
};
|
|
6462
6476
|
|
|
6463
6477
|
/* script */
|
|
6464
|
-
const __vue_script__$
|
|
6478
|
+
const __vue_script__$e = script$e;
|
|
6465
6479
|
/* template */
|
|
6466
6480
|
|
|
6467
|
-
var __vue_render__$
|
|
6481
|
+
var __vue_render__$k = function () {
|
|
6468
6482
|
var _vm = this;
|
|
6469
6483
|
|
|
6470
6484
|
var _h = _vm.$createElement;
|
|
@@ -6533,10 +6547,10 @@ var __vue_render__$j = function () {
|
|
|
6533
6547
|
}, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
|
|
6534
6548
|
};
|
|
6535
6549
|
|
|
6536
|
-
var __vue_staticRenderFns__$
|
|
6550
|
+
var __vue_staticRenderFns__$k = [];
|
|
6537
6551
|
/* style */
|
|
6538
6552
|
|
|
6539
|
-
const __vue_inject_styles__$
|
|
6553
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
6540
6554
|
if (!inject) return;
|
|
6541
6555
|
inject("data-v-496044f0_0", {
|
|
6542
6556
|
source: ".status-card[data-v-496044f0]{display:flex;flex-direction:column;justify-content:center}.row[data-v-496044f0]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.value[data-v-496044f0]{margin-left:.25rem;margin-right:.25rem}.label[data-v-496044f0]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-496044f0]{margin-right:.25rem}.error-icon[data-v-496044f0]{margin-right:.25rem}.warning-icon[data-v-496044f0]{margin-right:.25rem}.stats[data-v-496044f0]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
@@ -6547,26 +6561,26 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
6547
6561
|
/* scoped */
|
|
6548
6562
|
|
|
6549
6563
|
|
|
6550
|
-
const __vue_scope_id__$
|
|
6564
|
+
const __vue_scope_id__$k = "data-v-496044f0";
|
|
6551
6565
|
/* module identifier */
|
|
6552
6566
|
|
|
6553
|
-
const __vue_module_identifier__$
|
|
6567
|
+
const __vue_module_identifier__$k = undefined;
|
|
6554
6568
|
/* functional template */
|
|
6555
6569
|
|
|
6556
|
-
const __vue_is_functional_template__$
|
|
6570
|
+
const __vue_is_functional_template__$k = false;
|
|
6557
6571
|
/* style inject SSR */
|
|
6558
6572
|
|
|
6559
6573
|
/* style inject shadow dom */
|
|
6560
6574
|
|
|
6561
|
-
const __vue_component__$
|
|
6562
|
-
render: __vue_render__$
|
|
6563
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6564
|
-
}, __vue_inject_styles__$
|
|
6575
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
6576
|
+
render: __vue_render__$k,
|
|
6577
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
6578
|
+
}, __vue_inject_styles__$k, __vue_script__$e, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
6565
6579
|
|
|
6566
|
-
var __vue_component__$
|
|
6580
|
+
var __vue_component__$E = __vue_component__$D;
|
|
6567
6581
|
|
|
6568
6582
|
//
|
|
6569
|
-
var script$
|
|
6583
|
+
var script$d = {
|
|
6570
6584
|
name: "NsSystemdServiceCard",
|
|
6571
6585
|
//components added for storybook to work
|
|
6572
6586
|
components: {
|
|
@@ -6620,10 +6634,10 @@ var script$c = {
|
|
|
6620
6634
|
};
|
|
6621
6635
|
|
|
6622
6636
|
/* script */
|
|
6623
|
-
const __vue_script__$
|
|
6637
|
+
const __vue_script__$d = script$d;
|
|
6624
6638
|
/* template */
|
|
6625
6639
|
|
|
6626
|
-
var __vue_render__$
|
|
6640
|
+
var __vue_render__$j = function () {
|
|
6627
6641
|
var _vm = this;
|
|
6628
6642
|
|
|
6629
6643
|
var _h = _vm.$createElement;
|
|
@@ -6678,13 +6692,13 @@ var __vue_render__$i = function () {
|
|
|
6678
6692
|
})], 1)])]);
|
|
6679
6693
|
};
|
|
6680
6694
|
|
|
6681
|
-
var __vue_staticRenderFns__$
|
|
6695
|
+
var __vue_staticRenderFns__$j = [];
|
|
6682
6696
|
/* style */
|
|
6683
6697
|
|
|
6684
|
-
const __vue_inject_styles__$
|
|
6698
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
6685
6699
|
if (!inject) return;
|
|
6686
|
-
inject("data-v-
|
|
6687
|
-
source: ".service-card[data-v-
|
|
6700
|
+
inject("data-v-bf751eca_0", {
|
|
6701
|
+
source: ".service-card[data-v-bf751eca]{display:flex;flex-direction:column;justify-content:center}.row[data-v-bf751eca]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-name[data-v-bf751eca]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem}.success-icon[data-v-bf751eca]{margin-right:.25rem}.error-icon[data-v-bf751eca]{margin-right:.25rem}.warning-icon[data-v-bf751eca]{margin-right:.25rem}.stats[data-v-bf751eca]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
6688
6702
|
map: undefined,
|
|
6689
6703
|
media: undefined
|
|
6690
6704
|
});
|
|
@@ -6692,23 +6706,23 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
6692
6706
|
/* scoped */
|
|
6693
6707
|
|
|
6694
6708
|
|
|
6695
|
-
const __vue_scope_id__$
|
|
6709
|
+
const __vue_scope_id__$j = "data-v-bf751eca";
|
|
6696
6710
|
/* module identifier */
|
|
6697
6711
|
|
|
6698
|
-
const __vue_module_identifier__$
|
|
6712
|
+
const __vue_module_identifier__$j = undefined;
|
|
6699
6713
|
/* functional template */
|
|
6700
6714
|
|
|
6701
|
-
const __vue_is_functional_template__$
|
|
6715
|
+
const __vue_is_functional_template__$j = false;
|
|
6702
6716
|
/* style inject SSR */
|
|
6703
6717
|
|
|
6704
6718
|
/* style inject shadow dom */
|
|
6705
6719
|
|
|
6706
|
-
const __vue_component__$
|
|
6707
|
-
render: __vue_render__$
|
|
6708
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6709
|
-
}, __vue_inject_styles__$
|
|
6720
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
6721
|
+
render: __vue_render__$j,
|
|
6722
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
6723
|
+
}, __vue_inject_styles__$j, __vue_script__$d, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
6710
6724
|
|
|
6711
|
-
var __vue_component__$
|
|
6725
|
+
var __vue_component__$C = __vue_component__$B;
|
|
6712
6726
|
|
|
6713
6727
|
var UtilService = {
|
|
6714
6728
|
name: "UtilService",
|
|
@@ -6965,13 +6979,24 @@ var UtilService = {
|
|
|
6965
6979
|
|
|
6966
6980
|
reader.onerror = error => reject(error);
|
|
6967
6981
|
});
|
|
6982
|
+
},
|
|
6983
|
+
|
|
6984
|
+
/**
|
|
6985
|
+
* Navigate to a page of an external app. Use this method only from an external app (e.g. from AppSideMenuContent)
|
|
6986
|
+
*/
|
|
6987
|
+
goToAppPage(instanceName, page) {
|
|
6988
|
+
const path = `/apps/${instanceName}?page=${page}`;
|
|
6989
|
+
|
|
6990
|
+
if (this.core.$route.fullPath != path) {
|
|
6991
|
+
this.core.$router.push(path);
|
|
6992
|
+
}
|
|
6968
6993
|
}
|
|
6969
6994
|
|
|
6970
6995
|
}
|
|
6971
6996
|
};
|
|
6972
6997
|
|
|
6973
6998
|
//
|
|
6974
|
-
var script$
|
|
6999
|
+
var script$c = {
|
|
6975
7000
|
name: "NsPasswordInput",
|
|
6976
7001
|
components: CvTextInput,
|
|
6977
7002
|
mixins: [UtilService],
|
|
@@ -7127,10 +7152,10 @@ var script$b = {
|
|
|
7127
7152
|
};
|
|
7128
7153
|
|
|
7129
7154
|
/* script */
|
|
7130
|
-
const __vue_script__$
|
|
7155
|
+
const __vue_script__$c = script$c;
|
|
7131
7156
|
/* template */
|
|
7132
7157
|
|
|
7133
|
-
var __vue_render__$
|
|
7158
|
+
var __vue_render__$i = function () {
|
|
7134
7159
|
var _vm = this;
|
|
7135
7160
|
|
|
7136
7161
|
var _h = _vm.$createElement;
|
|
@@ -7225,10 +7250,10 @@ var __vue_render__$h = function () {
|
|
|
7225
7250
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
7226
7251
|
};
|
|
7227
7252
|
|
|
7228
|
-
var __vue_staticRenderFns__$
|
|
7253
|
+
var __vue_staticRenderFns__$i = [];
|
|
7229
7254
|
/* style */
|
|
7230
7255
|
|
|
7231
|
-
const __vue_inject_styles__$
|
|
7256
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
7232
7257
|
if (!inject) return;
|
|
7233
7258
|
inject("data-v-6ed70bae_0", {
|
|
7234
7259
|
source: ".new-password-container[data-v-6ed70bae]{margin-bottom:1rem}.new-password[data-v-6ed70bae]{margin-bottom:.25rem}.confirm-password[data-v-6ed70bae]{margin-bottom:.25rem}.password-meter[data-v-6ed70bae]{display:flex}@media (min-width:672px){.password-meter[data-v-6ed70bae]{max-width:38rem}}.requirement[data-v-6ed70bae]{padding:.2rem;margin-left:.2rem;margin-right:.2rem;background-color:#f4f4f4;text-align:center;font-size:.75rem;line-height:1.34;letter-spacing:.32px}.requirement-light[data-v-6ed70bae]{background-color:#fff}.requirement[data-v-6ed70bae]:first-child{margin-left:0}.requirement-ok[data-v-6ed70bae]{color:#fff;background-color:#198038}.requirement-disabled[data-v-6ed70bae]{color:#c6c6c6;background-color:#f4f4f4}",
|
|
@@ -7239,26 +7264,26 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
7239
7264
|
/* scoped */
|
|
7240
7265
|
|
|
7241
7266
|
|
|
7242
|
-
const __vue_scope_id__$
|
|
7267
|
+
const __vue_scope_id__$i = "data-v-6ed70bae";
|
|
7243
7268
|
/* module identifier */
|
|
7244
7269
|
|
|
7245
|
-
const __vue_module_identifier__$
|
|
7270
|
+
const __vue_module_identifier__$i = undefined;
|
|
7246
7271
|
/* functional template */
|
|
7247
7272
|
|
|
7248
|
-
const __vue_is_functional_template__$
|
|
7273
|
+
const __vue_is_functional_template__$i = false;
|
|
7249
7274
|
/* style inject SSR */
|
|
7250
7275
|
|
|
7251
7276
|
/* style inject shadow dom */
|
|
7252
7277
|
|
|
7253
|
-
const __vue_component__$
|
|
7254
|
-
render: __vue_render__$
|
|
7255
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7256
|
-
}, __vue_inject_styles__$
|
|
7278
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
7279
|
+
render: __vue_render__$i,
|
|
7280
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
7281
|
+
}, __vue_inject_styles__$i, __vue_script__$c, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
7257
7282
|
|
|
7258
|
-
var __vue_component__$
|
|
7283
|
+
var __vue_component__$A = __vue_component__$z;
|
|
7259
7284
|
|
|
7260
7285
|
//
|
|
7261
|
-
var script$
|
|
7286
|
+
var script$b = {
|
|
7262
7287
|
name: "NsIconMenu",
|
|
7263
7288
|
extends: CvOverflowMenu,
|
|
7264
7289
|
props: {
|
|
@@ -7302,10 +7327,10 @@ var script$a = {
|
|
|
7302
7327
|
};
|
|
7303
7328
|
|
|
7304
7329
|
/* script */
|
|
7305
|
-
const __vue_script__$
|
|
7330
|
+
const __vue_script__$b = script$b;
|
|
7306
7331
|
/* template */
|
|
7307
7332
|
|
|
7308
|
-
var __vue_render__$
|
|
7333
|
+
var __vue_render__$h = function () {
|
|
7309
7334
|
var _obj, _obj$1;
|
|
7310
7335
|
|
|
7311
7336
|
var _vm = this;
|
|
@@ -7421,10 +7446,10 @@ var __vue_render__$g = function () {
|
|
|
7421
7446
|
})])]);
|
|
7422
7447
|
};
|
|
7423
7448
|
|
|
7424
|
-
var __vue_staticRenderFns__$
|
|
7449
|
+
var __vue_staticRenderFns__$h = [];
|
|
7425
7450
|
/* style */
|
|
7426
7451
|
|
|
7427
|
-
const __vue_inject_styles__$
|
|
7452
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
7428
7453
|
if (!inject) return;
|
|
7429
7454
|
inject("data-v-2be14df6_0", {
|
|
7430
7455
|
source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
|
|
@@ -7435,27 +7460,27 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
7435
7460
|
/* scoped */
|
|
7436
7461
|
|
|
7437
7462
|
|
|
7438
|
-
const __vue_scope_id__$
|
|
7463
|
+
const __vue_scope_id__$h = "data-v-2be14df6";
|
|
7439
7464
|
/* module identifier */
|
|
7440
7465
|
|
|
7441
|
-
const __vue_module_identifier__$
|
|
7466
|
+
const __vue_module_identifier__$h = undefined;
|
|
7442
7467
|
/* functional template */
|
|
7443
7468
|
|
|
7444
|
-
const __vue_is_functional_template__$
|
|
7469
|
+
const __vue_is_functional_template__$h = false;
|
|
7445
7470
|
/* style inject SSR */
|
|
7446
7471
|
|
|
7447
7472
|
/* style inject shadow dom */
|
|
7448
7473
|
|
|
7449
|
-
const __vue_component__$
|
|
7450
|
-
render: __vue_render__$
|
|
7451
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7452
|
-
}, __vue_inject_styles__$
|
|
7474
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
7475
|
+
render: __vue_render__$h,
|
|
7476
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
7477
|
+
}, __vue_inject_styles__$h, __vue_script__$b, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
7453
7478
|
|
|
7454
|
-
var __vue_component__$
|
|
7479
|
+
var __vue_component__$y = __vue_component__$x;
|
|
7455
7480
|
|
|
7456
7481
|
//
|
|
7457
7482
|
Vue.use(chartsVue);
|
|
7458
|
-
var script$
|
|
7483
|
+
var script$a = {
|
|
7459
7484
|
name: "NsMeterChart",
|
|
7460
7485
|
components: {
|
|
7461
7486
|
CcvMeterChart
|
|
@@ -7529,10 +7554,10 @@ var script$9 = {
|
|
|
7529
7554
|
};
|
|
7530
7555
|
|
|
7531
7556
|
/* script */
|
|
7532
|
-
const __vue_script__$
|
|
7557
|
+
const __vue_script__$a = script$a;
|
|
7533
7558
|
/* template */
|
|
7534
7559
|
|
|
7535
|
-
var __vue_render__$
|
|
7560
|
+
var __vue_render__$g = function () {
|
|
7536
7561
|
var _vm = this;
|
|
7537
7562
|
|
|
7538
7563
|
var _h = _vm.$createElement;
|
|
@@ -7547,35 +7572,35 @@ var __vue_render__$f = function () {
|
|
|
7547
7572
|
});
|
|
7548
7573
|
};
|
|
7549
7574
|
|
|
7550
|
-
var __vue_staticRenderFns__$
|
|
7575
|
+
var __vue_staticRenderFns__$g = [];
|
|
7551
7576
|
/* style */
|
|
7552
7577
|
|
|
7553
|
-
const __vue_inject_styles__$
|
|
7578
|
+
const __vue_inject_styles__$g = undefined;
|
|
7554
7579
|
/* scoped */
|
|
7555
7580
|
|
|
7556
|
-
const __vue_scope_id__$
|
|
7581
|
+
const __vue_scope_id__$g = undefined;
|
|
7557
7582
|
/* module identifier */
|
|
7558
7583
|
|
|
7559
|
-
const __vue_module_identifier__$
|
|
7584
|
+
const __vue_module_identifier__$g = undefined;
|
|
7560
7585
|
/* functional template */
|
|
7561
7586
|
|
|
7562
|
-
const __vue_is_functional_template__$
|
|
7587
|
+
const __vue_is_functional_template__$g = false;
|
|
7563
7588
|
/* style inject */
|
|
7564
7589
|
|
|
7565
7590
|
/* style inject SSR */
|
|
7566
7591
|
|
|
7567
7592
|
/* style inject shadow dom */
|
|
7568
7593
|
|
|
7569
|
-
const __vue_component__$
|
|
7570
|
-
render: __vue_render__$
|
|
7571
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7572
|
-
}, __vue_inject_styles__$
|
|
7594
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
7595
|
+
render: __vue_render__$g,
|
|
7596
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
7597
|
+
}, __vue_inject_styles__$g, __vue_script__$a, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
|
|
7573
7598
|
|
|
7574
|
-
var __vue_component__$
|
|
7599
|
+
var __vue_component__$w = __vue_component__$v;
|
|
7575
7600
|
|
|
7576
7601
|
//
|
|
7577
7602
|
Vue.use(chartsVue);
|
|
7578
|
-
var script$
|
|
7603
|
+
var script$9 = {
|
|
7579
7604
|
name: "NsPieChart",
|
|
7580
7605
|
components: {},
|
|
7581
7606
|
props: {
|
|
@@ -7631,10 +7656,10 @@ var script$8 = {
|
|
|
7631
7656
|
};
|
|
7632
7657
|
|
|
7633
7658
|
/* script */
|
|
7634
|
-
const __vue_script__$
|
|
7659
|
+
const __vue_script__$9 = script$9;
|
|
7635
7660
|
/* template */
|
|
7636
7661
|
|
|
7637
|
-
var __vue_render__$
|
|
7662
|
+
var __vue_render__$f = function () {
|
|
7638
7663
|
var _vm = this;
|
|
7639
7664
|
|
|
7640
7665
|
var _h = _vm.$createElement;
|
|
@@ -7649,34 +7674,34 @@ var __vue_render__$e = function () {
|
|
|
7649
7674
|
});
|
|
7650
7675
|
};
|
|
7651
7676
|
|
|
7652
|
-
var __vue_staticRenderFns__$
|
|
7677
|
+
var __vue_staticRenderFns__$f = [];
|
|
7653
7678
|
/* style */
|
|
7654
7679
|
|
|
7655
|
-
const __vue_inject_styles__$
|
|
7680
|
+
const __vue_inject_styles__$f = undefined;
|
|
7656
7681
|
/* scoped */
|
|
7657
7682
|
|
|
7658
|
-
const __vue_scope_id__$
|
|
7683
|
+
const __vue_scope_id__$f = undefined;
|
|
7659
7684
|
/* module identifier */
|
|
7660
7685
|
|
|
7661
|
-
const __vue_module_identifier__$
|
|
7686
|
+
const __vue_module_identifier__$f = undefined;
|
|
7662
7687
|
/* functional template */
|
|
7663
7688
|
|
|
7664
|
-
const __vue_is_functional_template__$
|
|
7689
|
+
const __vue_is_functional_template__$f = false;
|
|
7665
7690
|
/* style inject */
|
|
7666
7691
|
|
|
7667
7692
|
/* style inject SSR */
|
|
7668
7693
|
|
|
7669
7694
|
/* style inject shadow dom */
|
|
7670
7695
|
|
|
7671
|
-
const __vue_component__$
|
|
7672
|
-
render: __vue_render__$
|
|
7673
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7674
|
-
}, __vue_inject_styles__$
|
|
7696
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
7697
|
+
render: __vue_render__$f,
|
|
7698
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
7699
|
+
}, __vue_inject_styles__$f, __vue_script__$9, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
|
|
7675
7700
|
|
|
7676
|
-
var __vue_component__$
|
|
7701
|
+
var __vue_component__$u = __vue_component__$t;
|
|
7677
7702
|
|
|
7678
7703
|
//
|
|
7679
|
-
var script$
|
|
7704
|
+
var script$8 = {
|
|
7680
7705
|
name: "NsDangerDeleteModal",
|
|
7681
7706
|
//component added for storybook to work
|
|
7682
7707
|
components: {
|
|
@@ -7759,10 +7784,10 @@ var script$7 = {
|
|
|
7759
7784
|
};
|
|
7760
7785
|
|
|
7761
7786
|
/* script */
|
|
7762
|
-
const __vue_script__$
|
|
7787
|
+
const __vue_script__$8 = script$8;
|
|
7763
7788
|
/* template */
|
|
7764
7789
|
|
|
7765
|
-
var __vue_render__$
|
|
7790
|
+
var __vue_render__$e = function () {
|
|
7766
7791
|
var _vm = this;
|
|
7767
7792
|
|
|
7768
7793
|
var _h = _vm.$createElement;
|
|
@@ -7823,10 +7848,10 @@ var __vue_render__$d = function () {
|
|
|
7823
7848
|
}, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
|
|
7824
7849
|
};
|
|
7825
7850
|
|
|
7826
|
-
var __vue_staticRenderFns__$
|
|
7851
|
+
var __vue_staticRenderFns__$e = [];
|
|
7827
7852
|
/* style */
|
|
7828
7853
|
|
|
7829
|
-
const __vue_inject_styles__$
|
|
7854
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
7830
7855
|
if (!inject) return;
|
|
7831
7856
|
inject("data-v-97f667a6_0", {
|
|
7832
7857
|
source: ".type-to-confirm[data-v-97f667a6]{margin-top:2rem}",
|
|
@@ -7837,23 +7862,23 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
7837
7862
|
/* scoped */
|
|
7838
7863
|
|
|
7839
7864
|
|
|
7840
|
-
const __vue_scope_id__$
|
|
7865
|
+
const __vue_scope_id__$e = "data-v-97f667a6";
|
|
7841
7866
|
/* module identifier */
|
|
7842
7867
|
|
|
7843
|
-
const __vue_module_identifier__$
|
|
7868
|
+
const __vue_module_identifier__$e = undefined;
|
|
7844
7869
|
/* functional template */
|
|
7845
7870
|
|
|
7846
|
-
const __vue_is_functional_template__$
|
|
7871
|
+
const __vue_is_functional_template__$e = false;
|
|
7847
7872
|
/* style inject SSR */
|
|
7848
7873
|
|
|
7849
7874
|
/* style inject shadow dom */
|
|
7850
7875
|
|
|
7851
|
-
const __vue_component__$
|
|
7852
|
-
render: __vue_render__$
|
|
7853
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7854
|
-
}, __vue_inject_styles__$
|
|
7876
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
7877
|
+
render: __vue_render__$e,
|
|
7878
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
7879
|
+
}, __vue_inject_styles__$e, __vue_script__$8, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
7855
7880
|
|
|
7856
|
-
var __vue_component__$
|
|
7881
|
+
var __vue_component__$s = __vue_component__$r;
|
|
7857
7882
|
|
|
7858
7883
|
var IconService = {
|
|
7859
7884
|
name: "IconService",
|
|
@@ -7969,15 +7994,18 @@ var IconService = {
|
|
|
7969
7994
|
Erase32,
|
|
7970
7995
|
Row20,
|
|
7971
7996
|
// horizontal layout
|
|
7972
|
-
Column20
|
|
7973
|
-
|
|
7997
|
+
Column20,
|
|
7998
|
+
// vertical layout
|
|
7999
|
+
Catalog20,
|
|
8000
|
+
// system logs
|
|
8001
|
+
Catalog32
|
|
7974
8002
|
};
|
|
7975
8003
|
}
|
|
7976
8004
|
|
|
7977
8005
|
};
|
|
7978
8006
|
|
|
7979
8007
|
//
|
|
7980
|
-
var script$
|
|
8008
|
+
var script$7 = {
|
|
7981
8009
|
name: "NsDropdownAction",
|
|
7982
8010
|
extends: CvOverflowMenu,
|
|
7983
8011
|
components: {
|
|
@@ -8009,10 +8037,10 @@ var script$6 = {
|
|
|
8009
8037
|
};
|
|
8010
8038
|
|
|
8011
8039
|
/* script */
|
|
8012
|
-
const __vue_script__$
|
|
8040
|
+
const __vue_script__$7 = script$7;
|
|
8013
8041
|
/* template */
|
|
8014
8042
|
|
|
8015
|
-
var __vue_render__$
|
|
8043
|
+
var __vue_render__$d = function () {
|
|
8016
8044
|
var _obj, _obj$1;
|
|
8017
8045
|
|
|
8018
8046
|
var _vm = this;
|
|
@@ -8112,34 +8140,34 @@ var __vue_render__$c = function () {
|
|
|
8112
8140
|
})])]);
|
|
8113
8141
|
};
|
|
8114
8142
|
|
|
8115
|
-
var __vue_staticRenderFns__$
|
|
8143
|
+
var __vue_staticRenderFns__$d = [];
|
|
8116
8144
|
/* style */
|
|
8117
8145
|
|
|
8118
|
-
const __vue_inject_styles__$
|
|
8146
|
+
const __vue_inject_styles__$d = undefined;
|
|
8119
8147
|
/* scoped */
|
|
8120
8148
|
|
|
8121
|
-
const __vue_scope_id__$
|
|
8149
|
+
const __vue_scope_id__$d = "data-v-31925b9d";
|
|
8122
8150
|
/* module identifier */
|
|
8123
8151
|
|
|
8124
|
-
const __vue_module_identifier__$
|
|
8152
|
+
const __vue_module_identifier__$d = undefined;
|
|
8125
8153
|
/* functional template */
|
|
8126
8154
|
|
|
8127
|
-
const __vue_is_functional_template__$
|
|
8155
|
+
const __vue_is_functional_template__$d = false;
|
|
8128
8156
|
/* style inject */
|
|
8129
8157
|
|
|
8130
8158
|
/* style inject SSR */
|
|
8131
8159
|
|
|
8132
8160
|
/* style inject shadow dom */
|
|
8133
8161
|
|
|
8134
|
-
const __vue_component__$
|
|
8135
|
-
render: __vue_render__$
|
|
8136
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8137
|
-
}, __vue_inject_styles__$
|
|
8162
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
8163
|
+
render: __vue_render__$d,
|
|
8164
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
8165
|
+
}, __vue_inject_styles__$d, __vue_script__$7, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, undefined, undefined);
|
|
8138
8166
|
|
|
8139
|
-
var __vue_component__$
|
|
8167
|
+
var __vue_component__$q = __vue_component__$p;
|
|
8140
8168
|
|
|
8141
8169
|
//
|
|
8142
|
-
var script$
|
|
8170
|
+
var script$6 = {
|
|
8143
8171
|
name: "NsTextInput",
|
|
8144
8172
|
extends: CvTextInput,
|
|
8145
8173
|
components: {
|
|
@@ -8193,10 +8221,10 @@ var script$5 = {
|
|
|
8193
8221
|
};
|
|
8194
8222
|
|
|
8195
8223
|
/* script */
|
|
8196
|
-
const __vue_script__$
|
|
8224
|
+
const __vue_script__$6 = script$6;
|
|
8197
8225
|
/* template */
|
|
8198
8226
|
|
|
8199
|
-
var __vue_render__$
|
|
8227
|
+
var __vue_render__$c = function () {
|
|
8200
8228
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
|
|
8201
8229
|
|
|
8202
8230
|
var _vm = this;
|
|
@@ -8274,10 +8302,10 @@ var __vue_render__$b = function () {
|
|
|
8274
8302
|
})], 2) : _vm._e()]);
|
|
8275
8303
|
};
|
|
8276
8304
|
|
|
8277
|
-
var __vue_staticRenderFns__$
|
|
8305
|
+
var __vue_staticRenderFns__$c = [];
|
|
8278
8306
|
/* style */
|
|
8279
8307
|
|
|
8280
|
-
const __vue_inject_styles__$
|
|
8308
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
8281
8309
|
if (!inject) return;
|
|
8282
8310
|
inject("data-v-c9c91db0_0", {
|
|
8283
8311
|
source: ".tooltip[data-v-c9c91db0]{display:inline-block;position:absolute}",
|
|
@@ -8292,26 +8320,26 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
8292
8320
|
/* scoped */
|
|
8293
8321
|
|
|
8294
8322
|
|
|
8295
|
-
const __vue_scope_id__$
|
|
8323
|
+
const __vue_scope_id__$c = "data-v-c9c91db0";
|
|
8296
8324
|
/* module identifier */
|
|
8297
8325
|
|
|
8298
|
-
const __vue_module_identifier__$
|
|
8326
|
+
const __vue_module_identifier__$c = undefined;
|
|
8299
8327
|
/* functional template */
|
|
8300
8328
|
|
|
8301
|
-
const __vue_is_functional_template__$
|
|
8329
|
+
const __vue_is_functional_template__$c = false;
|
|
8302
8330
|
/* style inject SSR */
|
|
8303
8331
|
|
|
8304
8332
|
/* style inject shadow dom */
|
|
8305
8333
|
|
|
8306
|
-
const __vue_component__$
|
|
8307
|
-
render: __vue_render__$
|
|
8308
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8309
|
-
}, __vue_inject_styles__$
|
|
8334
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
8335
|
+
render: __vue_render__$c,
|
|
8336
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
8337
|
+
}, __vue_inject_styles__$c, __vue_script__$6, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
8310
8338
|
|
|
8311
|
-
var __vue_component__$
|
|
8339
|
+
var __vue_component__$o = __vue_component__$n;
|
|
8312
8340
|
|
|
8313
8341
|
//
|
|
8314
|
-
var script$
|
|
8342
|
+
var script$5 = {
|
|
8315
8343
|
name: "NsBackupCardDetails",
|
|
8316
8344
|
mixins: [DateTimeService],
|
|
8317
8345
|
props: {
|
|
@@ -8347,10 +8375,10 @@ var script$4 = {
|
|
|
8347
8375
|
};
|
|
8348
8376
|
|
|
8349
8377
|
/* script */
|
|
8350
|
-
const __vue_script__$
|
|
8378
|
+
const __vue_script__$5 = script$5;
|
|
8351
8379
|
/* template */
|
|
8352
8380
|
|
|
8353
|
-
var __vue_render__$
|
|
8381
|
+
var __vue_render__$b = function () {
|
|
8354
8382
|
var _vm = this;
|
|
8355
8383
|
|
|
8356
8384
|
var _h = _vm.$createElement;
|
|
@@ -8404,10 +8432,10 @@ var __vue_render__$a = function () {
|
|
|
8404
8432
|
}, [_vm.status[_vm.backup.id] && _vm.status[_vm.backup.id].total_file_count ? _c('span', [_vm._v("\n " + _vm._s(_vm.status[_vm.backup.id].total_file_count) + "\n ")]) : _c('span', [_vm._v("-")])])])]);
|
|
8405
8433
|
};
|
|
8406
8434
|
|
|
8407
|
-
var __vue_staticRenderFns__$
|
|
8435
|
+
var __vue_staticRenderFns__$b = [];
|
|
8408
8436
|
/* style */
|
|
8409
8437
|
|
|
8410
|
-
const __vue_inject_styles__$
|
|
8438
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
8411
8439
|
if (!inject) return;
|
|
8412
8440
|
inject("data-v-25453d1c_0", {
|
|
8413
8441
|
source: ".ns-backup-card-details[data-v-25453d1c]{display:contents}.tr[data-v-25453d1c]{display:table-row}.td[data-v-25453d1c]{display:table-cell}.label[data-v-25453d1c]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}",
|
|
@@ -8418,26 +8446,26 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
8418
8446
|
/* scoped */
|
|
8419
8447
|
|
|
8420
8448
|
|
|
8421
|
-
const __vue_scope_id__$
|
|
8449
|
+
const __vue_scope_id__$b = "data-v-25453d1c";
|
|
8422
8450
|
/* module identifier */
|
|
8423
8451
|
|
|
8424
|
-
const __vue_module_identifier__$
|
|
8452
|
+
const __vue_module_identifier__$b = undefined;
|
|
8425
8453
|
/* functional template */
|
|
8426
8454
|
|
|
8427
|
-
const __vue_is_functional_template__$
|
|
8455
|
+
const __vue_is_functional_template__$b = false;
|
|
8428
8456
|
/* style inject SSR */
|
|
8429
8457
|
|
|
8430
8458
|
/* style inject shadow dom */
|
|
8431
8459
|
|
|
8432
|
-
const __vue_component__$
|
|
8433
|
-
render: __vue_render__$
|
|
8434
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8435
|
-
}, __vue_inject_styles__$
|
|
8460
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
8461
|
+
render: __vue_render__$b,
|
|
8462
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
8463
|
+
}, __vue_inject_styles__$b, __vue_script__$5, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
8436
8464
|
|
|
8437
|
-
var NsBackupCardDetails = __vue_component__$
|
|
8465
|
+
var NsBackupCardDetails = __vue_component__$m;
|
|
8438
8466
|
|
|
8439
8467
|
//
|
|
8440
|
-
var script$
|
|
8468
|
+
var script$4 = {
|
|
8441
8469
|
name: "NsBackupCard",
|
|
8442
8470
|
components: {
|
|
8443
8471
|
NsBackupCardDetails
|
|
@@ -8452,10 +8480,6 @@ var script$3 = {
|
|
|
8452
8480
|
type: String,
|
|
8453
8481
|
default: "No backup configured"
|
|
8454
8482
|
},
|
|
8455
|
-
scheduleBackupLabel: {
|
|
8456
|
-
type: String,
|
|
8457
|
-
default: "Configure"
|
|
8458
|
-
},
|
|
8459
8483
|
goToBackupLabel: {
|
|
8460
8484
|
type: String,
|
|
8461
8485
|
default: "Go to Backup"
|
|
@@ -8582,10 +8606,10 @@ var script$3 = {
|
|
|
8582
8606
|
};
|
|
8583
8607
|
|
|
8584
8608
|
/* script */
|
|
8585
|
-
const __vue_script__$
|
|
8609
|
+
const __vue_script__$4 = script$4;
|
|
8586
8610
|
/* template */
|
|
8587
8611
|
|
|
8588
|
-
var __vue_render__$
|
|
8612
|
+
var __vue_render__$a = function () {
|
|
8589
8613
|
var _vm = this;
|
|
8590
8614
|
|
|
8591
8615
|
var _h = _vm.$createElement;
|
|
@@ -8617,28 +8641,20 @@ var __vue_render__$9 = function () {
|
|
|
8617
8641
|
"line-count": 5
|
|
8618
8642
|
}
|
|
8619
8643
|
})], 1) : !_vm.backupsContainingInstance.length ? [_c('div', {
|
|
8620
|
-
staticClass: "row"
|
|
8621
|
-
}, [_c('
|
|
8622
|
-
|
|
8623
|
-
|
|
8624
|
-
"title": _vm.noBackupMessage,
|
|
8625
|
-
"showCloseButton": false,
|
|
8626
|
-
"actionLabel": _vm.scheduleBackupLabel
|
|
8627
|
-
},
|
|
8628
|
-
on: {
|
|
8629
|
-
"action": _vm.goToBackup
|
|
8630
|
-
}
|
|
8631
|
-
})], 1)] : [_c('div', {
|
|
8644
|
+
staticClass: "row no-backup"
|
|
8645
|
+
}, [_c('span', {
|
|
8646
|
+
staticClass: "ns-warning"
|
|
8647
|
+
}, [_vm._v("\n " + _vm._s(_vm.noBackupMessage) + "\n ")])])] : [_c('div', {
|
|
8632
8648
|
staticClass: "backups"
|
|
8633
8649
|
}, _vm._l(_vm.backupsContainingInstance, function (backup) {
|
|
8634
8650
|
return _c('div', {
|
|
8635
8651
|
key: backup.id,
|
|
8636
8652
|
staticClass: "backup"
|
|
8637
|
-
}, [_c('div', {
|
|
8653
|
+
}, [_vm.backupsContainingInstance.length > 1 ? _c('div', {
|
|
8638
8654
|
staticClass: "row"
|
|
8639
|
-
}, [
|
|
8640
|
-
staticClass: "title
|
|
8641
|
-
}, [_vm._v("\n " + _vm._s(backup.name) + "\n ")]) : _vm._e()
|
|
8655
|
+
}, [_c('h5', {
|
|
8656
|
+
staticClass: "title"
|
|
8657
|
+
}, [_vm._v("\n " + _vm._s(backup.name) + "\n ")])]) : _vm._e(), _vm._v(" "), _c('div', {
|
|
8642
8658
|
staticClass: "table-wrapper"
|
|
8643
8659
|
}, [_c('div', {
|
|
8644
8660
|
staticClass: "table"
|
|
@@ -8666,11 +8682,11 @@ var __vue_render__$9 = function () {
|
|
|
8666
8682
|
"totalSizeLabel": _vm.totalSizeLabel,
|
|
8667
8683
|
"totalFileCountLabel": _vm.totalFileCountLabel
|
|
8668
8684
|
}
|
|
8669
|
-
}) : _vm._e()], 1)]), _vm._v(" "), _c('div', {
|
|
8685
|
+
}) : _vm._e()], 1)]), _vm._v(" "), _vm.backupsContainingInstance.length > 1 ? _c('div', {
|
|
8670
8686
|
staticClass: "table-wrapper"
|
|
8671
8687
|
}, [_c('div', {
|
|
8672
8688
|
staticClass: "table"
|
|
8673
|
-
}, [
|
|
8689
|
+
}, [_c('cv-accordion', {
|
|
8674
8690
|
ref: "accordion",
|
|
8675
8691
|
refInFor: true
|
|
8676
8692
|
}, [_c('cv-accordion-item', {
|
|
@@ -8691,7 +8707,7 @@ var __vue_render__$9 = function () {
|
|
|
8691
8707
|
"totalSizeLabel": _vm.totalSizeLabel,
|
|
8692
8708
|
"totalFileCountLabel": _vm.totalFileCountLabel
|
|
8693
8709
|
}
|
|
8694
|
-
})], 1)], 2)], 1) : _vm._e()]
|
|
8710
|
+
})], 1)], 2)], 1)], 1)]) : _vm._e()]);
|
|
8695
8711
|
}), 0)], _vm._v(" "), _c('div', [_c('div', {
|
|
8696
8712
|
staticClass: "row mg-top-sm"
|
|
8697
8713
|
}, [_c('NsButton', {
|
|
@@ -8706,16 +8722,16 @@ var __vue_render__$9 = function () {
|
|
|
8706
8722
|
}, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
|
|
8707
8723
|
};
|
|
8708
8724
|
|
|
8709
|
-
var __vue_staticRenderFns__$
|
|
8725
|
+
var __vue_staticRenderFns__$a = [];
|
|
8710
8726
|
/* style */
|
|
8711
8727
|
|
|
8712
|
-
const __vue_inject_styles__$
|
|
8728
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
8713
8729
|
if (!inject) return;
|
|
8714
|
-
inject("data-v-
|
|
8715
|
-
source: ".ns-backup-card[data-v-
|
|
8730
|
+
inject("data-v-9ef09a4e_0", {
|
|
8731
|
+
source: ".ns-backup-card[data-v-9ef09a4e]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.backup[data-v-9ef09a4e]{margin-bottom:1rem}.backup[data-v-9ef09a4e]:last-child{margin-bottom:0}.row[data-v-9ef09a4e]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-9ef09a4e]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-9ef09a4e]{display:flex;justify-content:center;margin-bottom:.5rem}.table[data-v-9ef09a4e]{display:table}.tr[data-v-9ef09a4e]{display:table-row}.td[data-v-9ef09a4e]{display:table-cell}.label[data-v-9ef09a4e]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-9ef09a4e]{font-weight:700}.backup-status-icon[data-v-9ef09a4e]{margin-right:.25rem}.no-backup[data-v-9ef09a4e]{font-weight:700}",
|
|
8716
8732
|
map: undefined,
|
|
8717
8733
|
media: undefined
|
|
8718
|
-
}), inject("data-v-
|
|
8734
|
+
}), inject("data-v-9ef09a4e_1", {
|
|
8719
8735
|
source: ".ns-backup-card .bx--accordion--start .bx--accordion__content{margin-left:0}",
|
|
8720
8736
|
map: undefined,
|
|
8721
8737
|
media: undefined
|
|
@@ -8724,26 +8740,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
8724
8740
|
/* scoped */
|
|
8725
8741
|
|
|
8726
8742
|
|
|
8727
|
-
const __vue_scope_id__$
|
|
8743
|
+
const __vue_scope_id__$a = "data-v-9ef09a4e";
|
|
8728
8744
|
/* module identifier */
|
|
8729
8745
|
|
|
8730
|
-
const __vue_module_identifier__$
|
|
8746
|
+
const __vue_module_identifier__$a = undefined;
|
|
8731
8747
|
/* functional template */
|
|
8732
8748
|
|
|
8733
|
-
const __vue_is_functional_template__$
|
|
8749
|
+
const __vue_is_functional_template__$a = false;
|
|
8734
8750
|
/* style inject SSR */
|
|
8735
8751
|
|
|
8736
8752
|
/* style inject shadow dom */
|
|
8737
8753
|
|
|
8738
|
-
const __vue_component__$
|
|
8739
|
-
render: __vue_render__$
|
|
8740
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8741
|
-
}, __vue_inject_styles__$
|
|
8754
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
8755
|
+
render: __vue_render__$a,
|
|
8756
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
8757
|
+
}, __vue_inject_styles__$a, __vue_script__$4, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
|
|
8742
8758
|
|
|
8743
|
-
var __vue_component__$
|
|
8759
|
+
var __vue_component__$l = __vue_component__$k;
|
|
8744
8760
|
|
|
8745
8761
|
//
|
|
8746
|
-
var script$
|
|
8762
|
+
var script$3 = {
|
|
8747
8763
|
name: "NsWizard",
|
|
8748
8764
|
extends: CvModal,
|
|
8749
8765
|
mixins: [IconService],
|
|
@@ -8774,10 +8790,10 @@ var script$2 = {
|
|
|
8774
8790
|
};
|
|
8775
8791
|
|
|
8776
8792
|
/* script */
|
|
8777
|
-
const __vue_script__$
|
|
8793
|
+
const __vue_script__$3 = script$3;
|
|
8778
8794
|
/* template */
|
|
8779
8795
|
|
|
8780
|
-
var __vue_render__$
|
|
8796
|
+
var __vue_render__$9 = function () {
|
|
8781
8797
|
var _obj, _obj$1;
|
|
8782
8798
|
|
|
8783
8799
|
var _vm = this;
|
|
@@ -8916,34 +8932,34 @@ var __vue_render__$8 = function () {
|
|
|
8916
8932
|
})], 1)]);
|
|
8917
8933
|
};
|
|
8918
8934
|
|
|
8919
|
-
var __vue_staticRenderFns__$
|
|
8935
|
+
var __vue_staticRenderFns__$9 = [];
|
|
8920
8936
|
/* style */
|
|
8921
8937
|
|
|
8922
|
-
const __vue_inject_styles__$
|
|
8938
|
+
const __vue_inject_styles__$9 = undefined;
|
|
8923
8939
|
/* scoped */
|
|
8924
8940
|
|
|
8925
|
-
const __vue_scope_id__$
|
|
8941
|
+
const __vue_scope_id__$9 = undefined;
|
|
8926
8942
|
/* module identifier */
|
|
8927
8943
|
|
|
8928
|
-
const __vue_module_identifier__$
|
|
8944
|
+
const __vue_module_identifier__$9 = undefined;
|
|
8929
8945
|
/* functional template */
|
|
8930
8946
|
|
|
8931
|
-
const __vue_is_functional_template__$
|
|
8947
|
+
const __vue_is_functional_template__$9 = false;
|
|
8932
8948
|
/* style inject */
|
|
8933
8949
|
|
|
8934
8950
|
/* style inject SSR */
|
|
8935
8951
|
|
|
8936
8952
|
/* style inject shadow dom */
|
|
8937
8953
|
|
|
8938
|
-
const __vue_component__$
|
|
8939
|
-
render: __vue_render__$
|
|
8940
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8941
|
-
}, __vue_inject_styles__$
|
|
8954
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
8955
|
+
render: __vue_render__$9,
|
|
8956
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
8957
|
+
}, __vue_inject_styles__$9, __vue_script__$3, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, undefined, undefined);
|
|
8942
8958
|
|
|
8943
|
-
var __vue_component__$
|
|
8959
|
+
var __vue_component__$j = __vue_component__$i;
|
|
8944
8960
|
|
|
8945
8961
|
//
|
|
8946
|
-
var script$
|
|
8962
|
+
var script$2 = {
|
|
8947
8963
|
name: "NsMenuItem",
|
|
8948
8964
|
components: {
|
|
8949
8965
|
NsSvg
|
|
@@ -8966,10 +8982,10 @@ var script$1 = {
|
|
|
8966
8982
|
};
|
|
8967
8983
|
|
|
8968
8984
|
/* script */
|
|
8969
|
-
const __vue_script__$
|
|
8985
|
+
const __vue_script__$2 = script$2;
|
|
8970
8986
|
/* template */
|
|
8971
8987
|
|
|
8972
|
-
var __vue_render__$
|
|
8988
|
+
var __vue_render__$8 = function () {
|
|
8973
8989
|
var _vm = this;
|
|
8974
8990
|
|
|
8975
8991
|
var _h = _vm.$createElement;
|
|
@@ -8989,10 +9005,10 @@ var __vue_render__$7 = function () {
|
|
|
8989
9005
|
}, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
|
|
8990
9006
|
};
|
|
8991
9007
|
|
|
8992
|
-
var __vue_staticRenderFns__$
|
|
9008
|
+
var __vue_staticRenderFns__$8 = [];
|
|
8993
9009
|
/* style */
|
|
8994
9010
|
|
|
8995
|
-
const __vue_inject_styles__$
|
|
9011
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
8996
9012
|
if (!inject) return;
|
|
8997
9013
|
inject("data-v-35f08832_0", {
|
|
8998
9014
|
source: ".ns-menu-item[data-v-35f08832]{display:flex;align-items:center}.icon[data-v-35f08832]{margin-right:.5rem}",
|
|
@@ -9003,13 +9019,61 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
9003
9019
|
/* scoped */
|
|
9004
9020
|
|
|
9005
9021
|
|
|
9006
|
-
const __vue_scope_id__$
|
|
9022
|
+
const __vue_scope_id__$8 = "data-v-35f08832";
|
|
9023
|
+
/* module identifier */
|
|
9024
|
+
|
|
9025
|
+
const __vue_module_identifier__$8 = undefined;
|
|
9026
|
+
/* functional template */
|
|
9027
|
+
|
|
9028
|
+
const __vue_is_functional_template__$8 = false;
|
|
9029
|
+
/* style inject SSR */
|
|
9030
|
+
|
|
9031
|
+
/* style inject shadow dom */
|
|
9032
|
+
|
|
9033
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
9034
|
+
render: __vue_render__$8,
|
|
9035
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
9036
|
+
}, __vue_inject_styles__$8, __vue_script__$2, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
9037
|
+
|
|
9038
|
+
var __vue_component__$h = __vue_component__$g;
|
|
9039
|
+
|
|
9040
|
+
//
|
|
9041
|
+
var script$1 = {
|
|
9042
|
+
name: "NsMenuDivider",
|
|
9043
|
+
components: {
|
|
9044
|
+
CvSideNavDivider
|
|
9045
|
+
}
|
|
9046
|
+
};
|
|
9047
|
+
|
|
9048
|
+
/* script */
|
|
9049
|
+
const __vue_script__$1 = script$1;
|
|
9050
|
+
/* template */
|
|
9051
|
+
|
|
9052
|
+
var __vue_render__$7 = function () {
|
|
9053
|
+
var _vm = this;
|
|
9054
|
+
|
|
9055
|
+
var _h = _vm.$createElement;
|
|
9056
|
+
|
|
9057
|
+
var _c = _vm._self._c || _h;
|
|
9058
|
+
|
|
9059
|
+
return _c('cv-side-nav-divider');
|
|
9060
|
+
};
|
|
9061
|
+
|
|
9062
|
+
var __vue_staticRenderFns__$7 = [];
|
|
9063
|
+
/* style */
|
|
9064
|
+
|
|
9065
|
+
const __vue_inject_styles__$7 = undefined;
|
|
9066
|
+
/* scoped */
|
|
9067
|
+
|
|
9068
|
+
const __vue_scope_id__$7 = "data-v-c2c8c17e";
|
|
9007
9069
|
/* module identifier */
|
|
9008
9070
|
|
|
9009
9071
|
const __vue_module_identifier__$7 = undefined;
|
|
9010
9072
|
/* functional template */
|
|
9011
9073
|
|
|
9012
9074
|
const __vue_is_functional_template__$7 = false;
|
|
9075
|
+
/* style inject */
|
|
9076
|
+
|
|
9013
9077
|
/* style inject SSR */
|
|
9014
9078
|
|
|
9015
9079
|
/* style inject shadow dom */
|
|
@@ -9017,15 +9081,126 @@ const __vue_is_functional_template__$7 = false;
|
|
|
9017
9081
|
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
9018
9082
|
render: __vue_render__$7,
|
|
9019
9083
|
staticRenderFns: __vue_staticRenderFns__$7
|
|
9020
|
-
}, __vue_inject_styles__$7, __vue_script__$1, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false,
|
|
9084
|
+
}, __vue_inject_styles__$7, __vue_script__$1, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
|
|
9021
9085
|
|
|
9022
9086
|
var __vue_component__$f = __vue_component__$e;
|
|
9023
9087
|
|
|
9024
9088
|
//
|
|
9025
9089
|
var script = {
|
|
9026
|
-
name: "
|
|
9027
|
-
|
|
9028
|
-
|
|
9090
|
+
name: "NsSystemLogsCard",
|
|
9091
|
+
mixins: [UtilService, IconService],
|
|
9092
|
+
props: {
|
|
9093
|
+
title: {
|
|
9094
|
+
type: String,
|
|
9095
|
+
default: "Logs"
|
|
9096
|
+
},
|
|
9097
|
+
description: {
|
|
9098
|
+
type: String,
|
|
9099
|
+
default: ""
|
|
9100
|
+
},
|
|
9101
|
+
buttonLabel: {
|
|
9102
|
+
type: String,
|
|
9103
|
+
default: "Go to System logs"
|
|
9104
|
+
},
|
|
9105
|
+
router: {
|
|
9106
|
+
type: Object,
|
|
9107
|
+
default: null
|
|
9108
|
+
},
|
|
9109
|
+
context: {
|
|
9110
|
+
type: String,
|
|
9111
|
+
default: "cluster",
|
|
9112
|
+
validator: val => ["cluster", "node", "module"].includes(val)
|
|
9113
|
+
},
|
|
9114
|
+
nodeId: {
|
|
9115
|
+
type: String,
|
|
9116
|
+
default: ""
|
|
9117
|
+
},
|
|
9118
|
+
moduleId: {
|
|
9119
|
+
type: String,
|
|
9120
|
+
default: ""
|
|
9121
|
+
},
|
|
9122
|
+
searchQuery: {
|
|
9123
|
+
type: String,
|
|
9124
|
+
default: ""
|
|
9125
|
+
},
|
|
9126
|
+
maxLines: {
|
|
9127
|
+
type: String,
|
|
9128
|
+
default: ""
|
|
9129
|
+
},
|
|
9130
|
+
startDate: {
|
|
9131
|
+
type: String,
|
|
9132
|
+
default: ""
|
|
9133
|
+
},
|
|
9134
|
+
startTime: {
|
|
9135
|
+
type: String,
|
|
9136
|
+
default: ""
|
|
9137
|
+
},
|
|
9138
|
+
endDate: {
|
|
9139
|
+
type: String,
|
|
9140
|
+
default: ""
|
|
9141
|
+
},
|
|
9142
|
+
endTime: {
|
|
9143
|
+
type: String,
|
|
9144
|
+
default: ""
|
|
9145
|
+
},
|
|
9146
|
+
followLogs: Boolean,
|
|
9147
|
+
light: Boolean
|
|
9148
|
+
},
|
|
9149
|
+
computed: {
|
|
9150
|
+
logsUrl() {
|
|
9151
|
+
const queryParams = [];
|
|
9152
|
+
|
|
9153
|
+
if (this.context) {
|
|
9154
|
+
queryParams.push(`context=${this.context}`);
|
|
9155
|
+
}
|
|
9156
|
+
|
|
9157
|
+
if (this.context == "node" && this.nodeId) {
|
|
9158
|
+
queryParams.push(`selectedNodeId=${this.nodeId}`);
|
|
9159
|
+
}
|
|
9160
|
+
|
|
9161
|
+
if (this.context == "module" && this.moduleId) {
|
|
9162
|
+
queryParams.push(`selectedAppId=${this.moduleId}`);
|
|
9163
|
+
}
|
|
9164
|
+
|
|
9165
|
+
if (this.searchQuery) {
|
|
9166
|
+
queryParams.push(`searchQuery=${this.searchQuery}`);
|
|
9167
|
+
}
|
|
9168
|
+
|
|
9169
|
+
if (this.maxLines) {
|
|
9170
|
+
queryParams.push(`maxLines=${this.maxLines}`);
|
|
9171
|
+
}
|
|
9172
|
+
|
|
9173
|
+
if (this.startDate) {
|
|
9174
|
+
queryParams.push(`startDate=${this.startDate}`);
|
|
9175
|
+
}
|
|
9176
|
+
|
|
9177
|
+
if (this.startTime) {
|
|
9178
|
+
queryParams.push(`startTime=${this.startTime}`);
|
|
9179
|
+
}
|
|
9180
|
+
|
|
9181
|
+
if (this.endDate) {
|
|
9182
|
+
queryParams.push(`endDate=${this.endDate}`);
|
|
9183
|
+
}
|
|
9184
|
+
|
|
9185
|
+
if (this.endTime) {
|
|
9186
|
+
queryParams.push(`endTime=${this.endTime}`);
|
|
9187
|
+
}
|
|
9188
|
+
|
|
9189
|
+
if (this.followLogs) {
|
|
9190
|
+
queryParams.push(`followLogs=${this.followLogs}`);
|
|
9191
|
+
}
|
|
9192
|
+
|
|
9193
|
+
return "/system-logs?" + queryParams.join("&");
|
|
9194
|
+
}
|
|
9195
|
+
|
|
9196
|
+
},
|
|
9197
|
+
methods: {
|
|
9198
|
+
goToLogs() {
|
|
9199
|
+
if (this.router) {
|
|
9200
|
+
this.router.push(this.logsUrl);
|
|
9201
|
+
}
|
|
9202
|
+
}
|
|
9203
|
+
|
|
9029
9204
|
}
|
|
9030
9205
|
};
|
|
9031
9206
|
|
|
@@ -9040,7 +9215,24 @@ var __vue_render__$6 = function () {
|
|
|
9040
9215
|
|
|
9041
9216
|
var _c = _vm._self._c || _h;
|
|
9042
9217
|
|
|
9043
|
-
return _c('
|
|
9218
|
+
return _c('NsInfoCard', {
|
|
9219
|
+
attrs: {
|
|
9220
|
+
"title": _vm.title,
|
|
9221
|
+
"description": _vm.description,
|
|
9222
|
+
"light": _vm.light,
|
|
9223
|
+
"icon": _vm.Catalog32
|
|
9224
|
+
}
|
|
9225
|
+
}, [_c('template', {
|
|
9226
|
+
slot: "content"
|
|
9227
|
+
}, [_c('NsButton', {
|
|
9228
|
+
attrs: {
|
|
9229
|
+
"kind": "ghost",
|
|
9230
|
+
"icon": _vm.ArrowRight20
|
|
9231
|
+
},
|
|
9232
|
+
on: {
|
|
9233
|
+
"click": _vm.goToLogs
|
|
9234
|
+
}
|
|
9235
|
+
}, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")])], 1)], 2);
|
|
9044
9236
|
};
|
|
9045
9237
|
|
|
9046
9238
|
var __vue_staticRenderFns__$6 = [];
|
|
@@ -9049,7 +9241,7 @@ var __vue_staticRenderFns__$6 = [];
|
|
|
9049
9241
|
const __vue_inject_styles__$6 = undefined;
|
|
9050
9242
|
/* scoped */
|
|
9051
9243
|
|
|
9052
|
-
const __vue_scope_id__$6 = "data-v-
|
|
9244
|
+
const __vue_scope_id__$6 = "data-v-aec74b8e";
|
|
9053
9245
|
/* module identifier */
|
|
9054
9246
|
|
|
9055
9247
|
const __vue_module_identifier__$6 = undefined;
|
|
@@ -16912,31 +17104,32 @@ var filters = {
|
|
|
16912
17104
|
|
|
16913
17105
|
var components = /*#__PURE__*/Object.freeze({
|
|
16914
17106
|
__proto__: null,
|
|
16915
|
-
NsButton: __vue_component__$
|
|
16916
|
-
NsEmptyState: __vue_component__$
|
|
17107
|
+
NsButton: __vue_component__$X,
|
|
17108
|
+
NsEmptyState: __vue_component__$S,
|
|
16917
17109
|
NsPictogram: NsPictogram,
|
|
16918
|
-
NsCodeSnippet: __vue_component__$
|
|
17110
|
+
NsCodeSnippet: __vue_component__$Q,
|
|
16919
17111
|
NsInlineNotification: NsInlineNotification,
|
|
16920
17112
|
NsProgressBar: NsProgressBar,
|
|
16921
17113
|
NsSvg: NsSvg,
|
|
16922
|
-
NsTile: __vue_component__$
|
|
16923
|
-
NsToastNotification: __vue_component__$
|
|
16924
|
-
NsInfoCard: __vue_component__$
|
|
16925
|
-
NsStatusCard: __vue_component__$
|
|
16926
|
-
NsSystemdServiceCard: __vue_component__$
|
|
16927
|
-
NsPasswordInput: __vue_component__$
|
|
16928
|
-
NsIconMenu: __vue_component__$
|
|
16929
|
-
NsMeterChart: __vue_component__$
|
|
16930
|
-
NsPieChart: __vue_component__$
|
|
17114
|
+
NsTile: __vue_component__$K,
|
|
17115
|
+
NsToastNotification: __vue_component__$I,
|
|
17116
|
+
NsInfoCard: __vue_component__$G,
|
|
17117
|
+
NsStatusCard: __vue_component__$E,
|
|
17118
|
+
NsSystemdServiceCard: __vue_component__$C,
|
|
17119
|
+
NsPasswordInput: __vue_component__$A,
|
|
17120
|
+
NsIconMenu: __vue_component__$y,
|
|
17121
|
+
NsMeterChart: __vue_component__$w,
|
|
17122
|
+
NsPieChart: __vue_component__$u,
|
|
16931
17123
|
NsLottieAnimation: NsLottieAnimation,
|
|
16932
|
-
NsDangerDeleteModal: __vue_component__$
|
|
17124
|
+
NsDangerDeleteModal: __vue_component__$s,
|
|
16933
17125
|
NsCircleTimer: NsCircleTimer,
|
|
16934
|
-
NsDropdownAction: __vue_component__$
|
|
16935
|
-
NsTextInput: __vue_component__$
|
|
16936
|
-
NsBackupCard: __vue_component__$
|
|
16937
|
-
NsWizard: __vue_component__$
|
|
16938
|
-
NsMenuItem: __vue_component__$
|
|
16939
|
-
NsMenuDivider: __vue_component__$
|
|
17126
|
+
NsDropdownAction: __vue_component__$q,
|
|
17127
|
+
NsTextInput: __vue_component__$o,
|
|
17128
|
+
NsBackupCard: __vue_component__$l,
|
|
17129
|
+
NsWizard: __vue_component__$j,
|
|
17130
|
+
NsMenuItem: __vue_component__$h,
|
|
17131
|
+
NsMenuDivider: __vue_component__$f,
|
|
17132
|
+
NsSystemLogsCard: __vue_component__$d,
|
|
16940
17133
|
ExclamationMarkPictogram: ExclamationMarkPictogram,
|
|
16941
17134
|
GearPictogram: __vue_component__$b,
|
|
16942
17135
|
LovePictogram: __vue_component__$9,
|
|
@@ -16964,4 +17157,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
16964
17157
|
});
|
|
16965
17158
|
}; // Create module definition for Vue.use()
|
|
16966
17159
|
|
|
16967
|
-
export { __vue_component__$5 as BulldozerPictogram, dataTable as DataTableService, DateTimeService, ExclamationMarkPictogram, filters as Filters, __vue_component__$b as GearPictogram, __vue_component__$3 as GroupPictogram, __vue_component__$1 as HardDrivePictogram, IconService, lottie as LottieService, __vue_component__$9 as LovePictogram, __vue_component__$
|
|
17160
|
+
export { __vue_component__$5 as BulldozerPictogram, dataTable as DataTableService, DateTimeService, ExclamationMarkPictogram, filters as Filters, __vue_component__$b as GearPictogram, __vue_component__$3 as GroupPictogram, __vue_component__$1 as HardDrivePictogram, IconService, lottie as LottieService, __vue_component__$9 as LovePictogram, __vue_component__$l as NsBackupCard, __vue_component__$X as NsButton, NsCircleTimer, __vue_component__$Q as NsCodeSnippet, __vue_component__$s as NsDangerDeleteModal, __vue_component__$q as NsDropdownAction, __vue_component__$S as NsEmptyState, __vue_component__$y as NsIconMenu, __vue_component__$G as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$f as NsMenuDivider, __vue_component__$h as NsMenuItem, __vue_component__$w as NsMeterChart, __vue_component__$A as NsPasswordInput, NsPictogram, __vue_component__$u as NsPieChart, NsProgressBar, __vue_component__$E as NsStatusCard, NsSvg, __vue_component__$d as NsSystemLogsCard, __vue_component__$C as NsSystemdServiceCard, __vue_component__$o as NsTextInput, __vue_component__$K as NsTile, __vue_component__$I as NsToastNotification, __vue_component__$j as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, UtilService, __vue_component__$7 as WarningPictogram, install as default };
|