@nethserver/ns8-ui-lib 0.0.63 → 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 +551 -351
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +522 -333
- package/package.json +1 -1
- package/src/lib-components/NsSystemLogsCard.vue +132 -0
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -86,12 +86,18 @@ import Restart20 from '@carbon/icons-vue/es/restart/20';
|
|
|
86
86
|
import Restart32 from '@carbon/icons-vue/es/restart/32';
|
|
87
87
|
import TrashCan20 from '@carbon/icons-vue/es/trash-can/20';
|
|
88
88
|
import TrashCan32 from '@carbon/icons-vue/es/trash-can/32';
|
|
89
|
+
import Erase20 from '@carbon/icons-vue/es/erase/20';
|
|
90
|
+
import Erase32 from '@carbon/icons-vue/es/erase/32';
|
|
91
|
+
import Row20 from '@carbon/icons-vue/es/row/20';
|
|
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';
|
|
89
95
|
import { WarningFilled16, WarningAltFilled16, View16, ViewOff16 } from '@carbon/icons-vue';
|
|
90
96
|
import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
|
|
91
97
|
import InformationFilled16 from '@carbon/icons-vue/es/information--filled/16';
|
|
92
98
|
|
|
93
99
|
//
|
|
94
|
-
var script$
|
|
100
|
+
var script$q = {
|
|
95
101
|
name: "NsButton",
|
|
96
102
|
extends: CvButton,
|
|
97
103
|
props: {
|
|
@@ -254,10 +260,10 @@ function addStyle(id, css) {
|
|
|
254
260
|
}
|
|
255
261
|
|
|
256
262
|
/* script */
|
|
257
|
-
const __vue_script__$
|
|
263
|
+
const __vue_script__$q = script$q;
|
|
258
264
|
/* template */
|
|
259
265
|
|
|
260
|
-
var __vue_render__$
|
|
266
|
+
var __vue_render__$w = function () {
|
|
261
267
|
var _vm = this;
|
|
262
268
|
|
|
263
269
|
var _h = _vm.$createElement;
|
|
@@ -280,10 +286,10 @@ var __vue_render__$v = function () {
|
|
|
280
286
|
}) : _vm._e()], 2);
|
|
281
287
|
};
|
|
282
288
|
|
|
283
|
-
var __vue_staticRenderFns__$
|
|
289
|
+
var __vue_staticRenderFns__$w = [];
|
|
284
290
|
/* style */
|
|
285
291
|
|
|
286
|
-
const __vue_inject_styles__$
|
|
292
|
+
const __vue_inject_styles__$x = function (inject) {
|
|
287
293
|
if (!inject) return;
|
|
288
294
|
inject("data-v-025b0f12_0", {
|
|
289
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)}}",
|
|
@@ -294,23 +300,23 @@ const __vue_inject_styles__$w = function (inject) {
|
|
|
294
300
|
/* scoped */
|
|
295
301
|
|
|
296
302
|
|
|
297
|
-
const __vue_scope_id__$
|
|
303
|
+
const __vue_scope_id__$x = "data-v-025b0f12";
|
|
298
304
|
/* module identifier */
|
|
299
305
|
|
|
300
|
-
const __vue_module_identifier__$
|
|
306
|
+
const __vue_module_identifier__$x = undefined;
|
|
301
307
|
/* functional template */
|
|
302
308
|
|
|
303
|
-
const __vue_is_functional_template__$
|
|
309
|
+
const __vue_is_functional_template__$x = false;
|
|
304
310
|
/* style inject SSR */
|
|
305
311
|
|
|
306
312
|
/* style inject shadow dom */
|
|
307
313
|
|
|
308
|
-
const __vue_component__$
|
|
309
|
-
render: __vue_render__$
|
|
310
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
311
|
-
}, __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);
|
|
312
318
|
|
|
313
|
-
var __vue_component__$
|
|
319
|
+
var __vue_component__$X = __vue_component__$W;
|
|
314
320
|
|
|
315
321
|
//
|
|
316
322
|
//
|
|
@@ -328,7 +334,7 @@ var __vue_component__$V = __vue_component__$U;
|
|
|
328
334
|
//
|
|
329
335
|
//
|
|
330
336
|
//
|
|
331
|
-
var script$
|
|
337
|
+
var script$p = {
|
|
332
338
|
name: "NsPictogram",
|
|
333
339
|
props: {
|
|
334
340
|
title: {
|
|
@@ -351,10 +357,10 @@ var script$o = {
|
|
|
351
357
|
};
|
|
352
358
|
|
|
353
359
|
/* script */
|
|
354
|
-
const __vue_script__$
|
|
360
|
+
const __vue_script__$p = script$p;
|
|
355
361
|
/* template */
|
|
356
362
|
|
|
357
|
-
var __vue_render__$
|
|
363
|
+
var __vue_render__$v = function () {
|
|
358
364
|
var _vm = this;
|
|
359
365
|
|
|
360
366
|
var _h = _vm.$createElement;
|
|
@@ -382,34 +388,34 @@ var __vue_render__$u = function () {
|
|
|
382
388
|
}, [_vm._t("default")], 2)]);
|
|
383
389
|
};
|
|
384
390
|
|
|
385
|
-
var __vue_staticRenderFns__$
|
|
391
|
+
var __vue_staticRenderFns__$v = [];
|
|
386
392
|
/* style */
|
|
387
393
|
|
|
388
|
-
const __vue_inject_styles__$
|
|
394
|
+
const __vue_inject_styles__$w = undefined;
|
|
389
395
|
/* scoped */
|
|
390
396
|
|
|
391
|
-
const __vue_scope_id__$
|
|
397
|
+
const __vue_scope_id__$w = undefined;
|
|
392
398
|
/* module identifier */
|
|
393
399
|
|
|
394
|
-
const __vue_module_identifier__$
|
|
400
|
+
const __vue_module_identifier__$w = undefined;
|
|
395
401
|
/* functional template */
|
|
396
402
|
|
|
397
|
-
const __vue_is_functional_template__$
|
|
403
|
+
const __vue_is_functional_template__$w = false;
|
|
398
404
|
/* style inject */
|
|
399
405
|
|
|
400
406
|
/* style inject SSR */
|
|
401
407
|
|
|
402
408
|
/* style inject shadow dom */
|
|
403
409
|
|
|
404
|
-
const __vue_component__$
|
|
405
|
-
render: __vue_render__$
|
|
406
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
407
|
-
}, __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);
|
|
408
414
|
|
|
409
|
-
var NsPictogram = __vue_component__$
|
|
415
|
+
var NsPictogram = __vue_component__$V;
|
|
410
416
|
|
|
411
417
|
//
|
|
412
|
-
var script$
|
|
418
|
+
var script$o = {
|
|
413
419
|
name: "NsLottieAnimation",
|
|
414
420
|
components: {
|
|
415
421
|
LottieAnimation
|
|
@@ -465,10 +471,10 @@ var script$n = {
|
|
|
465
471
|
};
|
|
466
472
|
|
|
467
473
|
/* script */
|
|
468
|
-
const __vue_script__$
|
|
474
|
+
const __vue_script__$o = script$o;
|
|
469
475
|
/* template */
|
|
470
476
|
|
|
471
|
-
var __vue_render__$
|
|
477
|
+
var __vue_render__$u = function () {
|
|
472
478
|
var _vm = this;
|
|
473
479
|
|
|
474
480
|
var _h = _vm.$createElement;
|
|
@@ -495,36 +501,36 @@ var __vue_render__$t = function () {
|
|
|
495
501
|
})], 1);
|
|
496
502
|
};
|
|
497
503
|
|
|
498
|
-
var __vue_staticRenderFns__$
|
|
504
|
+
var __vue_staticRenderFns__$u = [];
|
|
499
505
|
/* style */
|
|
500
506
|
|
|
501
|
-
const __vue_inject_styles__$
|
|
507
|
+
const __vue_inject_styles__$v = undefined;
|
|
502
508
|
/* scoped */
|
|
503
509
|
|
|
504
|
-
const __vue_scope_id__$
|
|
510
|
+
const __vue_scope_id__$v = "data-v-14e97a70";
|
|
505
511
|
/* module identifier */
|
|
506
512
|
|
|
507
|
-
const __vue_module_identifier__$
|
|
513
|
+
const __vue_module_identifier__$v = undefined;
|
|
508
514
|
/* functional template */
|
|
509
515
|
|
|
510
|
-
const __vue_is_functional_template__$
|
|
516
|
+
const __vue_is_functional_template__$v = false;
|
|
511
517
|
/* style inject */
|
|
512
518
|
|
|
513
519
|
/* style inject SSR */
|
|
514
520
|
|
|
515
521
|
/* style inject shadow dom */
|
|
516
522
|
|
|
517
|
-
const __vue_component__$
|
|
518
|
-
render: __vue_render__$
|
|
519
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
520
|
-
}, __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);
|
|
521
527
|
|
|
522
|
-
var NsLottieAnimation = __vue_component__$
|
|
528
|
+
var NsLottieAnimation = __vue_component__$U;
|
|
523
529
|
|
|
524
530
|
/* script */
|
|
525
531
|
|
|
526
532
|
/* template */
|
|
527
|
-
var __vue_render__$
|
|
533
|
+
var __vue_render__$t = function () {
|
|
528
534
|
var _vm = this;
|
|
529
535
|
|
|
530
536
|
var _h = _vm.$createElement;
|
|
@@ -539,34 +545,34 @@ var __vue_render__$s = function () {
|
|
|
539
545
|
});
|
|
540
546
|
};
|
|
541
547
|
|
|
542
|
-
var __vue_staticRenderFns__$
|
|
548
|
+
var __vue_staticRenderFns__$t = [];
|
|
543
549
|
/* style */
|
|
544
550
|
|
|
545
|
-
const __vue_inject_styles__$
|
|
551
|
+
const __vue_inject_styles__$u = undefined;
|
|
546
552
|
/* scoped */
|
|
547
553
|
|
|
548
|
-
const __vue_scope_id__$
|
|
554
|
+
const __vue_scope_id__$u = undefined;
|
|
549
555
|
/* module identifier */
|
|
550
556
|
|
|
551
|
-
const __vue_module_identifier__$
|
|
557
|
+
const __vue_module_identifier__$u = undefined;
|
|
552
558
|
/* functional template */
|
|
553
559
|
|
|
554
|
-
const __vue_is_functional_template__$
|
|
560
|
+
const __vue_is_functional_template__$u = false;
|
|
555
561
|
/* style inject */
|
|
556
562
|
|
|
557
563
|
/* style inject SSR */
|
|
558
564
|
|
|
559
565
|
/* style inject shadow dom */
|
|
560
566
|
|
|
561
|
-
const __vue_component__$
|
|
562
|
-
render: __vue_render__$
|
|
563
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
564
|
-
}, __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);
|
|
565
571
|
|
|
566
|
-
var ExclamationMarkPictogram = __vue_component__$
|
|
572
|
+
var ExclamationMarkPictogram = __vue_component__$T;
|
|
567
573
|
|
|
568
574
|
//
|
|
569
|
-
var script$
|
|
575
|
+
var script$n = {
|
|
570
576
|
name: "NsEmptyState",
|
|
571
577
|
components: {
|
|
572
578
|
NsPictogram,
|
|
@@ -598,10 +604,10 @@ var script$m = {
|
|
|
598
604
|
};
|
|
599
605
|
|
|
600
606
|
/* script */
|
|
601
|
-
const __vue_script__$
|
|
607
|
+
const __vue_script__$n = script$n;
|
|
602
608
|
/* template */
|
|
603
609
|
|
|
604
|
-
var __vue_render__$
|
|
610
|
+
var __vue_render__$s = function () {
|
|
605
611
|
var _vm = this;
|
|
606
612
|
|
|
607
613
|
var _h = _vm.$createElement;
|
|
@@ -631,10 +637,10 @@ var __vue_render__$r = function () {
|
|
|
631
637
|
}, [_vm._t("description")], 2)] : _vm._e()], 2);
|
|
632
638
|
};
|
|
633
639
|
|
|
634
|
-
var __vue_staticRenderFns__$
|
|
640
|
+
var __vue_staticRenderFns__$s = [];
|
|
635
641
|
/* style */
|
|
636
642
|
|
|
637
|
-
const __vue_inject_styles__$
|
|
643
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
638
644
|
if (!inject) return;
|
|
639
645
|
inject("data-v-2d5d3a58_0", {
|
|
640
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}",
|
|
@@ -645,26 +651,26 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
645
651
|
/* scoped */
|
|
646
652
|
|
|
647
653
|
|
|
648
|
-
const __vue_scope_id__$
|
|
654
|
+
const __vue_scope_id__$t = "data-v-2d5d3a58";
|
|
649
655
|
/* module identifier */
|
|
650
656
|
|
|
651
|
-
const __vue_module_identifier__$
|
|
657
|
+
const __vue_module_identifier__$t = undefined;
|
|
652
658
|
/* functional template */
|
|
653
659
|
|
|
654
|
-
const __vue_is_functional_template__$
|
|
660
|
+
const __vue_is_functional_template__$t = false;
|
|
655
661
|
/* style inject SSR */
|
|
656
662
|
|
|
657
663
|
/* style inject shadow dom */
|
|
658
664
|
|
|
659
|
-
const __vue_component__$
|
|
660
|
-
render: __vue_render__$
|
|
661
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
662
|
-
}, __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);
|
|
663
669
|
|
|
664
|
-
var __vue_component__$
|
|
670
|
+
var __vue_component__$S = __vue_component__$R;
|
|
665
671
|
|
|
666
672
|
//
|
|
667
|
-
var script$
|
|
673
|
+
var script$m = {
|
|
668
674
|
name: "NsCodeSnippet",
|
|
669
675
|
components: {
|
|
670
676
|
CvButton,
|
|
@@ -776,10 +782,10 @@ var script$l = {
|
|
|
776
782
|
};
|
|
777
783
|
|
|
778
784
|
/* script */
|
|
779
|
-
const __vue_script__$
|
|
785
|
+
const __vue_script__$m = script$m;
|
|
780
786
|
/* template */
|
|
781
787
|
|
|
782
|
-
var __vue_render__$
|
|
788
|
+
var __vue_render__$r = function () {
|
|
783
789
|
var _vm = this;
|
|
784
790
|
|
|
785
791
|
var _h = _vm.$createElement;
|
|
@@ -841,10 +847,10 @@ var __vue_render__$q = function () {
|
|
|
841
847
|
})], 1) : _vm._e()], 1);
|
|
842
848
|
};
|
|
843
849
|
|
|
844
|
-
var __vue_staticRenderFns__$
|
|
850
|
+
var __vue_staticRenderFns__$r = [];
|
|
845
851
|
/* style */
|
|
846
852
|
|
|
847
|
-
const __vue_inject_styles__$
|
|
853
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
848
854
|
if (!inject) return;
|
|
849
855
|
inject("data-v-59cb538c_0", {
|
|
850
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}",
|
|
@@ -855,23 +861,23 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
855
861
|
/* scoped */
|
|
856
862
|
|
|
857
863
|
|
|
858
|
-
const __vue_scope_id__$
|
|
864
|
+
const __vue_scope_id__$s = "data-v-59cb538c";
|
|
859
865
|
/* module identifier */
|
|
860
866
|
|
|
861
|
-
const __vue_module_identifier__$
|
|
867
|
+
const __vue_module_identifier__$s = undefined;
|
|
862
868
|
/* functional template */
|
|
863
869
|
|
|
864
|
-
const __vue_is_functional_template__$
|
|
870
|
+
const __vue_is_functional_template__$s = false;
|
|
865
871
|
/* style inject SSR */
|
|
866
872
|
|
|
867
873
|
/* style inject shadow dom */
|
|
868
874
|
|
|
869
|
-
const __vue_component__$
|
|
870
|
-
render: __vue_render__$
|
|
871
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
872
|
-
}, __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);
|
|
873
879
|
|
|
874
|
-
var __vue_component__$
|
|
880
|
+
var __vue_component__$Q = __vue_component__$P;
|
|
875
881
|
|
|
876
882
|
//
|
|
877
883
|
//
|
|
@@ -902,7 +908,7 @@ var __vue_component__$O = __vue_component__$N;
|
|
|
902
908
|
//
|
|
903
909
|
//
|
|
904
910
|
//
|
|
905
|
-
var script$
|
|
911
|
+
var script$l = {
|
|
906
912
|
name: "NsCircleTimer",
|
|
907
913
|
props: {
|
|
908
914
|
timeLimit: {
|
|
@@ -962,10 +968,10 @@ var script$k = {
|
|
|
962
968
|
};
|
|
963
969
|
|
|
964
970
|
/* script */
|
|
965
|
-
const __vue_script__$
|
|
971
|
+
const __vue_script__$l = script$l;
|
|
966
972
|
/* template */
|
|
967
973
|
|
|
968
|
-
var __vue_render__$
|
|
974
|
+
var __vue_render__$q = function () {
|
|
969
975
|
var _vm = this;
|
|
970
976
|
|
|
971
977
|
var _h = _vm.$createElement;
|
|
@@ -1001,10 +1007,10 @@ var __vue_render__$p = function () {
|
|
|
1001
1007
|
})])])]);
|
|
1002
1008
|
};
|
|
1003
1009
|
|
|
1004
|
-
var __vue_staticRenderFns__$
|
|
1010
|
+
var __vue_staticRenderFns__$q = [];
|
|
1005
1011
|
/* style */
|
|
1006
1012
|
|
|
1007
|
-
const __vue_inject_styles__$
|
|
1013
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
1008
1014
|
if (!inject) return;
|
|
1009
1015
|
inject("data-v-45b59790_0", {
|
|
1010
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)}",
|
|
@@ -1015,26 +1021,26 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
1015
1021
|
/* scoped */
|
|
1016
1022
|
|
|
1017
1023
|
|
|
1018
|
-
const __vue_scope_id__$
|
|
1024
|
+
const __vue_scope_id__$r = "data-v-45b59790";
|
|
1019
1025
|
/* module identifier */
|
|
1020
1026
|
|
|
1021
|
-
const __vue_module_identifier__$
|
|
1027
|
+
const __vue_module_identifier__$r = undefined;
|
|
1022
1028
|
/* functional template */
|
|
1023
1029
|
|
|
1024
|
-
const __vue_is_functional_template__$
|
|
1030
|
+
const __vue_is_functional_template__$r = false;
|
|
1025
1031
|
/* style inject SSR */
|
|
1026
1032
|
|
|
1027
1033
|
/* style inject shadow dom */
|
|
1028
1034
|
|
|
1029
|
-
const __vue_component__$
|
|
1030
|
-
render: __vue_render__$
|
|
1031
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1032
|
-
}, __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);
|
|
1033
1039
|
|
|
1034
|
-
var NsCircleTimer = __vue_component__$
|
|
1040
|
+
var NsCircleTimer = __vue_component__$O;
|
|
1035
1041
|
|
|
1036
1042
|
//
|
|
1037
|
-
var script$
|
|
1043
|
+
var script$k = {
|
|
1038
1044
|
name: "NsInlineNotification",
|
|
1039
1045
|
extends: CvInlineNotification,
|
|
1040
1046
|
components: {
|
|
@@ -1071,10 +1077,10 @@ var script$j = {
|
|
|
1071
1077
|
};
|
|
1072
1078
|
|
|
1073
1079
|
/* script */
|
|
1074
|
-
const __vue_script__$
|
|
1080
|
+
const __vue_script__$k = script$k;
|
|
1075
1081
|
/* template */
|
|
1076
1082
|
|
|
1077
|
-
var __vue_render__$
|
|
1083
|
+
var __vue_render__$p = function () {
|
|
1078
1084
|
var _obj;
|
|
1079
1085
|
|
|
1080
1086
|
var _vm = this;
|
|
@@ -1145,10 +1151,10 @@ var __vue_render__$o = function () {
|
|
|
1145
1151
|
})], 1) : _vm._e()]);
|
|
1146
1152
|
};
|
|
1147
1153
|
|
|
1148
|
-
var __vue_staticRenderFns__$
|
|
1154
|
+
var __vue_staticRenderFns__$p = [];
|
|
1149
1155
|
/* style */
|
|
1150
1156
|
|
|
1151
|
-
const __vue_inject_styles__$
|
|
1157
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
1152
1158
|
if (!inject) return;
|
|
1153
1159
|
inject("data-v-59312d66_0", {
|
|
1154
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}",
|
|
@@ -1159,23 +1165,23 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
1159
1165
|
/* scoped */
|
|
1160
1166
|
|
|
1161
1167
|
|
|
1162
|
-
const __vue_scope_id__$
|
|
1168
|
+
const __vue_scope_id__$q = "data-v-59312d66";
|
|
1163
1169
|
/* module identifier */
|
|
1164
1170
|
|
|
1165
|
-
const __vue_module_identifier__$
|
|
1171
|
+
const __vue_module_identifier__$q = undefined;
|
|
1166
1172
|
/* functional template */
|
|
1167
1173
|
|
|
1168
|
-
const __vue_is_functional_template__$
|
|
1174
|
+
const __vue_is_functional_template__$q = false;
|
|
1169
1175
|
/* style inject SSR */
|
|
1170
1176
|
|
|
1171
1177
|
/* style inject shadow dom */
|
|
1172
1178
|
|
|
1173
|
-
const __vue_component__$
|
|
1174
|
-
render: __vue_render__$
|
|
1175
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1176
|
-
}, __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);
|
|
1177
1183
|
|
|
1178
|
-
var NsInlineNotification = __vue_component__$
|
|
1184
|
+
var NsInlineNotification = __vue_component__$N;
|
|
1179
1185
|
|
|
1180
1186
|
//
|
|
1181
1187
|
//
|
|
@@ -1194,7 +1200,7 @@ var NsInlineNotification = __vue_component__$L;
|
|
|
1194
1200
|
//
|
|
1195
1201
|
//
|
|
1196
1202
|
//
|
|
1197
|
-
var script$
|
|
1203
|
+
var script$j = {
|
|
1198
1204
|
name: "NsProgressBar",
|
|
1199
1205
|
props: {
|
|
1200
1206
|
value: {
|
|
@@ -1225,10 +1231,10 @@ var script$i = {
|
|
|
1225
1231
|
};
|
|
1226
1232
|
|
|
1227
1233
|
/* script */
|
|
1228
|
-
const __vue_script__$
|
|
1234
|
+
const __vue_script__$j = script$j;
|
|
1229
1235
|
/* template */
|
|
1230
1236
|
|
|
1231
|
-
var __vue_render__$
|
|
1237
|
+
var __vue_render__$o = function () {
|
|
1232
1238
|
var _vm = this;
|
|
1233
1239
|
|
|
1234
1240
|
var _h = _vm.$createElement;
|
|
@@ -1253,10 +1259,10 @@ var __vue_render__$n = function () {
|
|
|
1253
1259
|
})]], 2)]);
|
|
1254
1260
|
};
|
|
1255
1261
|
|
|
1256
|
-
var __vue_staticRenderFns__$
|
|
1262
|
+
var __vue_staticRenderFns__$o = [];
|
|
1257
1263
|
/* style */
|
|
1258
1264
|
|
|
1259
|
-
const __vue_inject_styles__$
|
|
1265
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
1260
1266
|
if (!inject) return;
|
|
1261
1267
|
inject("data-v-57532057_0", {
|
|
1262
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%}}",
|
|
@@ -1267,25 +1273,25 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
1267
1273
|
/* scoped */
|
|
1268
1274
|
|
|
1269
1275
|
|
|
1270
|
-
const __vue_scope_id__$
|
|
1276
|
+
const __vue_scope_id__$p = "data-v-57532057";
|
|
1271
1277
|
/* module identifier */
|
|
1272
1278
|
|
|
1273
|
-
const __vue_module_identifier__$
|
|
1279
|
+
const __vue_module_identifier__$p = undefined;
|
|
1274
1280
|
/* functional template */
|
|
1275
1281
|
|
|
1276
|
-
const __vue_is_functional_template__$
|
|
1282
|
+
const __vue_is_functional_template__$p = false;
|
|
1277
1283
|
/* style inject SSR */
|
|
1278
1284
|
|
|
1279
1285
|
/* style inject shadow dom */
|
|
1280
1286
|
|
|
1281
|
-
const __vue_component__$
|
|
1282
|
-
render: __vue_render__$
|
|
1283
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1284
|
-
}, __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);
|
|
1285
1291
|
|
|
1286
|
-
var NsProgressBar = __vue_component__$
|
|
1292
|
+
var NsProgressBar = __vue_component__$M;
|
|
1287
1293
|
|
|
1288
|
-
var script$
|
|
1294
|
+
var script$i = {
|
|
1289
1295
|
name: "NsSvg",
|
|
1290
1296
|
props: {
|
|
1291
1297
|
svg: {
|
|
@@ -1344,33 +1350,33 @@ var script$h = {
|
|
|
1344
1350
|
};
|
|
1345
1351
|
|
|
1346
1352
|
/* script */
|
|
1347
|
-
const __vue_script__$
|
|
1353
|
+
const __vue_script__$i = script$i;
|
|
1348
1354
|
/* template */
|
|
1349
1355
|
|
|
1350
1356
|
/* style */
|
|
1351
1357
|
|
|
1352
|
-
const __vue_inject_styles__$
|
|
1358
|
+
const __vue_inject_styles__$o = undefined;
|
|
1353
1359
|
/* scoped */
|
|
1354
1360
|
|
|
1355
|
-
const __vue_scope_id__$
|
|
1361
|
+
const __vue_scope_id__$o = undefined;
|
|
1356
1362
|
/* module identifier */
|
|
1357
1363
|
|
|
1358
|
-
const __vue_module_identifier__$
|
|
1364
|
+
const __vue_module_identifier__$o = undefined;
|
|
1359
1365
|
/* functional template */
|
|
1360
1366
|
|
|
1361
|
-
const __vue_is_functional_template__$
|
|
1367
|
+
const __vue_is_functional_template__$o = undefined;
|
|
1362
1368
|
/* style inject */
|
|
1363
1369
|
|
|
1364
1370
|
/* style inject SSR */
|
|
1365
1371
|
|
|
1366
1372
|
/* style inject shadow dom */
|
|
1367
1373
|
|
|
1368
|
-
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);
|
|
1369
1375
|
|
|
1370
|
-
var NsSvg = __vue_component__$
|
|
1376
|
+
var NsSvg = __vue_component__$L;
|
|
1371
1377
|
|
|
1372
1378
|
//
|
|
1373
|
-
var script$
|
|
1379
|
+
var script$h = {
|
|
1374
1380
|
name: "NsTile",
|
|
1375
1381
|
extends: CvTile,
|
|
1376
1382
|
inheritAttrs: false,
|
|
@@ -1444,10 +1450,10 @@ var script$g = {
|
|
|
1444
1450
|
};
|
|
1445
1451
|
|
|
1446
1452
|
/* script */
|
|
1447
|
-
const __vue_script__$
|
|
1453
|
+
const __vue_script__$h = script$h;
|
|
1448
1454
|
/* template */
|
|
1449
1455
|
|
|
1450
|
-
var __vue_render__$
|
|
1456
|
+
var __vue_render__$n = function () {
|
|
1451
1457
|
var _obj;
|
|
1452
1458
|
|
|
1453
1459
|
var _vm = this;
|
|
@@ -1486,10 +1492,10 @@ var __vue_render__$m = function () {
|
|
|
1486
1492
|
}) : _vm._e()], 1);
|
|
1487
1493
|
};
|
|
1488
1494
|
|
|
1489
|
-
var __vue_staticRenderFns__$
|
|
1495
|
+
var __vue_staticRenderFns__$n = [];
|
|
1490
1496
|
/* style */
|
|
1491
1497
|
|
|
1492
|
-
const __vue_inject_styles__$
|
|
1498
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
1493
1499
|
if (!inject) return;
|
|
1494
1500
|
inject("data-v-443a91f0_0", {
|
|
1495
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}",
|
|
@@ -1500,23 +1506,23 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
1500
1506
|
/* scoped */
|
|
1501
1507
|
|
|
1502
1508
|
|
|
1503
|
-
const __vue_scope_id__$
|
|
1509
|
+
const __vue_scope_id__$n = "data-v-443a91f0";
|
|
1504
1510
|
/* module identifier */
|
|
1505
1511
|
|
|
1506
|
-
const __vue_module_identifier__$
|
|
1512
|
+
const __vue_module_identifier__$n = undefined;
|
|
1507
1513
|
/* functional template */
|
|
1508
1514
|
|
|
1509
|
-
const __vue_is_functional_template__$
|
|
1515
|
+
const __vue_is_functional_template__$n = false;
|
|
1510
1516
|
/* style inject SSR */
|
|
1511
1517
|
|
|
1512
1518
|
/* style inject shadow dom */
|
|
1513
1519
|
|
|
1514
|
-
const __vue_component__$
|
|
1515
|
-
render: __vue_render__$
|
|
1516
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1517
|
-
}, __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);
|
|
1518
1524
|
|
|
1519
|
-
var __vue_component__$
|
|
1525
|
+
var __vue_component__$K = __vue_component__$J;
|
|
1520
1526
|
|
|
1521
1527
|
function toInteger(dirtyNumber) {
|
|
1522
1528
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -6113,7 +6119,7 @@ var DateTimeService = {
|
|
|
6113
6119
|
};
|
|
6114
6120
|
|
|
6115
6121
|
//
|
|
6116
|
-
var script$
|
|
6122
|
+
var script$g = {
|
|
6117
6123
|
name: "NsToastNotification",
|
|
6118
6124
|
extends: CvToastNotification,
|
|
6119
6125
|
components: {
|
|
@@ -6155,10 +6161,10 @@ var script$f = {
|
|
|
6155
6161
|
};
|
|
6156
6162
|
|
|
6157
6163
|
/* script */
|
|
6158
|
-
const __vue_script__$
|
|
6164
|
+
const __vue_script__$g = script$g;
|
|
6159
6165
|
/* template */
|
|
6160
6166
|
|
|
6161
|
-
var __vue_render__$
|
|
6167
|
+
var __vue_render__$m = function () {
|
|
6162
6168
|
var _obj;
|
|
6163
6169
|
|
|
6164
6170
|
var _vm = this;
|
|
@@ -6241,10 +6247,10 @@ var __vue_render__$l = function () {
|
|
|
6241
6247
|
})], 1) : _vm._e()], 1)]);
|
|
6242
6248
|
};
|
|
6243
6249
|
|
|
6244
|
-
var __vue_staticRenderFns__$
|
|
6250
|
+
var __vue_staticRenderFns__$m = [];
|
|
6245
6251
|
/* style */
|
|
6246
6252
|
|
|
6247
|
-
const __vue_inject_styles__$
|
|
6253
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
6248
6254
|
if (!inject) return;
|
|
6249
6255
|
inject("data-v-7385c86a_0", {
|
|
6250
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}",
|
|
@@ -6259,26 +6265,26 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
6259
6265
|
/* scoped */
|
|
6260
6266
|
|
|
6261
6267
|
|
|
6262
|
-
const __vue_scope_id__$
|
|
6268
|
+
const __vue_scope_id__$m = "data-v-7385c86a";
|
|
6263
6269
|
/* module identifier */
|
|
6264
6270
|
|
|
6265
|
-
const __vue_module_identifier__$
|
|
6271
|
+
const __vue_module_identifier__$m = undefined;
|
|
6266
6272
|
/* functional template */
|
|
6267
6273
|
|
|
6268
|
-
const __vue_is_functional_template__$
|
|
6274
|
+
const __vue_is_functional_template__$m = false;
|
|
6269
6275
|
/* style inject SSR */
|
|
6270
6276
|
|
|
6271
6277
|
/* style inject shadow dom */
|
|
6272
6278
|
|
|
6273
|
-
const __vue_component__$
|
|
6274
|
-
render: __vue_render__$
|
|
6275
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6276
|
-
}, __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);
|
|
6277
6283
|
|
|
6278
|
-
var __vue_component__$
|
|
6284
|
+
var __vue_component__$I = __vue_component__$H;
|
|
6279
6285
|
|
|
6280
6286
|
//
|
|
6281
|
-
var script$
|
|
6287
|
+
var script$f = {
|
|
6282
6288
|
name: "NsInfoCard",
|
|
6283
6289
|
components: {
|
|
6284
6290
|
NsSvg,
|
|
@@ -6325,10 +6331,10 @@ var script$e = {
|
|
|
6325
6331
|
};
|
|
6326
6332
|
|
|
6327
6333
|
/* script */
|
|
6328
|
-
const __vue_script__$
|
|
6334
|
+
const __vue_script__$f = script$f;
|
|
6329
6335
|
/* template */
|
|
6330
6336
|
|
|
6331
|
-
var __vue_render__$
|
|
6337
|
+
var __vue_render__$l = function () {
|
|
6332
6338
|
var _vm = this;
|
|
6333
6339
|
|
|
6334
6340
|
var _h = _vm.$createElement;
|
|
@@ -6377,10 +6383,10 @@ var __vue_render__$k = function () {
|
|
|
6377
6383
|
}, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
|
|
6378
6384
|
};
|
|
6379
6385
|
|
|
6380
|
-
var __vue_staticRenderFns__$
|
|
6386
|
+
var __vue_staticRenderFns__$l = [];
|
|
6381
6387
|
/* style */
|
|
6382
6388
|
|
|
6383
|
-
const __vue_inject_styles__$
|
|
6389
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
6384
6390
|
if (!inject) return;
|
|
6385
6391
|
inject("data-v-34e69a80_0", {
|
|
6386
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}",
|
|
@@ -6391,26 +6397,26 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
6391
6397
|
/* scoped */
|
|
6392
6398
|
|
|
6393
6399
|
|
|
6394
|
-
const __vue_scope_id__$
|
|
6400
|
+
const __vue_scope_id__$l = "data-v-34e69a80";
|
|
6395
6401
|
/* module identifier */
|
|
6396
6402
|
|
|
6397
|
-
const __vue_module_identifier__$
|
|
6403
|
+
const __vue_module_identifier__$l = undefined;
|
|
6398
6404
|
/* functional template */
|
|
6399
6405
|
|
|
6400
|
-
const __vue_is_functional_template__$
|
|
6406
|
+
const __vue_is_functional_template__$l = false;
|
|
6401
6407
|
/* style inject SSR */
|
|
6402
6408
|
|
|
6403
6409
|
/* style inject shadow dom */
|
|
6404
6410
|
|
|
6405
|
-
const __vue_component__$
|
|
6406
|
-
render: __vue_render__$
|
|
6407
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6408
|
-
}, __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);
|
|
6409
6415
|
|
|
6410
|
-
var __vue_component__$
|
|
6416
|
+
var __vue_component__$G = __vue_component__$F;
|
|
6411
6417
|
|
|
6412
6418
|
//
|
|
6413
|
-
var script$
|
|
6419
|
+
var script$e = {
|
|
6414
6420
|
name: "NsStatusCard",
|
|
6415
6421
|
//components added for storybook to work
|
|
6416
6422
|
components: {
|
|
@@ -6457,10 +6463,10 @@ var script$d = {
|
|
|
6457
6463
|
};
|
|
6458
6464
|
|
|
6459
6465
|
/* script */
|
|
6460
|
-
const __vue_script__$
|
|
6466
|
+
const __vue_script__$e = script$e;
|
|
6461
6467
|
/* template */
|
|
6462
6468
|
|
|
6463
|
-
var __vue_render__$
|
|
6469
|
+
var __vue_render__$k = function () {
|
|
6464
6470
|
var _vm = this;
|
|
6465
6471
|
|
|
6466
6472
|
var _h = _vm.$createElement;
|
|
@@ -6529,10 +6535,10 @@ var __vue_render__$j = function () {
|
|
|
6529
6535
|
}, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
|
|
6530
6536
|
};
|
|
6531
6537
|
|
|
6532
|
-
var __vue_staticRenderFns__$
|
|
6538
|
+
var __vue_staticRenderFns__$k = [];
|
|
6533
6539
|
/* style */
|
|
6534
6540
|
|
|
6535
|
-
const __vue_inject_styles__$
|
|
6541
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
6536
6542
|
if (!inject) return;
|
|
6537
6543
|
inject("data-v-496044f0_0", {
|
|
6538
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}",
|
|
@@ -6543,26 +6549,26 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
6543
6549
|
/* scoped */
|
|
6544
6550
|
|
|
6545
6551
|
|
|
6546
|
-
const __vue_scope_id__$
|
|
6552
|
+
const __vue_scope_id__$k = "data-v-496044f0";
|
|
6547
6553
|
/* module identifier */
|
|
6548
6554
|
|
|
6549
|
-
const __vue_module_identifier__$
|
|
6555
|
+
const __vue_module_identifier__$k = undefined;
|
|
6550
6556
|
/* functional template */
|
|
6551
6557
|
|
|
6552
|
-
const __vue_is_functional_template__$
|
|
6558
|
+
const __vue_is_functional_template__$k = false;
|
|
6553
6559
|
/* style inject SSR */
|
|
6554
6560
|
|
|
6555
6561
|
/* style inject shadow dom */
|
|
6556
6562
|
|
|
6557
|
-
const __vue_component__$
|
|
6558
|
-
render: __vue_render__$
|
|
6559
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6560
|
-
}, __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);
|
|
6561
6567
|
|
|
6562
|
-
var __vue_component__$
|
|
6568
|
+
var __vue_component__$E = __vue_component__$D;
|
|
6563
6569
|
|
|
6564
6570
|
//
|
|
6565
|
-
var script$
|
|
6571
|
+
var script$d = {
|
|
6566
6572
|
name: "NsSystemdServiceCard",
|
|
6567
6573
|
//components added for storybook to work
|
|
6568
6574
|
components: {
|
|
@@ -6616,10 +6622,10 @@ var script$c = {
|
|
|
6616
6622
|
};
|
|
6617
6623
|
|
|
6618
6624
|
/* script */
|
|
6619
|
-
const __vue_script__$
|
|
6625
|
+
const __vue_script__$d = script$d;
|
|
6620
6626
|
/* template */
|
|
6621
6627
|
|
|
6622
|
-
var __vue_render__$
|
|
6628
|
+
var __vue_render__$j = function () {
|
|
6623
6629
|
var _vm = this;
|
|
6624
6630
|
|
|
6625
6631
|
var _h = _vm.$createElement;
|
|
@@ -6674,10 +6680,10 @@ var __vue_render__$i = function () {
|
|
|
6674
6680
|
})], 1)])]);
|
|
6675
6681
|
};
|
|
6676
6682
|
|
|
6677
|
-
var __vue_staticRenderFns__$
|
|
6683
|
+
var __vue_staticRenderFns__$j = [];
|
|
6678
6684
|
/* style */
|
|
6679
6685
|
|
|
6680
|
-
const __vue_inject_styles__$
|
|
6686
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
6681
6687
|
if (!inject) return;
|
|
6682
6688
|
inject("data-v-3dfcfe29_0", {
|
|
6683
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}",
|
|
@@ -6688,23 +6694,23 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
6688
6694
|
/* scoped */
|
|
6689
6695
|
|
|
6690
6696
|
|
|
6691
|
-
const __vue_scope_id__$
|
|
6697
|
+
const __vue_scope_id__$j = "data-v-3dfcfe29";
|
|
6692
6698
|
/* module identifier */
|
|
6693
6699
|
|
|
6694
|
-
const __vue_module_identifier__$
|
|
6700
|
+
const __vue_module_identifier__$j = undefined;
|
|
6695
6701
|
/* functional template */
|
|
6696
6702
|
|
|
6697
|
-
const __vue_is_functional_template__$
|
|
6703
|
+
const __vue_is_functional_template__$j = false;
|
|
6698
6704
|
/* style inject SSR */
|
|
6699
6705
|
|
|
6700
6706
|
/* style inject shadow dom */
|
|
6701
6707
|
|
|
6702
|
-
const __vue_component__$
|
|
6703
|
-
render: __vue_render__$
|
|
6704
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6705
|
-
}, __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);
|
|
6706
6712
|
|
|
6707
|
-
var __vue_component__$
|
|
6713
|
+
var __vue_component__$C = __vue_component__$B;
|
|
6708
6714
|
|
|
6709
6715
|
var UtilService = {
|
|
6710
6716
|
name: "UtilService",
|
|
@@ -6847,6 +6853,17 @@ var UtilService = {
|
|
|
6847
6853
|
});
|
|
6848
6854
|
},
|
|
6849
6855
|
|
|
6856
|
+
/**
|
|
6857
|
+
* Smoothly scroll to a specific element in the page
|
|
6858
|
+
*/
|
|
6859
|
+
scrollToElement(element) {
|
|
6860
|
+
if (element) {
|
|
6861
|
+
element.scrollIntoView({
|
|
6862
|
+
behavior: "smooth"
|
|
6863
|
+
});
|
|
6864
|
+
}
|
|
6865
|
+
},
|
|
6866
|
+
|
|
6850
6867
|
/**
|
|
6851
6868
|
* Get app description using the locale of core context
|
|
6852
6869
|
*/
|
|
@@ -6956,7 +6973,7 @@ var UtilService = {
|
|
|
6956
6973
|
};
|
|
6957
6974
|
|
|
6958
6975
|
//
|
|
6959
|
-
var script$
|
|
6976
|
+
var script$c = {
|
|
6960
6977
|
name: "NsPasswordInput",
|
|
6961
6978
|
components: CvTextInput,
|
|
6962
6979
|
mixins: [UtilService],
|
|
@@ -7112,10 +7129,10 @@ var script$b = {
|
|
|
7112
7129
|
};
|
|
7113
7130
|
|
|
7114
7131
|
/* script */
|
|
7115
|
-
const __vue_script__$
|
|
7132
|
+
const __vue_script__$c = script$c;
|
|
7116
7133
|
/* template */
|
|
7117
7134
|
|
|
7118
|
-
var __vue_render__$
|
|
7135
|
+
var __vue_render__$i = function () {
|
|
7119
7136
|
var _vm = this;
|
|
7120
7137
|
|
|
7121
7138
|
var _h = _vm.$createElement;
|
|
@@ -7210,10 +7227,10 @@ var __vue_render__$h = function () {
|
|
|
7210
7227
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
7211
7228
|
};
|
|
7212
7229
|
|
|
7213
|
-
var __vue_staticRenderFns__$
|
|
7230
|
+
var __vue_staticRenderFns__$i = [];
|
|
7214
7231
|
/* style */
|
|
7215
7232
|
|
|
7216
|
-
const __vue_inject_styles__$
|
|
7233
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
7217
7234
|
if (!inject) return;
|
|
7218
7235
|
inject("data-v-6ed70bae_0", {
|
|
7219
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}",
|
|
@@ -7224,26 +7241,26 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
7224
7241
|
/* scoped */
|
|
7225
7242
|
|
|
7226
7243
|
|
|
7227
|
-
const __vue_scope_id__$
|
|
7244
|
+
const __vue_scope_id__$i = "data-v-6ed70bae";
|
|
7228
7245
|
/* module identifier */
|
|
7229
7246
|
|
|
7230
|
-
const __vue_module_identifier__$
|
|
7247
|
+
const __vue_module_identifier__$i = undefined;
|
|
7231
7248
|
/* functional template */
|
|
7232
7249
|
|
|
7233
|
-
const __vue_is_functional_template__$
|
|
7250
|
+
const __vue_is_functional_template__$i = false;
|
|
7234
7251
|
/* style inject SSR */
|
|
7235
7252
|
|
|
7236
7253
|
/* style inject shadow dom */
|
|
7237
7254
|
|
|
7238
|
-
const __vue_component__$
|
|
7239
|
-
render: __vue_render__$
|
|
7240
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7241
|
-
}, __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);
|
|
7242
7259
|
|
|
7243
|
-
var __vue_component__$
|
|
7260
|
+
var __vue_component__$A = __vue_component__$z;
|
|
7244
7261
|
|
|
7245
7262
|
//
|
|
7246
|
-
var script$
|
|
7263
|
+
var script$b = {
|
|
7247
7264
|
name: "NsIconMenu",
|
|
7248
7265
|
extends: CvOverflowMenu,
|
|
7249
7266
|
props: {
|
|
@@ -7287,10 +7304,10 @@ var script$a = {
|
|
|
7287
7304
|
};
|
|
7288
7305
|
|
|
7289
7306
|
/* script */
|
|
7290
|
-
const __vue_script__$
|
|
7307
|
+
const __vue_script__$b = script$b;
|
|
7291
7308
|
/* template */
|
|
7292
7309
|
|
|
7293
|
-
var __vue_render__$
|
|
7310
|
+
var __vue_render__$h = function () {
|
|
7294
7311
|
var _obj, _obj$1;
|
|
7295
7312
|
|
|
7296
7313
|
var _vm = this;
|
|
@@ -7406,10 +7423,10 @@ var __vue_render__$g = function () {
|
|
|
7406
7423
|
})])]);
|
|
7407
7424
|
};
|
|
7408
7425
|
|
|
7409
|
-
var __vue_staticRenderFns__$
|
|
7426
|
+
var __vue_staticRenderFns__$h = [];
|
|
7410
7427
|
/* style */
|
|
7411
7428
|
|
|
7412
|
-
const __vue_inject_styles__$
|
|
7429
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
7413
7430
|
if (!inject) return;
|
|
7414
7431
|
inject("data-v-2be14df6_0", {
|
|
7415
7432
|
source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
|
|
@@ -7420,27 +7437,27 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
7420
7437
|
/* scoped */
|
|
7421
7438
|
|
|
7422
7439
|
|
|
7423
|
-
const __vue_scope_id__$
|
|
7440
|
+
const __vue_scope_id__$h = "data-v-2be14df6";
|
|
7424
7441
|
/* module identifier */
|
|
7425
7442
|
|
|
7426
|
-
const __vue_module_identifier__$
|
|
7443
|
+
const __vue_module_identifier__$h = undefined;
|
|
7427
7444
|
/* functional template */
|
|
7428
7445
|
|
|
7429
|
-
const __vue_is_functional_template__$
|
|
7446
|
+
const __vue_is_functional_template__$h = false;
|
|
7430
7447
|
/* style inject SSR */
|
|
7431
7448
|
|
|
7432
7449
|
/* style inject shadow dom */
|
|
7433
7450
|
|
|
7434
|
-
const __vue_component__$
|
|
7435
|
-
render: __vue_render__$
|
|
7436
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7437
|
-
}, __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);
|
|
7438
7455
|
|
|
7439
|
-
var __vue_component__$
|
|
7456
|
+
var __vue_component__$y = __vue_component__$x;
|
|
7440
7457
|
|
|
7441
7458
|
//
|
|
7442
7459
|
Vue.use(chartsVue);
|
|
7443
|
-
var script$
|
|
7460
|
+
var script$a = {
|
|
7444
7461
|
name: "NsMeterChart",
|
|
7445
7462
|
components: {
|
|
7446
7463
|
CcvMeterChart
|
|
@@ -7514,10 +7531,10 @@ var script$9 = {
|
|
|
7514
7531
|
};
|
|
7515
7532
|
|
|
7516
7533
|
/* script */
|
|
7517
|
-
const __vue_script__$
|
|
7534
|
+
const __vue_script__$a = script$a;
|
|
7518
7535
|
/* template */
|
|
7519
7536
|
|
|
7520
|
-
var __vue_render__$
|
|
7537
|
+
var __vue_render__$g = function () {
|
|
7521
7538
|
var _vm = this;
|
|
7522
7539
|
|
|
7523
7540
|
var _h = _vm.$createElement;
|
|
@@ -7532,35 +7549,35 @@ var __vue_render__$f = function () {
|
|
|
7532
7549
|
});
|
|
7533
7550
|
};
|
|
7534
7551
|
|
|
7535
|
-
var __vue_staticRenderFns__$
|
|
7552
|
+
var __vue_staticRenderFns__$g = [];
|
|
7536
7553
|
/* style */
|
|
7537
7554
|
|
|
7538
|
-
const __vue_inject_styles__$
|
|
7555
|
+
const __vue_inject_styles__$g = undefined;
|
|
7539
7556
|
/* scoped */
|
|
7540
7557
|
|
|
7541
|
-
const __vue_scope_id__$
|
|
7558
|
+
const __vue_scope_id__$g = undefined;
|
|
7542
7559
|
/* module identifier */
|
|
7543
7560
|
|
|
7544
|
-
const __vue_module_identifier__$
|
|
7561
|
+
const __vue_module_identifier__$g = undefined;
|
|
7545
7562
|
/* functional template */
|
|
7546
7563
|
|
|
7547
|
-
const __vue_is_functional_template__$
|
|
7564
|
+
const __vue_is_functional_template__$g = false;
|
|
7548
7565
|
/* style inject */
|
|
7549
7566
|
|
|
7550
7567
|
/* style inject SSR */
|
|
7551
7568
|
|
|
7552
7569
|
/* style inject shadow dom */
|
|
7553
7570
|
|
|
7554
|
-
const __vue_component__$
|
|
7555
|
-
render: __vue_render__$
|
|
7556
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7557
|
-
}, __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);
|
|
7558
7575
|
|
|
7559
|
-
var __vue_component__$
|
|
7576
|
+
var __vue_component__$w = __vue_component__$v;
|
|
7560
7577
|
|
|
7561
7578
|
//
|
|
7562
7579
|
Vue.use(chartsVue);
|
|
7563
|
-
var script$
|
|
7580
|
+
var script$9 = {
|
|
7564
7581
|
name: "NsPieChart",
|
|
7565
7582
|
components: {},
|
|
7566
7583
|
props: {
|
|
@@ -7616,10 +7633,10 @@ var script$8 = {
|
|
|
7616
7633
|
};
|
|
7617
7634
|
|
|
7618
7635
|
/* script */
|
|
7619
|
-
const __vue_script__$
|
|
7636
|
+
const __vue_script__$9 = script$9;
|
|
7620
7637
|
/* template */
|
|
7621
7638
|
|
|
7622
|
-
var __vue_render__$
|
|
7639
|
+
var __vue_render__$f = function () {
|
|
7623
7640
|
var _vm = this;
|
|
7624
7641
|
|
|
7625
7642
|
var _h = _vm.$createElement;
|
|
@@ -7634,34 +7651,34 @@ var __vue_render__$e = function () {
|
|
|
7634
7651
|
});
|
|
7635
7652
|
};
|
|
7636
7653
|
|
|
7637
|
-
var __vue_staticRenderFns__$
|
|
7654
|
+
var __vue_staticRenderFns__$f = [];
|
|
7638
7655
|
/* style */
|
|
7639
7656
|
|
|
7640
|
-
const __vue_inject_styles__$
|
|
7657
|
+
const __vue_inject_styles__$f = undefined;
|
|
7641
7658
|
/* scoped */
|
|
7642
7659
|
|
|
7643
|
-
const __vue_scope_id__$
|
|
7660
|
+
const __vue_scope_id__$f = undefined;
|
|
7644
7661
|
/* module identifier */
|
|
7645
7662
|
|
|
7646
|
-
const __vue_module_identifier__$
|
|
7663
|
+
const __vue_module_identifier__$f = undefined;
|
|
7647
7664
|
/* functional template */
|
|
7648
7665
|
|
|
7649
|
-
const __vue_is_functional_template__$
|
|
7666
|
+
const __vue_is_functional_template__$f = false;
|
|
7650
7667
|
/* style inject */
|
|
7651
7668
|
|
|
7652
7669
|
/* style inject SSR */
|
|
7653
7670
|
|
|
7654
7671
|
/* style inject shadow dom */
|
|
7655
7672
|
|
|
7656
|
-
const __vue_component__$
|
|
7657
|
-
render: __vue_render__$
|
|
7658
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7659
|
-
}, __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);
|
|
7660
7677
|
|
|
7661
|
-
var __vue_component__$
|
|
7678
|
+
var __vue_component__$u = __vue_component__$t;
|
|
7662
7679
|
|
|
7663
7680
|
//
|
|
7664
|
-
var script$
|
|
7681
|
+
var script$8 = {
|
|
7665
7682
|
name: "NsDangerDeleteModal",
|
|
7666
7683
|
//component added for storybook to work
|
|
7667
7684
|
components: {
|
|
@@ -7744,10 +7761,10 @@ var script$7 = {
|
|
|
7744
7761
|
};
|
|
7745
7762
|
|
|
7746
7763
|
/* script */
|
|
7747
|
-
const __vue_script__$
|
|
7764
|
+
const __vue_script__$8 = script$8;
|
|
7748
7765
|
/* template */
|
|
7749
7766
|
|
|
7750
|
-
var __vue_render__$
|
|
7767
|
+
var __vue_render__$e = function () {
|
|
7751
7768
|
var _vm = this;
|
|
7752
7769
|
|
|
7753
7770
|
var _h = _vm.$createElement;
|
|
@@ -7808,10 +7825,10 @@ var __vue_render__$d = function () {
|
|
|
7808
7825
|
}, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
|
|
7809
7826
|
};
|
|
7810
7827
|
|
|
7811
|
-
var __vue_staticRenderFns__$
|
|
7828
|
+
var __vue_staticRenderFns__$e = [];
|
|
7812
7829
|
/* style */
|
|
7813
7830
|
|
|
7814
|
-
const __vue_inject_styles__$
|
|
7831
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
7815
7832
|
if (!inject) return;
|
|
7816
7833
|
inject("data-v-97f667a6_0", {
|
|
7817
7834
|
source: ".type-to-confirm[data-v-97f667a6]{margin-top:2rem}",
|
|
@@ -7822,23 +7839,23 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
7822
7839
|
/* scoped */
|
|
7823
7840
|
|
|
7824
7841
|
|
|
7825
|
-
const __vue_scope_id__$
|
|
7842
|
+
const __vue_scope_id__$e = "data-v-97f667a6";
|
|
7826
7843
|
/* module identifier */
|
|
7827
7844
|
|
|
7828
|
-
const __vue_module_identifier__$
|
|
7845
|
+
const __vue_module_identifier__$e = undefined;
|
|
7829
7846
|
/* functional template */
|
|
7830
7847
|
|
|
7831
|
-
const __vue_is_functional_template__$
|
|
7848
|
+
const __vue_is_functional_template__$e = false;
|
|
7832
7849
|
/* style inject SSR */
|
|
7833
7850
|
|
|
7834
7851
|
/* style inject shadow dom */
|
|
7835
7852
|
|
|
7836
|
-
const __vue_component__$
|
|
7837
|
-
render: __vue_render__$
|
|
7838
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7839
|
-
}, __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);
|
|
7840
7857
|
|
|
7841
|
-
var __vue_component__$
|
|
7858
|
+
var __vue_component__$s = __vue_component__$r;
|
|
7842
7859
|
|
|
7843
7860
|
var IconService = {
|
|
7844
7861
|
name: "IconService",
|
|
@@ -7948,14 +7965,24 @@ var IconService = {
|
|
|
7948
7965
|
Restart32,
|
|
7949
7966
|
TrashCan20,
|
|
7950
7967
|
// delete
|
|
7951
|
-
TrashCan32
|
|
7968
|
+
TrashCan32,
|
|
7969
|
+
Erase20,
|
|
7970
|
+
// clear
|
|
7971
|
+
Erase32,
|
|
7972
|
+
Row20,
|
|
7973
|
+
// horizontal layout
|
|
7974
|
+
Column20,
|
|
7975
|
+
// vertical layout
|
|
7976
|
+
Catalog20,
|
|
7977
|
+
// system logs
|
|
7978
|
+
Catalog32
|
|
7952
7979
|
};
|
|
7953
7980
|
}
|
|
7954
7981
|
|
|
7955
7982
|
};
|
|
7956
7983
|
|
|
7957
7984
|
//
|
|
7958
|
-
var script$
|
|
7985
|
+
var script$7 = {
|
|
7959
7986
|
name: "NsDropdownAction",
|
|
7960
7987
|
extends: CvOverflowMenu,
|
|
7961
7988
|
components: {
|
|
@@ -7987,10 +8014,10 @@ var script$6 = {
|
|
|
7987
8014
|
};
|
|
7988
8015
|
|
|
7989
8016
|
/* script */
|
|
7990
|
-
const __vue_script__$
|
|
8017
|
+
const __vue_script__$7 = script$7;
|
|
7991
8018
|
/* template */
|
|
7992
8019
|
|
|
7993
|
-
var __vue_render__$
|
|
8020
|
+
var __vue_render__$d = function () {
|
|
7994
8021
|
var _obj, _obj$1;
|
|
7995
8022
|
|
|
7996
8023
|
var _vm = this;
|
|
@@ -8090,34 +8117,34 @@ var __vue_render__$c = function () {
|
|
|
8090
8117
|
})])]);
|
|
8091
8118
|
};
|
|
8092
8119
|
|
|
8093
|
-
var __vue_staticRenderFns__$
|
|
8120
|
+
var __vue_staticRenderFns__$d = [];
|
|
8094
8121
|
/* style */
|
|
8095
8122
|
|
|
8096
|
-
const __vue_inject_styles__$
|
|
8123
|
+
const __vue_inject_styles__$d = undefined;
|
|
8097
8124
|
/* scoped */
|
|
8098
8125
|
|
|
8099
|
-
const __vue_scope_id__$
|
|
8126
|
+
const __vue_scope_id__$d = "data-v-31925b9d";
|
|
8100
8127
|
/* module identifier */
|
|
8101
8128
|
|
|
8102
|
-
const __vue_module_identifier__$
|
|
8129
|
+
const __vue_module_identifier__$d = undefined;
|
|
8103
8130
|
/* functional template */
|
|
8104
8131
|
|
|
8105
|
-
const __vue_is_functional_template__$
|
|
8132
|
+
const __vue_is_functional_template__$d = false;
|
|
8106
8133
|
/* style inject */
|
|
8107
8134
|
|
|
8108
8135
|
/* style inject SSR */
|
|
8109
8136
|
|
|
8110
8137
|
/* style inject shadow dom */
|
|
8111
8138
|
|
|
8112
|
-
const __vue_component__$
|
|
8113
|
-
render: __vue_render__$
|
|
8114
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8115
|
-
}, __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);
|
|
8116
8143
|
|
|
8117
|
-
var __vue_component__$
|
|
8144
|
+
var __vue_component__$q = __vue_component__$p;
|
|
8118
8145
|
|
|
8119
8146
|
//
|
|
8120
|
-
var script$
|
|
8147
|
+
var script$6 = {
|
|
8121
8148
|
name: "NsTextInput",
|
|
8122
8149
|
extends: CvTextInput,
|
|
8123
8150
|
components: {
|
|
@@ -8171,10 +8198,10 @@ var script$5 = {
|
|
|
8171
8198
|
};
|
|
8172
8199
|
|
|
8173
8200
|
/* script */
|
|
8174
|
-
const __vue_script__$
|
|
8201
|
+
const __vue_script__$6 = script$6;
|
|
8175
8202
|
/* template */
|
|
8176
8203
|
|
|
8177
|
-
var __vue_render__$
|
|
8204
|
+
var __vue_render__$c = function () {
|
|
8178
8205
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
|
|
8179
8206
|
|
|
8180
8207
|
var _vm = this;
|
|
@@ -8252,10 +8279,10 @@ var __vue_render__$b = function () {
|
|
|
8252
8279
|
})], 2) : _vm._e()]);
|
|
8253
8280
|
};
|
|
8254
8281
|
|
|
8255
|
-
var __vue_staticRenderFns__$
|
|
8282
|
+
var __vue_staticRenderFns__$c = [];
|
|
8256
8283
|
/* style */
|
|
8257
8284
|
|
|
8258
|
-
const __vue_inject_styles__$
|
|
8285
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
8259
8286
|
if (!inject) return;
|
|
8260
8287
|
inject("data-v-c9c91db0_0", {
|
|
8261
8288
|
source: ".tooltip[data-v-c9c91db0]{display:inline-block;position:absolute}",
|
|
@@ -8270,26 +8297,26 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
8270
8297
|
/* scoped */
|
|
8271
8298
|
|
|
8272
8299
|
|
|
8273
|
-
const __vue_scope_id__$
|
|
8300
|
+
const __vue_scope_id__$c = "data-v-c9c91db0";
|
|
8274
8301
|
/* module identifier */
|
|
8275
8302
|
|
|
8276
|
-
const __vue_module_identifier__$
|
|
8303
|
+
const __vue_module_identifier__$c = undefined;
|
|
8277
8304
|
/* functional template */
|
|
8278
8305
|
|
|
8279
|
-
const __vue_is_functional_template__$
|
|
8306
|
+
const __vue_is_functional_template__$c = false;
|
|
8280
8307
|
/* style inject SSR */
|
|
8281
8308
|
|
|
8282
8309
|
/* style inject shadow dom */
|
|
8283
8310
|
|
|
8284
|
-
const __vue_component__$
|
|
8285
|
-
render: __vue_render__$
|
|
8286
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8287
|
-
}, __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);
|
|
8288
8315
|
|
|
8289
|
-
var __vue_component__$
|
|
8316
|
+
var __vue_component__$o = __vue_component__$n;
|
|
8290
8317
|
|
|
8291
8318
|
//
|
|
8292
|
-
var script$
|
|
8319
|
+
var script$5 = {
|
|
8293
8320
|
name: "NsBackupCardDetails",
|
|
8294
8321
|
mixins: [DateTimeService],
|
|
8295
8322
|
props: {
|
|
@@ -8325,10 +8352,10 @@ var script$4 = {
|
|
|
8325
8352
|
};
|
|
8326
8353
|
|
|
8327
8354
|
/* script */
|
|
8328
|
-
const __vue_script__$
|
|
8355
|
+
const __vue_script__$5 = script$5;
|
|
8329
8356
|
/* template */
|
|
8330
8357
|
|
|
8331
|
-
var __vue_render__$
|
|
8358
|
+
var __vue_render__$b = function () {
|
|
8332
8359
|
var _vm = this;
|
|
8333
8360
|
|
|
8334
8361
|
var _h = _vm.$createElement;
|
|
@@ -8382,10 +8409,10 @@ var __vue_render__$a = function () {
|
|
|
8382
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("-")])])])]);
|
|
8383
8410
|
};
|
|
8384
8411
|
|
|
8385
|
-
var __vue_staticRenderFns__$
|
|
8412
|
+
var __vue_staticRenderFns__$b = [];
|
|
8386
8413
|
/* style */
|
|
8387
8414
|
|
|
8388
|
-
const __vue_inject_styles__$
|
|
8415
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
8389
8416
|
if (!inject) return;
|
|
8390
8417
|
inject("data-v-25453d1c_0", {
|
|
8391
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}",
|
|
@@ -8396,26 +8423,26 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
8396
8423
|
/* scoped */
|
|
8397
8424
|
|
|
8398
8425
|
|
|
8399
|
-
const __vue_scope_id__$
|
|
8426
|
+
const __vue_scope_id__$b = "data-v-25453d1c";
|
|
8400
8427
|
/* module identifier */
|
|
8401
8428
|
|
|
8402
|
-
const __vue_module_identifier__$
|
|
8429
|
+
const __vue_module_identifier__$b = undefined;
|
|
8403
8430
|
/* functional template */
|
|
8404
8431
|
|
|
8405
|
-
const __vue_is_functional_template__$
|
|
8432
|
+
const __vue_is_functional_template__$b = false;
|
|
8406
8433
|
/* style inject SSR */
|
|
8407
8434
|
|
|
8408
8435
|
/* style inject shadow dom */
|
|
8409
8436
|
|
|
8410
|
-
const __vue_component__$
|
|
8411
|
-
render: __vue_render__$
|
|
8412
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8413
|
-
}, __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);
|
|
8414
8441
|
|
|
8415
|
-
var NsBackupCardDetails = __vue_component__$
|
|
8442
|
+
var NsBackupCardDetails = __vue_component__$m;
|
|
8416
8443
|
|
|
8417
8444
|
//
|
|
8418
|
-
var script$
|
|
8445
|
+
var script$4 = {
|
|
8419
8446
|
name: "NsBackupCard",
|
|
8420
8447
|
components: {
|
|
8421
8448
|
NsBackupCardDetails
|
|
@@ -8560,10 +8587,10 @@ var script$3 = {
|
|
|
8560
8587
|
};
|
|
8561
8588
|
|
|
8562
8589
|
/* script */
|
|
8563
|
-
const __vue_script__$
|
|
8590
|
+
const __vue_script__$4 = script$4;
|
|
8564
8591
|
/* template */
|
|
8565
8592
|
|
|
8566
|
-
var __vue_render__$
|
|
8593
|
+
var __vue_render__$a = function () {
|
|
8567
8594
|
var _vm = this;
|
|
8568
8595
|
|
|
8569
8596
|
var _h = _vm.$createElement;
|
|
@@ -8684,10 +8711,10 @@ var __vue_render__$9 = function () {
|
|
|
8684
8711
|
}, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
|
|
8685
8712
|
};
|
|
8686
8713
|
|
|
8687
|
-
var __vue_staticRenderFns__$
|
|
8714
|
+
var __vue_staticRenderFns__$a = [];
|
|
8688
8715
|
/* style */
|
|
8689
8716
|
|
|
8690
|
-
const __vue_inject_styles__$
|
|
8717
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
8691
8718
|
if (!inject) return;
|
|
8692
8719
|
inject("data-v-0ada8df8_0", {
|
|
8693
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}",
|
|
@@ -8702,26 +8729,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
8702
8729
|
/* scoped */
|
|
8703
8730
|
|
|
8704
8731
|
|
|
8705
|
-
const __vue_scope_id__$
|
|
8732
|
+
const __vue_scope_id__$a = "data-v-0ada8df8";
|
|
8706
8733
|
/* module identifier */
|
|
8707
8734
|
|
|
8708
|
-
const __vue_module_identifier__$
|
|
8735
|
+
const __vue_module_identifier__$a = undefined;
|
|
8709
8736
|
/* functional template */
|
|
8710
8737
|
|
|
8711
|
-
const __vue_is_functional_template__$
|
|
8738
|
+
const __vue_is_functional_template__$a = false;
|
|
8712
8739
|
/* style inject SSR */
|
|
8713
8740
|
|
|
8714
8741
|
/* style inject shadow dom */
|
|
8715
8742
|
|
|
8716
|
-
const __vue_component__$
|
|
8717
|
-
render: __vue_render__$
|
|
8718
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8719
|
-
}, __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);
|
|
8720
8747
|
|
|
8721
|
-
var __vue_component__$
|
|
8748
|
+
var __vue_component__$l = __vue_component__$k;
|
|
8722
8749
|
|
|
8723
8750
|
//
|
|
8724
|
-
var script$
|
|
8751
|
+
var script$3 = {
|
|
8725
8752
|
name: "NsWizard",
|
|
8726
8753
|
extends: CvModal,
|
|
8727
8754
|
mixins: [IconService],
|
|
@@ -8752,10 +8779,10 @@ var script$2 = {
|
|
|
8752
8779
|
};
|
|
8753
8780
|
|
|
8754
8781
|
/* script */
|
|
8755
|
-
const __vue_script__$
|
|
8782
|
+
const __vue_script__$3 = script$3;
|
|
8756
8783
|
/* template */
|
|
8757
8784
|
|
|
8758
|
-
var __vue_render__$
|
|
8785
|
+
var __vue_render__$9 = function () {
|
|
8759
8786
|
var _obj, _obj$1;
|
|
8760
8787
|
|
|
8761
8788
|
var _vm = this;
|
|
@@ -8894,34 +8921,34 @@ var __vue_render__$8 = function () {
|
|
|
8894
8921
|
})], 1)]);
|
|
8895
8922
|
};
|
|
8896
8923
|
|
|
8897
|
-
var __vue_staticRenderFns__$
|
|
8924
|
+
var __vue_staticRenderFns__$9 = [];
|
|
8898
8925
|
/* style */
|
|
8899
8926
|
|
|
8900
|
-
const __vue_inject_styles__$
|
|
8927
|
+
const __vue_inject_styles__$9 = undefined;
|
|
8901
8928
|
/* scoped */
|
|
8902
8929
|
|
|
8903
|
-
const __vue_scope_id__$
|
|
8930
|
+
const __vue_scope_id__$9 = undefined;
|
|
8904
8931
|
/* module identifier */
|
|
8905
8932
|
|
|
8906
|
-
const __vue_module_identifier__$
|
|
8933
|
+
const __vue_module_identifier__$9 = undefined;
|
|
8907
8934
|
/* functional template */
|
|
8908
8935
|
|
|
8909
|
-
const __vue_is_functional_template__$
|
|
8936
|
+
const __vue_is_functional_template__$9 = false;
|
|
8910
8937
|
/* style inject */
|
|
8911
8938
|
|
|
8912
8939
|
/* style inject SSR */
|
|
8913
8940
|
|
|
8914
8941
|
/* style inject shadow dom */
|
|
8915
8942
|
|
|
8916
|
-
const __vue_component__$
|
|
8917
|
-
render: __vue_render__$
|
|
8918
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8919
|
-
}, __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);
|
|
8920
8947
|
|
|
8921
|
-
var __vue_component__$
|
|
8948
|
+
var __vue_component__$j = __vue_component__$i;
|
|
8922
8949
|
|
|
8923
8950
|
//
|
|
8924
|
-
var script$
|
|
8951
|
+
var script$2 = {
|
|
8925
8952
|
name: "NsMenuItem",
|
|
8926
8953
|
components: {
|
|
8927
8954
|
NsSvg
|
|
@@ -8944,10 +8971,10 @@ var script$1 = {
|
|
|
8944
8971
|
};
|
|
8945
8972
|
|
|
8946
8973
|
/* script */
|
|
8947
|
-
const __vue_script__$
|
|
8974
|
+
const __vue_script__$2 = script$2;
|
|
8948
8975
|
/* template */
|
|
8949
8976
|
|
|
8950
|
-
var __vue_render__$
|
|
8977
|
+
var __vue_render__$8 = function () {
|
|
8951
8978
|
var _vm = this;
|
|
8952
8979
|
|
|
8953
8980
|
var _h = _vm.$createElement;
|
|
@@ -8967,10 +8994,10 @@ var __vue_render__$7 = function () {
|
|
|
8967
8994
|
}, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
|
|
8968
8995
|
};
|
|
8969
8996
|
|
|
8970
|
-
var __vue_staticRenderFns__$
|
|
8997
|
+
var __vue_staticRenderFns__$8 = [];
|
|
8971
8998
|
/* style */
|
|
8972
8999
|
|
|
8973
|
-
const __vue_inject_styles__$
|
|
9000
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
8974
9001
|
if (!inject) return;
|
|
8975
9002
|
inject("data-v-35f08832_0", {
|
|
8976
9003
|
source: ".ns-menu-item[data-v-35f08832]{display:flex;align-items:center}.icon[data-v-35f08832]{margin-right:.5rem}",
|
|
@@ -8981,13 +9008,61 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
8981
9008
|
/* scoped */
|
|
8982
9009
|
|
|
8983
9010
|
|
|
8984
|
-
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";
|
|
8985
9058
|
/* module identifier */
|
|
8986
9059
|
|
|
8987
9060
|
const __vue_module_identifier__$7 = undefined;
|
|
8988
9061
|
/* functional template */
|
|
8989
9062
|
|
|
8990
9063
|
const __vue_is_functional_template__$7 = false;
|
|
9064
|
+
/* style inject */
|
|
9065
|
+
|
|
8991
9066
|
/* style inject SSR */
|
|
8992
9067
|
|
|
8993
9068
|
/* style inject shadow dom */
|
|
@@ -8995,15 +9070,122 @@ const __vue_is_functional_template__$7 = false;
|
|
|
8995
9070
|
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
8996
9071
|
render: __vue_render__$7,
|
|
8997
9072
|
staticRenderFns: __vue_staticRenderFns__$7
|
|
8998
|
-
}, __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);
|
|
8999
9074
|
|
|
9000
9075
|
var __vue_component__$f = __vue_component__$e;
|
|
9001
9076
|
|
|
9002
9077
|
//
|
|
9003
9078
|
var script = {
|
|
9004
|
-
name: "
|
|
9005
|
-
|
|
9006
|
-
|
|
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
|
+
|
|
9007
9189
|
}
|
|
9008
9190
|
};
|
|
9009
9191
|
|
|
@@ -9018,7 +9200,24 @@ var __vue_render__$6 = function () {
|
|
|
9018
9200
|
|
|
9019
9201
|
var _c = _vm._self._c || _h;
|
|
9020
9202
|
|
|
9021
|
-
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);
|
|
9022
9221
|
};
|
|
9023
9222
|
|
|
9024
9223
|
var __vue_staticRenderFns__$6 = [];
|
|
@@ -9027,7 +9226,7 @@ var __vue_staticRenderFns__$6 = [];
|
|
|
9027
9226
|
const __vue_inject_styles__$6 = undefined;
|
|
9028
9227
|
/* scoped */
|
|
9029
9228
|
|
|
9030
|
-
const __vue_scope_id__$6 = "data-v-
|
|
9229
|
+
const __vue_scope_id__$6 = "data-v-01132c29";
|
|
9031
9230
|
/* module identifier */
|
|
9032
9231
|
|
|
9033
9232
|
const __vue_module_identifier__$6 = undefined;
|
|
@@ -16890,31 +17089,32 @@ var filters = {
|
|
|
16890
17089
|
|
|
16891
17090
|
var components = /*#__PURE__*/Object.freeze({
|
|
16892
17091
|
__proto__: null,
|
|
16893
|
-
NsButton: __vue_component__$
|
|
16894
|
-
NsEmptyState: __vue_component__$
|
|
17092
|
+
NsButton: __vue_component__$X,
|
|
17093
|
+
NsEmptyState: __vue_component__$S,
|
|
16895
17094
|
NsPictogram: NsPictogram,
|
|
16896
|
-
NsCodeSnippet: __vue_component__$
|
|
17095
|
+
NsCodeSnippet: __vue_component__$Q,
|
|
16897
17096
|
NsInlineNotification: NsInlineNotification,
|
|
16898
17097
|
NsProgressBar: NsProgressBar,
|
|
16899
17098
|
NsSvg: NsSvg,
|
|
16900
|
-
NsTile: __vue_component__$
|
|
16901
|
-
NsToastNotification: __vue_component__$
|
|
16902
|
-
NsInfoCard: __vue_component__$
|
|
16903
|
-
NsStatusCard: __vue_component__$
|
|
16904
|
-
NsSystemdServiceCard: __vue_component__$
|
|
16905
|
-
NsPasswordInput: __vue_component__$
|
|
16906
|
-
NsIconMenu: __vue_component__$
|
|
16907
|
-
NsMeterChart: __vue_component__$
|
|
16908
|
-
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,
|
|
16909
17108
|
NsLottieAnimation: NsLottieAnimation,
|
|
16910
|
-
NsDangerDeleteModal: __vue_component__$
|
|
17109
|
+
NsDangerDeleteModal: __vue_component__$s,
|
|
16911
17110
|
NsCircleTimer: NsCircleTimer,
|
|
16912
|
-
NsDropdownAction: __vue_component__$
|
|
16913
|
-
NsTextInput: __vue_component__$
|
|
16914
|
-
NsBackupCard: __vue_component__$
|
|
16915
|
-
NsWizard: __vue_component__$
|
|
16916
|
-
NsMenuItem: __vue_component__$
|
|
16917
|
-
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,
|
|
16918
17118
|
ExclamationMarkPictogram: ExclamationMarkPictogram,
|
|
16919
17119
|
GearPictogram: __vue_component__$b,
|
|
16920
17120
|
LovePictogram: __vue_component__$9,
|
|
@@ -16942,4 +17142,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
16942
17142
|
});
|
|
16943
17143
|
}; // Create module definition for Vue.use()
|
|
16944
17144
|
|
|
16945
|
-
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 };
|