@nethserver/ns8-ui-lib 0.0.65 → 0.0.66
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 +530 -352
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +505 -334
- package/package.json +1 -1
- package/src/lib-components/NsSystemLogsCard.vue +132 -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,
|
|
@@ -6329,10 +6331,10 @@ var script$e = {
|
|
|
6329
6331
|
};
|
|
6330
6332
|
|
|
6331
6333
|
/* script */
|
|
6332
|
-
const __vue_script__$
|
|
6334
|
+
const __vue_script__$f = script$f;
|
|
6333
6335
|
/* template */
|
|
6334
6336
|
|
|
6335
|
-
var __vue_render__$
|
|
6337
|
+
var __vue_render__$l = function () {
|
|
6336
6338
|
var _vm = this;
|
|
6337
6339
|
|
|
6338
6340
|
var _h = _vm.$createElement;
|
|
@@ -6381,10 +6383,10 @@ var __vue_render__$k = function () {
|
|
|
6381
6383
|
}, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
|
|
6382
6384
|
};
|
|
6383
6385
|
|
|
6384
|
-
var __vue_staticRenderFns__$
|
|
6386
|
+
var __vue_staticRenderFns__$l = [];
|
|
6385
6387
|
/* style */
|
|
6386
6388
|
|
|
6387
|
-
const __vue_inject_styles__$
|
|
6389
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
6388
6390
|
if (!inject) return;
|
|
6389
6391
|
inject("data-v-34e69a80_0", {
|
|
6390
6392
|
source: ".info-card[data-v-34e69a80]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.skeleton[data-v-34e69a80]{margin-top:.5rem;margin-left:auto;margin-right:auto}.row[data-v-34e69a80]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-34e69a80]{margin-left:.25rem;margin-right:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description[data-v-34e69a80]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-34e69a80]{margin-top:.5rem}",
|
|
@@ -6395,26 +6397,26 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
6395
6397
|
/* scoped */
|
|
6396
6398
|
|
|
6397
6399
|
|
|
6398
|
-
const __vue_scope_id__$
|
|
6400
|
+
const __vue_scope_id__$l = "data-v-34e69a80";
|
|
6399
6401
|
/* module identifier */
|
|
6400
6402
|
|
|
6401
|
-
const __vue_module_identifier__$
|
|
6403
|
+
const __vue_module_identifier__$l = undefined;
|
|
6402
6404
|
/* functional template */
|
|
6403
6405
|
|
|
6404
|
-
const __vue_is_functional_template__$
|
|
6406
|
+
const __vue_is_functional_template__$l = false;
|
|
6405
6407
|
/* style inject SSR */
|
|
6406
6408
|
|
|
6407
6409
|
/* style inject shadow dom */
|
|
6408
6410
|
|
|
6409
|
-
const __vue_component__$
|
|
6410
|
-
render: __vue_render__$
|
|
6411
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6412
|
-
}, __vue_inject_styles__$
|
|
6411
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
6412
|
+
render: __vue_render__$l,
|
|
6413
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
6414
|
+
}, __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
6415
|
|
|
6414
|
-
var __vue_component__$
|
|
6416
|
+
var __vue_component__$G = __vue_component__$F;
|
|
6415
6417
|
|
|
6416
6418
|
//
|
|
6417
|
-
var script$
|
|
6419
|
+
var script$e = {
|
|
6418
6420
|
name: "NsStatusCard",
|
|
6419
6421
|
//components added for storybook to work
|
|
6420
6422
|
components: {
|
|
@@ -6461,10 +6463,10 @@ var script$d = {
|
|
|
6461
6463
|
};
|
|
6462
6464
|
|
|
6463
6465
|
/* script */
|
|
6464
|
-
const __vue_script__$
|
|
6466
|
+
const __vue_script__$e = script$e;
|
|
6465
6467
|
/* template */
|
|
6466
6468
|
|
|
6467
|
-
var __vue_render__$
|
|
6469
|
+
var __vue_render__$k = function () {
|
|
6468
6470
|
var _vm = this;
|
|
6469
6471
|
|
|
6470
6472
|
var _h = _vm.$createElement;
|
|
@@ -6533,10 +6535,10 @@ var __vue_render__$j = function () {
|
|
|
6533
6535
|
}, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
|
|
6534
6536
|
};
|
|
6535
6537
|
|
|
6536
|
-
var __vue_staticRenderFns__$
|
|
6538
|
+
var __vue_staticRenderFns__$k = [];
|
|
6537
6539
|
/* style */
|
|
6538
6540
|
|
|
6539
|
-
const __vue_inject_styles__$
|
|
6541
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
6540
6542
|
if (!inject) return;
|
|
6541
6543
|
inject("data-v-496044f0_0", {
|
|
6542
6544
|
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 +6549,26 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
6547
6549
|
/* scoped */
|
|
6548
6550
|
|
|
6549
6551
|
|
|
6550
|
-
const __vue_scope_id__$
|
|
6552
|
+
const __vue_scope_id__$k = "data-v-496044f0";
|
|
6551
6553
|
/* module identifier */
|
|
6552
6554
|
|
|
6553
|
-
const __vue_module_identifier__$
|
|
6555
|
+
const __vue_module_identifier__$k = undefined;
|
|
6554
6556
|
/* functional template */
|
|
6555
6557
|
|
|
6556
|
-
const __vue_is_functional_template__$
|
|
6558
|
+
const __vue_is_functional_template__$k = false;
|
|
6557
6559
|
/* style inject SSR */
|
|
6558
6560
|
|
|
6559
6561
|
/* style inject shadow dom */
|
|
6560
6562
|
|
|
6561
|
-
const __vue_component__$
|
|
6562
|
-
render: __vue_render__$
|
|
6563
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6564
|
-
}, __vue_inject_styles__$
|
|
6563
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
6564
|
+
render: __vue_render__$k,
|
|
6565
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
6566
|
+
}, __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
6567
|
|
|
6566
|
-
var __vue_component__$
|
|
6568
|
+
var __vue_component__$E = __vue_component__$D;
|
|
6567
6569
|
|
|
6568
6570
|
//
|
|
6569
|
-
var script$
|
|
6571
|
+
var script$d = {
|
|
6570
6572
|
name: "NsSystemdServiceCard",
|
|
6571
6573
|
//components added for storybook to work
|
|
6572
6574
|
components: {
|
|
@@ -6620,10 +6622,10 @@ var script$c = {
|
|
|
6620
6622
|
};
|
|
6621
6623
|
|
|
6622
6624
|
/* script */
|
|
6623
|
-
const __vue_script__$
|
|
6625
|
+
const __vue_script__$d = script$d;
|
|
6624
6626
|
/* template */
|
|
6625
6627
|
|
|
6626
|
-
var __vue_render__$
|
|
6628
|
+
var __vue_render__$j = function () {
|
|
6627
6629
|
var _vm = this;
|
|
6628
6630
|
|
|
6629
6631
|
var _h = _vm.$createElement;
|
|
@@ -6678,10 +6680,10 @@ var __vue_render__$i = function () {
|
|
|
6678
6680
|
})], 1)])]);
|
|
6679
6681
|
};
|
|
6680
6682
|
|
|
6681
|
-
var __vue_staticRenderFns__$
|
|
6683
|
+
var __vue_staticRenderFns__$j = [];
|
|
6682
6684
|
/* style */
|
|
6683
6685
|
|
|
6684
|
-
const __vue_inject_styles__$
|
|
6686
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
6685
6687
|
if (!inject) return;
|
|
6686
6688
|
inject("data-v-3dfcfe29_0", {
|
|
6687
6689
|
source: ".service-card[data-v-3dfcfe29]{display:flex;flex-direction:column;justify-content:center}.row[data-v-3dfcfe29]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-name[data-v-3dfcfe29]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-3dfcfe29]{margin-right:.25rem}.error-icon[data-v-3dfcfe29]{margin-right:.25rem}.warning-icon[data-v-3dfcfe29]{margin-right:.25rem}.stats[data-v-3dfcfe29]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
@@ -6692,23 +6694,23 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
6692
6694
|
/* scoped */
|
|
6693
6695
|
|
|
6694
6696
|
|
|
6695
|
-
const __vue_scope_id__$
|
|
6697
|
+
const __vue_scope_id__$j = "data-v-3dfcfe29";
|
|
6696
6698
|
/* module identifier */
|
|
6697
6699
|
|
|
6698
|
-
const __vue_module_identifier__$
|
|
6700
|
+
const __vue_module_identifier__$j = undefined;
|
|
6699
6701
|
/* functional template */
|
|
6700
6702
|
|
|
6701
|
-
const __vue_is_functional_template__$
|
|
6703
|
+
const __vue_is_functional_template__$j = false;
|
|
6702
6704
|
/* style inject SSR */
|
|
6703
6705
|
|
|
6704
6706
|
/* style inject shadow dom */
|
|
6705
6707
|
|
|
6706
|
-
const __vue_component__$
|
|
6707
|
-
render: __vue_render__$
|
|
6708
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6709
|
-
}, __vue_inject_styles__$
|
|
6708
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
6709
|
+
render: __vue_render__$j,
|
|
6710
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
6711
|
+
}, __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
6712
|
|
|
6711
|
-
var __vue_component__$
|
|
6713
|
+
var __vue_component__$C = __vue_component__$B;
|
|
6712
6714
|
|
|
6713
6715
|
var UtilService = {
|
|
6714
6716
|
name: "UtilService",
|
|
@@ -6971,7 +6973,7 @@ var UtilService = {
|
|
|
6971
6973
|
};
|
|
6972
6974
|
|
|
6973
6975
|
//
|
|
6974
|
-
var script$
|
|
6976
|
+
var script$c = {
|
|
6975
6977
|
name: "NsPasswordInput",
|
|
6976
6978
|
components: CvTextInput,
|
|
6977
6979
|
mixins: [UtilService],
|
|
@@ -7127,10 +7129,10 @@ var script$b = {
|
|
|
7127
7129
|
};
|
|
7128
7130
|
|
|
7129
7131
|
/* script */
|
|
7130
|
-
const __vue_script__$
|
|
7132
|
+
const __vue_script__$c = script$c;
|
|
7131
7133
|
/* template */
|
|
7132
7134
|
|
|
7133
|
-
var __vue_render__$
|
|
7135
|
+
var __vue_render__$i = function () {
|
|
7134
7136
|
var _vm = this;
|
|
7135
7137
|
|
|
7136
7138
|
var _h = _vm.$createElement;
|
|
@@ -7225,10 +7227,10 @@ var __vue_render__$h = function () {
|
|
|
7225
7227
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
7226
7228
|
};
|
|
7227
7229
|
|
|
7228
|
-
var __vue_staticRenderFns__$
|
|
7230
|
+
var __vue_staticRenderFns__$i = [];
|
|
7229
7231
|
/* style */
|
|
7230
7232
|
|
|
7231
|
-
const __vue_inject_styles__$
|
|
7233
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
7232
7234
|
if (!inject) return;
|
|
7233
7235
|
inject("data-v-6ed70bae_0", {
|
|
7234
7236
|
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 +7241,26 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
7239
7241
|
/* scoped */
|
|
7240
7242
|
|
|
7241
7243
|
|
|
7242
|
-
const __vue_scope_id__$
|
|
7244
|
+
const __vue_scope_id__$i = "data-v-6ed70bae";
|
|
7243
7245
|
/* module identifier */
|
|
7244
7246
|
|
|
7245
|
-
const __vue_module_identifier__$
|
|
7247
|
+
const __vue_module_identifier__$i = undefined;
|
|
7246
7248
|
/* functional template */
|
|
7247
7249
|
|
|
7248
|
-
const __vue_is_functional_template__$
|
|
7250
|
+
const __vue_is_functional_template__$i = false;
|
|
7249
7251
|
/* style inject SSR */
|
|
7250
7252
|
|
|
7251
7253
|
/* style inject shadow dom */
|
|
7252
7254
|
|
|
7253
|
-
const __vue_component__$
|
|
7254
|
-
render: __vue_render__$
|
|
7255
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7256
|
-
}, __vue_inject_styles__$
|
|
7255
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
7256
|
+
render: __vue_render__$i,
|
|
7257
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
7258
|
+
}, __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
7259
|
|
|
7258
|
-
var __vue_component__$
|
|
7260
|
+
var __vue_component__$A = __vue_component__$z;
|
|
7259
7261
|
|
|
7260
7262
|
//
|
|
7261
|
-
var script$
|
|
7263
|
+
var script$b = {
|
|
7262
7264
|
name: "NsIconMenu",
|
|
7263
7265
|
extends: CvOverflowMenu,
|
|
7264
7266
|
props: {
|
|
@@ -7302,10 +7304,10 @@ var script$a = {
|
|
|
7302
7304
|
};
|
|
7303
7305
|
|
|
7304
7306
|
/* script */
|
|
7305
|
-
const __vue_script__$
|
|
7307
|
+
const __vue_script__$b = script$b;
|
|
7306
7308
|
/* template */
|
|
7307
7309
|
|
|
7308
|
-
var __vue_render__$
|
|
7310
|
+
var __vue_render__$h = function () {
|
|
7309
7311
|
var _obj, _obj$1;
|
|
7310
7312
|
|
|
7311
7313
|
var _vm = this;
|
|
@@ -7421,10 +7423,10 @@ var __vue_render__$g = function () {
|
|
|
7421
7423
|
})])]);
|
|
7422
7424
|
};
|
|
7423
7425
|
|
|
7424
|
-
var __vue_staticRenderFns__$
|
|
7426
|
+
var __vue_staticRenderFns__$h = [];
|
|
7425
7427
|
/* style */
|
|
7426
7428
|
|
|
7427
|
-
const __vue_inject_styles__$
|
|
7429
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
7428
7430
|
if (!inject) return;
|
|
7429
7431
|
inject("data-v-2be14df6_0", {
|
|
7430
7432
|
source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
|
|
@@ -7435,27 +7437,27 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
7435
7437
|
/* scoped */
|
|
7436
7438
|
|
|
7437
7439
|
|
|
7438
|
-
const __vue_scope_id__$
|
|
7440
|
+
const __vue_scope_id__$h = "data-v-2be14df6";
|
|
7439
7441
|
/* module identifier */
|
|
7440
7442
|
|
|
7441
|
-
const __vue_module_identifier__$
|
|
7443
|
+
const __vue_module_identifier__$h = undefined;
|
|
7442
7444
|
/* functional template */
|
|
7443
7445
|
|
|
7444
|
-
const __vue_is_functional_template__$
|
|
7446
|
+
const __vue_is_functional_template__$h = false;
|
|
7445
7447
|
/* style inject SSR */
|
|
7446
7448
|
|
|
7447
7449
|
/* style inject shadow dom */
|
|
7448
7450
|
|
|
7449
|
-
const __vue_component__$
|
|
7450
|
-
render: __vue_render__$
|
|
7451
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7452
|
-
}, __vue_inject_styles__$
|
|
7451
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
7452
|
+
render: __vue_render__$h,
|
|
7453
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
7454
|
+
}, __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
7455
|
|
|
7454
|
-
var __vue_component__$
|
|
7456
|
+
var __vue_component__$y = __vue_component__$x;
|
|
7455
7457
|
|
|
7456
7458
|
//
|
|
7457
7459
|
Vue.use(chartsVue);
|
|
7458
|
-
var script$
|
|
7460
|
+
var script$a = {
|
|
7459
7461
|
name: "NsMeterChart",
|
|
7460
7462
|
components: {
|
|
7461
7463
|
CcvMeterChart
|
|
@@ -7529,10 +7531,10 @@ var script$9 = {
|
|
|
7529
7531
|
};
|
|
7530
7532
|
|
|
7531
7533
|
/* script */
|
|
7532
|
-
const __vue_script__$
|
|
7534
|
+
const __vue_script__$a = script$a;
|
|
7533
7535
|
/* template */
|
|
7534
7536
|
|
|
7535
|
-
var __vue_render__$
|
|
7537
|
+
var __vue_render__$g = function () {
|
|
7536
7538
|
var _vm = this;
|
|
7537
7539
|
|
|
7538
7540
|
var _h = _vm.$createElement;
|
|
@@ -7547,35 +7549,35 @@ var __vue_render__$f = function () {
|
|
|
7547
7549
|
});
|
|
7548
7550
|
};
|
|
7549
7551
|
|
|
7550
|
-
var __vue_staticRenderFns__$
|
|
7552
|
+
var __vue_staticRenderFns__$g = [];
|
|
7551
7553
|
/* style */
|
|
7552
7554
|
|
|
7553
|
-
const __vue_inject_styles__$
|
|
7555
|
+
const __vue_inject_styles__$g = undefined;
|
|
7554
7556
|
/* scoped */
|
|
7555
7557
|
|
|
7556
|
-
const __vue_scope_id__$
|
|
7558
|
+
const __vue_scope_id__$g = undefined;
|
|
7557
7559
|
/* module identifier */
|
|
7558
7560
|
|
|
7559
|
-
const __vue_module_identifier__$
|
|
7561
|
+
const __vue_module_identifier__$g = undefined;
|
|
7560
7562
|
/* functional template */
|
|
7561
7563
|
|
|
7562
|
-
const __vue_is_functional_template__$
|
|
7564
|
+
const __vue_is_functional_template__$g = false;
|
|
7563
7565
|
/* style inject */
|
|
7564
7566
|
|
|
7565
7567
|
/* style inject SSR */
|
|
7566
7568
|
|
|
7567
7569
|
/* style inject shadow dom */
|
|
7568
7570
|
|
|
7569
|
-
const __vue_component__$
|
|
7570
|
-
render: __vue_render__$
|
|
7571
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7572
|
-
}, __vue_inject_styles__$
|
|
7571
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
7572
|
+
render: __vue_render__$g,
|
|
7573
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
7574
|
+
}, __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
7575
|
|
|
7574
|
-
var __vue_component__$
|
|
7576
|
+
var __vue_component__$w = __vue_component__$v;
|
|
7575
7577
|
|
|
7576
7578
|
//
|
|
7577
7579
|
Vue.use(chartsVue);
|
|
7578
|
-
var script$
|
|
7580
|
+
var script$9 = {
|
|
7579
7581
|
name: "NsPieChart",
|
|
7580
7582
|
components: {},
|
|
7581
7583
|
props: {
|
|
@@ -7631,10 +7633,10 @@ var script$8 = {
|
|
|
7631
7633
|
};
|
|
7632
7634
|
|
|
7633
7635
|
/* script */
|
|
7634
|
-
const __vue_script__$
|
|
7636
|
+
const __vue_script__$9 = script$9;
|
|
7635
7637
|
/* template */
|
|
7636
7638
|
|
|
7637
|
-
var __vue_render__$
|
|
7639
|
+
var __vue_render__$f = function () {
|
|
7638
7640
|
var _vm = this;
|
|
7639
7641
|
|
|
7640
7642
|
var _h = _vm.$createElement;
|
|
@@ -7649,34 +7651,34 @@ var __vue_render__$e = function () {
|
|
|
7649
7651
|
});
|
|
7650
7652
|
};
|
|
7651
7653
|
|
|
7652
|
-
var __vue_staticRenderFns__$
|
|
7654
|
+
var __vue_staticRenderFns__$f = [];
|
|
7653
7655
|
/* style */
|
|
7654
7656
|
|
|
7655
|
-
const __vue_inject_styles__$
|
|
7657
|
+
const __vue_inject_styles__$f = undefined;
|
|
7656
7658
|
/* scoped */
|
|
7657
7659
|
|
|
7658
|
-
const __vue_scope_id__$
|
|
7660
|
+
const __vue_scope_id__$f = undefined;
|
|
7659
7661
|
/* module identifier */
|
|
7660
7662
|
|
|
7661
|
-
const __vue_module_identifier__$
|
|
7663
|
+
const __vue_module_identifier__$f = undefined;
|
|
7662
7664
|
/* functional template */
|
|
7663
7665
|
|
|
7664
|
-
const __vue_is_functional_template__$
|
|
7666
|
+
const __vue_is_functional_template__$f = false;
|
|
7665
7667
|
/* style inject */
|
|
7666
7668
|
|
|
7667
7669
|
/* style inject SSR */
|
|
7668
7670
|
|
|
7669
7671
|
/* style inject shadow dom */
|
|
7670
7672
|
|
|
7671
|
-
const __vue_component__$
|
|
7672
|
-
render: __vue_render__$
|
|
7673
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7674
|
-
}, __vue_inject_styles__$
|
|
7673
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
7674
|
+
render: __vue_render__$f,
|
|
7675
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
7676
|
+
}, __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
7677
|
|
|
7676
|
-
var __vue_component__$
|
|
7678
|
+
var __vue_component__$u = __vue_component__$t;
|
|
7677
7679
|
|
|
7678
7680
|
//
|
|
7679
|
-
var script$
|
|
7681
|
+
var script$8 = {
|
|
7680
7682
|
name: "NsDangerDeleteModal",
|
|
7681
7683
|
//component added for storybook to work
|
|
7682
7684
|
components: {
|
|
@@ -7759,10 +7761,10 @@ var script$7 = {
|
|
|
7759
7761
|
};
|
|
7760
7762
|
|
|
7761
7763
|
/* script */
|
|
7762
|
-
const __vue_script__$
|
|
7764
|
+
const __vue_script__$8 = script$8;
|
|
7763
7765
|
/* template */
|
|
7764
7766
|
|
|
7765
|
-
var __vue_render__$
|
|
7767
|
+
var __vue_render__$e = function () {
|
|
7766
7768
|
var _vm = this;
|
|
7767
7769
|
|
|
7768
7770
|
var _h = _vm.$createElement;
|
|
@@ -7823,10 +7825,10 @@ var __vue_render__$d = function () {
|
|
|
7823
7825
|
}, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
|
|
7824
7826
|
};
|
|
7825
7827
|
|
|
7826
|
-
var __vue_staticRenderFns__$
|
|
7828
|
+
var __vue_staticRenderFns__$e = [];
|
|
7827
7829
|
/* style */
|
|
7828
7830
|
|
|
7829
|
-
const __vue_inject_styles__$
|
|
7831
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
7830
7832
|
if (!inject) return;
|
|
7831
7833
|
inject("data-v-97f667a6_0", {
|
|
7832
7834
|
source: ".type-to-confirm[data-v-97f667a6]{margin-top:2rem}",
|
|
@@ -7837,23 +7839,23 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
7837
7839
|
/* scoped */
|
|
7838
7840
|
|
|
7839
7841
|
|
|
7840
|
-
const __vue_scope_id__$
|
|
7842
|
+
const __vue_scope_id__$e = "data-v-97f667a6";
|
|
7841
7843
|
/* module identifier */
|
|
7842
7844
|
|
|
7843
|
-
const __vue_module_identifier__$
|
|
7845
|
+
const __vue_module_identifier__$e = undefined;
|
|
7844
7846
|
/* functional template */
|
|
7845
7847
|
|
|
7846
|
-
const __vue_is_functional_template__$
|
|
7848
|
+
const __vue_is_functional_template__$e = false;
|
|
7847
7849
|
/* style inject SSR */
|
|
7848
7850
|
|
|
7849
7851
|
/* style inject shadow dom */
|
|
7850
7852
|
|
|
7851
|
-
const __vue_component__$
|
|
7852
|
-
render: __vue_render__$
|
|
7853
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7854
|
-
}, __vue_inject_styles__$
|
|
7853
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
7854
|
+
render: __vue_render__$e,
|
|
7855
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
7856
|
+
}, __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
7857
|
|
|
7856
|
-
var __vue_component__$
|
|
7858
|
+
var __vue_component__$s = __vue_component__$r;
|
|
7857
7859
|
|
|
7858
7860
|
var IconService = {
|
|
7859
7861
|
name: "IconService",
|
|
@@ -7969,15 +7971,18 @@ var IconService = {
|
|
|
7969
7971
|
Erase32,
|
|
7970
7972
|
Row20,
|
|
7971
7973
|
// horizontal layout
|
|
7972
|
-
Column20
|
|
7973
|
-
|
|
7974
|
+
Column20,
|
|
7975
|
+
// vertical layout
|
|
7976
|
+
Catalog20,
|
|
7977
|
+
// system logs
|
|
7978
|
+
Catalog32
|
|
7974
7979
|
};
|
|
7975
7980
|
}
|
|
7976
7981
|
|
|
7977
7982
|
};
|
|
7978
7983
|
|
|
7979
7984
|
//
|
|
7980
|
-
var script$
|
|
7985
|
+
var script$7 = {
|
|
7981
7986
|
name: "NsDropdownAction",
|
|
7982
7987
|
extends: CvOverflowMenu,
|
|
7983
7988
|
components: {
|
|
@@ -8009,10 +8014,10 @@ var script$6 = {
|
|
|
8009
8014
|
};
|
|
8010
8015
|
|
|
8011
8016
|
/* script */
|
|
8012
|
-
const __vue_script__$
|
|
8017
|
+
const __vue_script__$7 = script$7;
|
|
8013
8018
|
/* template */
|
|
8014
8019
|
|
|
8015
|
-
var __vue_render__$
|
|
8020
|
+
var __vue_render__$d = function () {
|
|
8016
8021
|
var _obj, _obj$1;
|
|
8017
8022
|
|
|
8018
8023
|
var _vm = this;
|
|
@@ -8112,34 +8117,34 @@ var __vue_render__$c = function () {
|
|
|
8112
8117
|
})])]);
|
|
8113
8118
|
};
|
|
8114
8119
|
|
|
8115
|
-
var __vue_staticRenderFns__$
|
|
8120
|
+
var __vue_staticRenderFns__$d = [];
|
|
8116
8121
|
/* style */
|
|
8117
8122
|
|
|
8118
|
-
const __vue_inject_styles__$
|
|
8123
|
+
const __vue_inject_styles__$d = undefined;
|
|
8119
8124
|
/* scoped */
|
|
8120
8125
|
|
|
8121
|
-
const __vue_scope_id__$
|
|
8126
|
+
const __vue_scope_id__$d = "data-v-31925b9d";
|
|
8122
8127
|
/* module identifier */
|
|
8123
8128
|
|
|
8124
|
-
const __vue_module_identifier__$
|
|
8129
|
+
const __vue_module_identifier__$d = undefined;
|
|
8125
8130
|
/* functional template */
|
|
8126
8131
|
|
|
8127
|
-
const __vue_is_functional_template__$
|
|
8132
|
+
const __vue_is_functional_template__$d = false;
|
|
8128
8133
|
/* style inject */
|
|
8129
8134
|
|
|
8130
8135
|
/* style inject SSR */
|
|
8131
8136
|
|
|
8132
8137
|
/* style inject shadow dom */
|
|
8133
8138
|
|
|
8134
|
-
const __vue_component__$
|
|
8135
|
-
render: __vue_render__$
|
|
8136
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8137
|
-
}, __vue_inject_styles__$
|
|
8139
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
8140
|
+
render: __vue_render__$d,
|
|
8141
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
8142
|
+
}, __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
8143
|
|
|
8139
|
-
var __vue_component__$
|
|
8144
|
+
var __vue_component__$q = __vue_component__$p;
|
|
8140
8145
|
|
|
8141
8146
|
//
|
|
8142
|
-
var script$
|
|
8147
|
+
var script$6 = {
|
|
8143
8148
|
name: "NsTextInput",
|
|
8144
8149
|
extends: CvTextInput,
|
|
8145
8150
|
components: {
|
|
@@ -8193,10 +8198,10 @@ var script$5 = {
|
|
|
8193
8198
|
};
|
|
8194
8199
|
|
|
8195
8200
|
/* script */
|
|
8196
|
-
const __vue_script__$
|
|
8201
|
+
const __vue_script__$6 = script$6;
|
|
8197
8202
|
/* template */
|
|
8198
8203
|
|
|
8199
|
-
var __vue_render__$
|
|
8204
|
+
var __vue_render__$c = function () {
|
|
8200
8205
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
|
|
8201
8206
|
|
|
8202
8207
|
var _vm = this;
|
|
@@ -8274,10 +8279,10 @@ var __vue_render__$b = function () {
|
|
|
8274
8279
|
})], 2) : _vm._e()]);
|
|
8275
8280
|
};
|
|
8276
8281
|
|
|
8277
|
-
var __vue_staticRenderFns__$
|
|
8282
|
+
var __vue_staticRenderFns__$c = [];
|
|
8278
8283
|
/* style */
|
|
8279
8284
|
|
|
8280
|
-
const __vue_inject_styles__$
|
|
8285
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
8281
8286
|
if (!inject) return;
|
|
8282
8287
|
inject("data-v-c9c91db0_0", {
|
|
8283
8288
|
source: ".tooltip[data-v-c9c91db0]{display:inline-block;position:absolute}",
|
|
@@ -8292,26 +8297,26 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
8292
8297
|
/* scoped */
|
|
8293
8298
|
|
|
8294
8299
|
|
|
8295
|
-
const __vue_scope_id__$
|
|
8300
|
+
const __vue_scope_id__$c = "data-v-c9c91db0";
|
|
8296
8301
|
/* module identifier */
|
|
8297
8302
|
|
|
8298
|
-
const __vue_module_identifier__$
|
|
8303
|
+
const __vue_module_identifier__$c = undefined;
|
|
8299
8304
|
/* functional template */
|
|
8300
8305
|
|
|
8301
|
-
const __vue_is_functional_template__$
|
|
8306
|
+
const __vue_is_functional_template__$c = false;
|
|
8302
8307
|
/* style inject SSR */
|
|
8303
8308
|
|
|
8304
8309
|
/* style inject shadow dom */
|
|
8305
8310
|
|
|
8306
|
-
const __vue_component__$
|
|
8307
|
-
render: __vue_render__$
|
|
8308
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8309
|
-
}, __vue_inject_styles__$
|
|
8311
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
8312
|
+
render: __vue_render__$c,
|
|
8313
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
8314
|
+
}, __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
8315
|
|
|
8311
|
-
var __vue_component__$
|
|
8316
|
+
var __vue_component__$o = __vue_component__$n;
|
|
8312
8317
|
|
|
8313
8318
|
//
|
|
8314
|
-
var script$
|
|
8319
|
+
var script$5 = {
|
|
8315
8320
|
name: "NsBackupCardDetails",
|
|
8316
8321
|
mixins: [DateTimeService],
|
|
8317
8322
|
props: {
|
|
@@ -8347,10 +8352,10 @@ var script$4 = {
|
|
|
8347
8352
|
};
|
|
8348
8353
|
|
|
8349
8354
|
/* script */
|
|
8350
|
-
const __vue_script__$
|
|
8355
|
+
const __vue_script__$5 = script$5;
|
|
8351
8356
|
/* template */
|
|
8352
8357
|
|
|
8353
|
-
var __vue_render__$
|
|
8358
|
+
var __vue_render__$b = function () {
|
|
8354
8359
|
var _vm = this;
|
|
8355
8360
|
|
|
8356
8361
|
var _h = _vm.$createElement;
|
|
@@ -8404,10 +8409,10 @@ var __vue_render__$a = function () {
|
|
|
8404
8409
|
}, [_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
8410
|
};
|
|
8406
8411
|
|
|
8407
|
-
var __vue_staticRenderFns__$
|
|
8412
|
+
var __vue_staticRenderFns__$b = [];
|
|
8408
8413
|
/* style */
|
|
8409
8414
|
|
|
8410
|
-
const __vue_inject_styles__$
|
|
8415
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
8411
8416
|
if (!inject) return;
|
|
8412
8417
|
inject("data-v-25453d1c_0", {
|
|
8413
8418
|
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 +8423,26 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
8418
8423
|
/* scoped */
|
|
8419
8424
|
|
|
8420
8425
|
|
|
8421
|
-
const __vue_scope_id__$
|
|
8426
|
+
const __vue_scope_id__$b = "data-v-25453d1c";
|
|
8422
8427
|
/* module identifier */
|
|
8423
8428
|
|
|
8424
|
-
const __vue_module_identifier__$
|
|
8429
|
+
const __vue_module_identifier__$b = undefined;
|
|
8425
8430
|
/* functional template */
|
|
8426
8431
|
|
|
8427
|
-
const __vue_is_functional_template__$
|
|
8432
|
+
const __vue_is_functional_template__$b = false;
|
|
8428
8433
|
/* style inject SSR */
|
|
8429
8434
|
|
|
8430
8435
|
/* style inject shadow dom */
|
|
8431
8436
|
|
|
8432
|
-
const __vue_component__$
|
|
8433
|
-
render: __vue_render__$
|
|
8434
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8435
|
-
}, __vue_inject_styles__$
|
|
8437
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
8438
|
+
render: __vue_render__$b,
|
|
8439
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
8440
|
+
}, __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
8441
|
|
|
8437
|
-
var NsBackupCardDetails = __vue_component__$
|
|
8442
|
+
var NsBackupCardDetails = __vue_component__$m;
|
|
8438
8443
|
|
|
8439
8444
|
//
|
|
8440
|
-
var script$
|
|
8445
|
+
var script$4 = {
|
|
8441
8446
|
name: "NsBackupCard",
|
|
8442
8447
|
components: {
|
|
8443
8448
|
NsBackupCardDetails
|
|
@@ -8582,10 +8587,10 @@ var script$3 = {
|
|
|
8582
8587
|
};
|
|
8583
8588
|
|
|
8584
8589
|
/* script */
|
|
8585
|
-
const __vue_script__$
|
|
8590
|
+
const __vue_script__$4 = script$4;
|
|
8586
8591
|
/* template */
|
|
8587
8592
|
|
|
8588
|
-
var __vue_render__$
|
|
8593
|
+
var __vue_render__$a = function () {
|
|
8589
8594
|
var _vm = this;
|
|
8590
8595
|
|
|
8591
8596
|
var _h = _vm.$createElement;
|
|
@@ -8706,10 +8711,10 @@ var __vue_render__$9 = function () {
|
|
|
8706
8711
|
}, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
|
|
8707
8712
|
};
|
|
8708
8713
|
|
|
8709
|
-
var __vue_staticRenderFns__$
|
|
8714
|
+
var __vue_staticRenderFns__$a = [];
|
|
8710
8715
|
/* style */
|
|
8711
8716
|
|
|
8712
|
-
const __vue_inject_styles__$
|
|
8717
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
8713
8718
|
if (!inject) return;
|
|
8714
8719
|
inject("data-v-0ada8df8_0", {
|
|
8715
8720
|
source: ".ns-backup-card[data-v-0ada8df8]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.backup[data-v-0ada8df8]{margin-bottom:1rem}.backup[data-v-0ada8df8]:last-child{margin-bottom:0}.row[data-v-0ada8df8]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-0ada8df8]{margin-left:.25rem;margin-right:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-0ada8df8]{display:flex;justify-content:center;margin-top:.5rem}.table[data-v-0ada8df8]{display:table}.tr[data-v-0ada8df8]{display:table-row}.td[data-v-0ada8df8]{display:table-cell}.label[data-v-0ada8df8]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-0ada8df8]{font-weight:700}.backup-status-icon[data-v-0ada8df8]{margin-right:.25rem}",
|
|
@@ -8724,26 +8729,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
8724
8729
|
/* scoped */
|
|
8725
8730
|
|
|
8726
8731
|
|
|
8727
|
-
const __vue_scope_id__$
|
|
8732
|
+
const __vue_scope_id__$a = "data-v-0ada8df8";
|
|
8728
8733
|
/* module identifier */
|
|
8729
8734
|
|
|
8730
|
-
const __vue_module_identifier__$
|
|
8735
|
+
const __vue_module_identifier__$a = undefined;
|
|
8731
8736
|
/* functional template */
|
|
8732
8737
|
|
|
8733
|
-
const __vue_is_functional_template__$
|
|
8738
|
+
const __vue_is_functional_template__$a = false;
|
|
8734
8739
|
/* style inject SSR */
|
|
8735
8740
|
|
|
8736
8741
|
/* style inject shadow dom */
|
|
8737
8742
|
|
|
8738
|
-
const __vue_component__$
|
|
8739
|
-
render: __vue_render__$
|
|
8740
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8741
|
-
}, __vue_inject_styles__$
|
|
8743
|
+
const __vue_component__$k = /*#__PURE__*/normalizeComponent({
|
|
8744
|
+
render: __vue_render__$a,
|
|
8745
|
+
staticRenderFns: __vue_staticRenderFns__$a
|
|
8746
|
+
}, __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
8747
|
|
|
8743
|
-
var __vue_component__$
|
|
8748
|
+
var __vue_component__$l = __vue_component__$k;
|
|
8744
8749
|
|
|
8745
8750
|
//
|
|
8746
|
-
var script$
|
|
8751
|
+
var script$3 = {
|
|
8747
8752
|
name: "NsWizard",
|
|
8748
8753
|
extends: CvModal,
|
|
8749
8754
|
mixins: [IconService],
|
|
@@ -8774,10 +8779,10 @@ var script$2 = {
|
|
|
8774
8779
|
};
|
|
8775
8780
|
|
|
8776
8781
|
/* script */
|
|
8777
|
-
const __vue_script__$
|
|
8782
|
+
const __vue_script__$3 = script$3;
|
|
8778
8783
|
/* template */
|
|
8779
8784
|
|
|
8780
|
-
var __vue_render__$
|
|
8785
|
+
var __vue_render__$9 = function () {
|
|
8781
8786
|
var _obj, _obj$1;
|
|
8782
8787
|
|
|
8783
8788
|
var _vm = this;
|
|
@@ -8916,34 +8921,34 @@ var __vue_render__$8 = function () {
|
|
|
8916
8921
|
})], 1)]);
|
|
8917
8922
|
};
|
|
8918
8923
|
|
|
8919
|
-
var __vue_staticRenderFns__$
|
|
8924
|
+
var __vue_staticRenderFns__$9 = [];
|
|
8920
8925
|
/* style */
|
|
8921
8926
|
|
|
8922
|
-
const __vue_inject_styles__$
|
|
8927
|
+
const __vue_inject_styles__$9 = undefined;
|
|
8923
8928
|
/* scoped */
|
|
8924
8929
|
|
|
8925
|
-
const __vue_scope_id__$
|
|
8930
|
+
const __vue_scope_id__$9 = undefined;
|
|
8926
8931
|
/* module identifier */
|
|
8927
8932
|
|
|
8928
|
-
const __vue_module_identifier__$
|
|
8933
|
+
const __vue_module_identifier__$9 = undefined;
|
|
8929
8934
|
/* functional template */
|
|
8930
8935
|
|
|
8931
|
-
const __vue_is_functional_template__$
|
|
8936
|
+
const __vue_is_functional_template__$9 = false;
|
|
8932
8937
|
/* style inject */
|
|
8933
8938
|
|
|
8934
8939
|
/* style inject SSR */
|
|
8935
8940
|
|
|
8936
8941
|
/* style inject shadow dom */
|
|
8937
8942
|
|
|
8938
|
-
const __vue_component__$
|
|
8939
|
-
render: __vue_render__$
|
|
8940
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8941
|
-
}, __vue_inject_styles__$
|
|
8943
|
+
const __vue_component__$i = /*#__PURE__*/normalizeComponent({
|
|
8944
|
+
render: __vue_render__$9,
|
|
8945
|
+
staticRenderFns: __vue_staticRenderFns__$9
|
|
8946
|
+
}, __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
8947
|
|
|
8943
|
-
var __vue_component__$
|
|
8948
|
+
var __vue_component__$j = __vue_component__$i;
|
|
8944
8949
|
|
|
8945
8950
|
//
|
|
8946
|
-
var script$
|
|
8951
|
+
var script$2 = {
|
|
8947
8952
|
name: "NsMenuItem",
|
|
8948
8953
|
components: {
|
|
8949
8954
|
NsSvg
|
|
@@ -8966,10 +8971,10 @@ var script$1 = {
|
|
|
8966
8971
|
};
|
|
8967
8972
|
|
|
8968
8973
|
/* script */
|
|
8969
|
-
const __vue_script__$
|
|
8974
|
+
const __vue_script__$2 = script$2;
|
|
8970
8975
|
/* template */
|
|
8971
8976
|
|
|
8972
|
-
var __vue_render__$
|
|
8977
|
+
var __vue_render__$8 = function () {
|
|
8973
8978
|
var _vm = this;
|
|
8974
8979
|
|
|
8975
8980
|
var _h = _vm.$createElement;
|
|
@@ -8989,10 +8994,10 @@ var __vue_render__$7 = function () {
|
|
|
8989
8994
|
}, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
|
|
8990
8995
|
};
|
|
8991
8996
|
|
|
8992
|
-
var __vue_staticRenderFns__$
|
|
8997
|
+
var __vue_staticRenderFns__$8 = [];
|
|
8993
8998
|
/* style */
|
|
8994
8999
|
|
|
8995
|
-
const __vue_inject_styles__$
|
|
9000
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
8996
9001
|
if (!inject) return;
|
|
8997
9002
|
inject("data-v-35f08832_0", {
|
|
8998
9003
|
source: ".ns-menu-item[data-v-35f08832]{display:flex;align-items:center}.icon[data-v-35f08832]{margin-right:.5rem}",
|
|
@@ -9003,13 +9008,61 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
9003
9008
|
/* scoped */
|
|
9004
9009
|
|
|
9005
9010
|
|
|
9006
|
-
const __vue_scope_id__$
|
|
9011
|
+
const __vue_scope_id__$8 = "data-v-35f08832";
|
|
9012
|
+
/* module identifier */
|
|
9013
|
+
|
|
9014
|
+
const __vue_module_identifier__$8 = undefined;
|
|
9015
|
+
/* functional template */
|
|
9016
|
+
|
|
9017
|
+
const __vue_is_functional_template__$8 = false;
|
|
9018
|
+
/* style inject SSR */
|
|
9019
|
+
|
|
9020
|
+
/* style inject shadow dom */
|
|
9021
|
+
|
|
9022
|
+
const __vue_component__$g = /*#__PURE__*/normalizeComponent({
|
|
9023
|
+
render: __vue_render__$8,
|
|
9024
|
+
staticRenderFns: __vue_staticRenderFns__$8
|
|
9025
|
+
}, __vue_inject_styles__$8, __vue_script__$2, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
|
|
9026
|
+
|
|
9027
|
+
var __vue_component__$h = __vue_component__$g;
|
|
9028
|
+
|
|
9029
|
+
//
|
|
9030
|
+
var script$1 = {
|
|
9031
|
+
name: "NsMenuDivider",
|
|
9032
|
+
components: {
|
|
9033
|
+
CvSideNavDivider
|
|
9034
|
+
}
|
|
9035
|
+
};
|
|
9036
|
+
|
|
9037
|
+
/* script */
|
|
9038
|
+
const __vue_script__$1 = script$1;
|
|
9039
|
+
/* template */
|
|
9040
|
+
|
|
9041
|
+
var __vue_render__$7 = function () {
|
|
9042
|
+
var _vm = this;
|
|
9043
|
+
|
|
9044
|
+
var _h = _vm.$createElement;
|
|
9045
|
+
|
|
9046
|
+
var _c = _vm._self._c || _h;
|
|
9047
|
+
|
|
9048
|
+
return _c('cv-side-nav-divider');
|
|
9049
|
+
};
|
|
9050
|
+
|
|
9051
|
+
var __vue_staticRenderFns__$7 = [];
|
|
9052
|
+
/* style */
|
|
9053
|
+
|
|
9054
|
+
const __vue_inject_styles__$7 = undefined;
|
|
9055
|
+
/* scoped */
|
|
9056
|
+
|
|
9057
|
+
const __vue_scope_id__$7 = "data-v-c2c8c17e";
|
|
9007
9058
|
/* module identifier */
|
|
9008
9059
|
|
|
9009
9060
|
const __vue_module_identifier__$7 = undefined;
|
|
9010
9061
|
/* functional template */
|
|
9011
9062
|
|
|
9012
9063
|
const __vue_is_functional_template__$7 = false;
|
|
9064
|
+
/* style inject */
|
|
9065
|
+
|
|
9013
9066
|
/* style inject SSR */
|
|
9014
9067
|
|
|
9015
9068
|
/* style inject shadow dom */
|
|
@@ -9017,15 +9070,122 @@ const __vue_is_functional_template__$7 = false;
|
|
|
9017
9070
|
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
9018
9071
|
render: __vue_render__$7,
|
|
9019
9072
|
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,
|
|
9073
|
+
}, __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
9074
|
|
|
9022
9075
|
var __vue_component__$f = __vue_component__$e;
|
|
9023
9076
|
|
|
9024
9077
|
//
|
|
9025
9078
|
var script = {
|
|
9026
|
-
name: "
|
|
9027
|
-
|
|
9028
|
-
|
|
9079
|
+
name: "NsSystemLogsCard",
|
|
9080
|
+
mixins: [UtilService, IconService],
|
|
9081
|
+
props: {
|
|
9082
|
+
title: {
|
|
9083
|
+
type: String,
|
|
9084
|
+
default: "Logs"
|
|
9085
|
+
},
|
|
9086
|
+
description: {
|
|
9087
|
+
type: String,
|
|
9088
|
+
default: ""
|
|
9089
|
+
},
|
|
9090
|
+
buttonLabel: {
|
|
9091
|
+
type: String,
|
|
9092
|
+
default: "Go to System logs"
|
|
9093
|
+
},
|
|
9094
|
+
context: {
|
|
9095
|
+
type: String,
|
|
9096
|
+
default: "cluster",
|
|
9097
|
+
validator: val => ["cluster", "node", "module"].includes(val)
|
|
9098
|
+
},
|
|
9099
|
+
nodeId: {
|
|
9100
|
+
type: String,
|
|
9101
|
+
default: ""
|
|
9102
|
+
},
|
|
9103
|
+
moduleId: {
|
|
9104
|
+
type: String,
|
|
9105
|
+
default: ""
|
|
9106
|
+
},
|
|
9107
|
+
searchQuery: {
|
|
9108
|
+
type: String,
|
|
9109
|
+
default: ""
|
|
9110
|
+
},
|
|
9111
|
+
maxLines: {
|
|
9112
|
+
type: String,
|
|
9113
|
+
default: ""
|
|
9114
|
+
},
|
|
9115
|
+
startDate: {
|
|
9116
|
+
type: String,
|
|
9117
|
+
default: ""
|
|
9118
|
+
},
|
|
9119
|
+
startTime: {
|
|
9120
|
+
type: String,
|
|
9121
|
+
default: ""
|
|
9122
|
+
},
|
|
9123
|
+
endDate: {
|
|
9124
|
+
type: String,
|
|
9125
|
+
default: ""
|
|
9126
|
+
},
|
|
9127
|
+
endTime: {
|
|
9128
|
+
type: String,
|
|
9129
|
+
default: ""
|
|
9130
|
+
},
|
|
9131
|
+
followLogs: Boolean,
|
|
9132
|
+
light: Boolean
|
|
9133
|
+
},
|
|
9134
|
+
computed: {
|
|
9135
|
+
logsUrl() {
|
|
9136
|
+
const queryParams = [];
|
|
9137
|
+
|
|
9138
|
+
if (this.context) {
|
|
9139
|
+
queryParams.push(`context=${this.context}`);
|
|
9140
|
+
}
|
|
9141
|
+
|
|
9142
|
+
if (this.context == "node" && this.nodeId) {
|
|
9143
|
+
queryParams.push(`selectedNodeId=${this.nodeId}`);
|
|
9144
|
+
}
|
|
9145
|
+
|
|
9146
|
+
if (this.context == "module" && this.moduleId) {
|
|
9147
|
+
queryParams.push(`selectedAppId=${this.moduleId}`);
|
|
9148
|
+
}
|
|
9149
|
+
|
|
9150
|
+
if (this.searchQuery) {
|
|
9151
|
+
queryParams.push(`searchQuery=${this.searchQuery}`);
|
|
9152
|
+
}
|
|
9153
|
+
|
|
9154
|
+
if (this.maxLines) {
|
|
9155
|
+
queryParams.push(`maxLines=${this.maxLines}`);
|
|
9156
|
+
}
|
|
9157
|
+
|
|
9158
|
+
if (this.startDate) {
|
|
9159
|
+
queryParams.push(`startDate=${this.startDate}`);
|
|
9160
|
+
}
|
|
9161
|
+
|
|
9162
|
+
if (this.startTime) {
|
|
9163
|
+
queryParams.push(`startTime=${this.startTime}`);
|
|
9164
|
+
}
|
|
9165
|
+
|
|
9166
|
+
if (this.endDate) {
|
|
9167
|
+
queryParams.push(`endDate=${this.endDate}`);
|
|
9168
|
+
}
|
|
9169
|
+
|
|
9170
|
+
if (this.endTime) {
|
|
9171
|
+
queryParams.push(`endTime=${this.endTime}`);
|
|
9172
|
+
}
|
|
9173
|
+
|
|
9174
|
+
if (this.followLogs) {
|
|
9175
|
+
queryParams.push(`followLogs=${this.followLogs}`);
|
|
9176
|
+
}
|
|
9177
|
+
|
|
9178
|
+
return "/system-logs?" + queryParams.join("&");
|
|
9179
|
+
}
|
|
9180
|
+
|
|
9181
|
+
},
|
|
9182
|
+
methods: {
|
|
9183
|
+
goToLogs() {
|
|
9184
|
+
if (this.$router) {
|
|
9185
|
+
this.$router.push(this.logsUrl);
|
|
9186
|
+
}
|
|
9187
|
+
}
|
|
9188
|
+
|
|
9029
9189
|
}
|
|
9030
9190
|
};
|
|
9031
9191
|
|
|
@@ -9040,7 +9200,24 @@ var __vue_render__$6 = function () {
|
|
|
9040
9200
|
|
|
9041
9201
|
var _c = _vm._self._c || _h;
|
|
9042
9202
|
|
|
9043
|
-
return _c('
|
|
9203
|
+
return _c('NsInfoCard', {
|
|
9204
|
+
attrs: {
|
|
9205
|
+
"title": _vm.title,
|
|
9206
|
+
"description": _vm.description,
|
|
9207
|
+
"light": _vm.light,
|
|
9208
|
+
"icon": _vm.Catalog32
|
|
9209
|
+
}
|
|
9210
|
+
}, [_c('template', {
|
|
9211
|
+
slot: "content"
|
|
9212
|
+
}, [_c('NsButton', {
|
|
9213
|
+
attrs: {
|
|
9214
|
+
"kind": "ghost",
|
|
9215
|
+
"icon": _vm.ArrowRight20
|
|
9216
|
+
},
|
|
9217
|
+
on: {
|
|
9218
|
+
"click": _vm.goToLogs
|
|
9219
|
+
}
|
|
9220
|
+
}, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")])], 1)], 2);
|
|
9044
9221
|
};
|
|
9045
9222
|
|
|
9046
9223
|
var __vue_staticRenderFns__$6 = [];
|
|
@@ -9049,7 +9226,7 @@ var __vue_staticRenderFns__$6 = [];
|
|
|
9049
9226
|
const __vue_inject_styles__$6 = undefined;
|
|
9050
9227
|
/* scoped */
|
|
9051
9228
|
|
|
9052
|
-
const __vue_scope_id__$6 = "data-v-
|
|
9229
|
+
const __vue_scope_id__$6 = "data-v-01132c29";
|
|
9053
9230
|
/* module identifier */
|
|
9054
9231
|
|
|
9055
9232
|
const __vue_module_identifier__$6 = undefined;
|
|
@@ -16912,31 +17089,32 @@ var filters = {
|
|
|
16912
17089
|
|
|
16913
17090
|
var components = /*#__PURE__*/Object.freeze({
|
|
16914
17091
|
__proto__: null,
|
|
16915
|
-
NsButton: __vue_component__$
|
|
16916
|
-
NsEmptyState: __vue_component__$
|
|
17092
|
+
NsButton: __vue_component__$X,
|
|
17093
|
+
NsEmptyState: __vue_component__$S,
|
|
16917
17094
|
NsPictogram: NsPictogram,
|
|
16918
|
-
NsCodeSnippet: __vue_component__$
|
|
17095
|
+
NsCodeSnippet: __vue_component__$Q,
|
|
16919
17096
|
NsInlineNotification: NsInlineNotification,
|
|
16920
17097
|
NsProgressBar: NsProgressBar,
|
|
16921
17098
|
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__$
|
|
17099
|
+
NsTile: __vue_component__$K,
|
|
17100
|
+
NsToastNotification: __vue_component__$I,
|
|
17101
|
+
NsInfoCard: __vue_component__$G,
|
|
17102
|
+
NsStatusCard: __vue_component__$E,
|
|
17103
|
+
NsSystemdServiceCard: __vue_component__$C,
|
|
17104
|
+
NsPasswordInput: __vue_component__$A,
|
|
17105
|
+
NsIconMenu: __vue_component__$y,
|
|
17106
|
+
NsMeterChart: __vue_component__$w,
|
|
17107
|
+
NsPieChart: __vue_component__$u,
|
|
16931
17108
|
NsLottieAnimation: NsLottieAnimation,
|
|
16932
|
-
NsDangerDeleteModal: __vue_component__$
|
|
17109
|
+
NsDangerDeleteModal: __vue_component__$s,
|
|
16933
17110
|
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__$
|
|
17111
|
+
NsDropdownAction: __vue_component__$q,
|
|
17112
|
+
NsTextInput: __vue_component__$o,
|
|
17113
|
+
NsBackupCard: __vue_component__$l,
|
|
17114
|
+
NsWizard: __vue_component__$j,
|
|
17115
|
+
NsMenuItem: __vue_component__$h,
|
|
17116
|
+
NsMenuDivider: __vue_component__$f,
|
|
17117
|
+
NsSystemLogsCard: __vue_component__$d,
|
|
16940
17118
|
ExclamationMarkPictogram: ExclamationMarkPictogram,
|
|
16941
17119
|
GearPictogram: __vue_component__$b,
|
|
16942
17120
|
LovePictogram: __vue_component__$9,
|
|
@@ -16964,4 +17142,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
16964
17142
|
});
|
|
16965
17143
|
}; // Create module definition for Vue.use()
|
|
16966
17144
|
|
|
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__$
|
|
17145
|
+
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 };
|