@nethserver/ns8-ui-lib 0.0.64 → 0.0.67
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 +580 -385
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +557 -369
- package/package.json +1 -1
- package/src/lib-components/NsBackupCard.vue +17 -23
- package/src/lib-components/NsInfoCard.vue +18 -1
- package/src/lib-components/NsSystemLogsCard.vue +136 -0
- package/src/lib-components/NsSystemdServiceCard.vue +1 -0
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -88,14 +88,16 @@ import TrashCan20 from '@carbon/icons-vue/es/trash-can/20';
|
|
|
88
88
|
import TrashCan32 from '@carbon/icons-vue/es/trash-can/32';
|
|
89
89
|
import Erase20 from '@carbon/icons-vue/es/erase/20';
|
|
90
90
|
import Erase32 from '@carbon/icons-vue/es/erase/32';
|
|
91
|
-
import
|
|
92
|
-
import
|
|
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';
|
|
93
95
|
import { WarningFilled16, WarningAltFilled16, View16, ViewOff16 } from '@carbon/icons-vue';
|
|
94
96
|
import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
|
|
95
97
|
import InformationFilled16 from '@carbon/icons-vue/es/information--filled/16';
|
|
96
98
|
|
|
97
99
|
//
|
|
98
|
-
var script$
|
|
100
|
+
var script$q = {
|
|
99
101
|
name: "NsButton",
|
|
100
102
|
extends: CvButton,
|
|
101
103
|
props: {
|
|
@@ -258,10 +260,10 @@ function addStyle(id, css) {
|
|
|
258
260
|
}
|
|
259
261
|
|
|
260
262
|
/* script */
|
|
261
|
-
const __vue_script__$
|
|
263
|
+
const __vue_script__$q = script$q;
|
|
262
264
|
/* template */
|
|
263
265
|
|
|
264
|
-
var __vue_render__$
|
|
266
|
+
var __vue_render__$w = function () {
|
|
265
267
|
var _vm = this;
|
|
266
268
|
|
|
267
269
|
var _h = _vm.$createElement;
|
|
@@ -284,10 +286,10 @@ var __vue_render__$v = function () {
|
|
|
284
286
|
}) : _vm._e()], 2);
|
|
285
287
|
};
|
|
286
288
|
|
|
287
|
-
var __vue_staticRenderFns__$
|
|
289
|
+
var __vue_staticRenderFns__$w = [];
|
|
288
290
|
/* style */
|
|
289
291
|
|
|
290
|
-
const __vue_inject_styles__$
|
|
292
|
+
const __vue_inject_styles__$x = function (inject) {
|
|
291
293
|
if (!inject) return;
|
|
292
294
|
inject("data-v-025b0f12_0", {
|
|
293
295
|
source: ".bx--btn .bx--btn__icon[data-v-025b0f12]{width:1.25rem;height:1.25rem}.bx--btn.bx--btn--sm .bx--btn__icon[data-v-025b0f12]{width:1rem;height:1rem}.loader[data-v-025b0f12]{right:1rem;border:3px solid transparent;border-radius:50%;border-top:3px solid currentColor;border-right:3px solid currentColor;border-bottom:3px solid currentColor;animation:spin-data-v-025b0f12 .5s linear infinite}.bx--btn--ghost .bx--btn__icon.loading[data-v-025b0f12]{position:static;margin-left:.5rem}.bx--btn--danger--ghost .bx--btn__icon.loading[data-v-025b0f12],.bx--btn--danger-ghost .bx--btn__icon.loading[data-v-025b0f12]{position:static;margin-left:.5rem}@keyframes spin-data-v-025b0f12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}",
|
|
@@ -298,23 +300,23 @@ const __vue_inject_styles__$w = function (inject) {
|
|
|
298
300
|
/* scoped */
|
|
299
301
|
|
|
300
302
|
|
|
301
|
-
const __vue_scope_id__$
|
|
303
|
+
const __vue_scope_id__$x = "data-v-025b0f12";
|
|
302
304
|
/* module identifier */
|
|
303
305
|
|
|
304
|
-
const __vue_module_identifier__$
|
|
306
|
+
const __vue_module_identifier__$x = undefined;
|
|
305
307
|
/* functional template */
|
|
306
308
|
|
|
307
|
-
const __vue_is_functional_template__$
|
|
309
|
+
const __vue_is_functional_template__$x = false;
|
|
308
310
|
/* style inject SSR */
|
|
309
311
|
|
|
310
312
|
/* style inject shadow dom */
|
|
311
313
|
|
|
312
|
-
const __vue_component__$
|
|
313
|
-
render: __vue_render__$
|
|
314
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
315
|
-
}, __vue_inject_styles__$
|
|
314
|
+
const __vue_component__$W = /*#__PURE__*/normalizeComponent({
|
|
315
|
+
render: __vue_render__$w,
|
|
316
|
+
staticRenderFns: __vue_staticRenderFns__$w
|
|
317
|
+
}, __vue_inject_styles__$x, __vue_script__$q, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
|
|
316
318
|
|
|
317
|
-
var __vue_component__$
|
|
319
|
+
var __vue_component__$X = __vue_component__$W;
|
|
318
320
|
|
|
319
321
|
//
|
|
320
322
|
//
|
|
@@ -332,7 +334,7 @@ var __vue_component__$V = __vue_component__$U;
|
|
|
332
334
|
//
|
|
333
335
|
//
|
|
334
336
|
//
|
|
335
|
-
var script$
|
|
337
|
+
var script$p = {
|
|
336
338
|
name: "NsPictogram",
|
|
337
339
|
props: {
|
|
338
340
|
title: {
|
|
@@ -355,10 +357,10 @@ var script$o = {
|
|
|
355
357
|
};
|
|
356
358
|
|
|
357
359
|
/* script */
|
|
358
|
-
const __vue_script__$
|
|
360
|
+
const __vue_script__$p = script$p;
|
|
359
361
|
/* template */
|
|
360
362
|
|
|
361
|
-
var __vue_render__$
|
|
363
|
+
var __vue_render__$v = function () {
|
|
362
364
|
var _vm = this;
|
|
363
365
|
|
|
364
366
|
var _h = _vm.$createElement;
|
|
@@ -386,34 +388,34 @@ var __vue_render__$u = function () {
|
|
|
386
388
|
}, [_vm._t("default")], 2)]);
|
|
387
389
|
};
|
|
388
390
|
|
|
389
|
-
var __vue_staticRenderFns__$
|
|
391
|
+
var __vue_staticRenderFns__$v = [];
|
|
390
392
|
/* style */
|
|
391
393
|
|
|
392
|
-
const __vue_inject_styles__$
|
|
394
|
+
const __vue_inject_styles__$w = undefined;
|
|
393
395
|
/* scoped */
|
|
394
396
|
|
|
395
|
-
const __vue_scope_id__$
|
|
397
|
+
const __vue_scope_id__$w = undefined;
|
|
396
398
|
/* module identifier */
|
|
397
399
|
|
|
398
|
-
const __vue_module_identifier__$
|
|
400
|
+
const __vue_module_identifier__$w = undefined;
|
|
399
401
|
/* functional template */
|
|
400
402
|
|
|
401
|
-
const __vue_is_functional_template__$
|
|
403
|
+
const __vue_is_functional_template__$w = false;
|
|
402
404
|
/* style inject */
|
|
403
405
|
|
|
404
406
|
/* style inject SSR */
|
|
405
407
|
|
|
406
408
|
/* style inject shadow dom */
|
|
407
409
|
|
|
408
|
-
const __vue_component__$
|
|
409
|
-
render: __vue_render__$
|
|
410
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
411
|
-
}, __vue_inject_styles__$
|
|
410
|
+
const __vue_component__$V = /*#__PURE__*/normalizeComponent({
|
|
411
|
+
render: __vue_render__$v,
|
|
412
|
+
staticRenderFns: __vue_staticRenderFns__$v
|
|
413
|
+
}, __vue_inject_styles__$w, __vue_script__$p, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, undefined, undefined);
|
|
412
414
|
|
|
413
|
-
var NsPictogram = __vue_component__$
|
|
415
|
+
var NsPictogram = __vue_component__$V;
|
|
414
416
|
|
|
415
417
|
//
|
|
416
|
-
var script$
|
|
418
|
+
var script$o = {
|
|
417
419
|
name: "NsLottieAnimation",
|
|
418
420
|
components: {
|
|
419
421
|
LottieAnimation
|
|
@@ -469,10 +471,10 @@ var script$n = {
|
|
|
469
471
|
};
|
|
470
472
|
|
|
471
473
|
/* script */
|
|
472
|
-
const __vue_script__$
|
|
474
|
+
const __vue_script__$o = script$o;
|
|
473
475
|
/* template */
|
|
474
476
|
|
|
475
|
-
var __vue_render__$
|
|
477
|
+
var __vue_render__$u = function () {
|
|
476
478
|
var _vm = this;
|
|
477
479
|
|
|
478
480
|
var _h = _vm.$createElement;
|
|
@@ -499,36 +501,36 @@ var __vue_render__$t = function () {
|
|
|
499
501
|
})], 1);
|
|
500
502
|
};
|
|
501
503
|
|
|
502
|
-
var __vue_staticRenderFns__$
|
|
504
|
+
var __vue_staticRenderFns__$u = [];
|
|
503
505
|
/* style */
|
|
504
506
|
|
|
505
|
-
const __vue_inject_styles__$
|
|
507
|
+
const __vue_inject_styles__$v = undefined;
|
|
506
508
|
/* scoped */
|
|
507
509
|
|
|
508
|
-
const __vue_scope_id__$
|
|
510
|
+
const __vue_scope_id__$v = "data-v-14e97a70";
|
|
509
511
|
/* module identifier */
|
|
510
512
|
|
|
511
|
-
const __vue_module_identifier__$
|
|
513
|
+
const __vue_module_identifier__$v = undefined;
|
|
512
514
|
/* functional template */
|
|
513
515
|
|
|
514
|
-
const __vue_is_functional_template__$
|
|
516
|
+
const __vue_is_functional_template__$v = false;
|
|
515
517
|
/* style inject */
|
|
516
518
|
|
|
517
519
|
/* style inject SSR */
|
|
518
520
|
|
|
519
521
|
/* style inject shadow dom */
|
|
520
522
|
|
|
521
|
-
const __vue_component__$
|
|
522
|
-
render: __vue_render__$
|
|
523
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
524
|
-
}, __vue_inject_styles__$
|
|
523
|
+
const __vue_component__$U = /*#__PURE__*/normalizeComponent({
|
|
524
|
+
render: __vue_render__$u,
|
|
525
|
+
staticRenderFns: __vue_staticRenderFns__$u
|
|
526
|
+
}, __vue_inject_styles__$v, __vue_script__$o, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, undefined, undefined);
|
|
525
527
|
|
|
526
|
-
var NsLottieAnimation = __vue_component__$
|
|
528
|
+
var NsLottieAnimation = __vue_component__$U;
|
|
527
529
|
|
|
528
530
|
/* script */
|
|
529
531
|
|
|
530
532
|
/* template */
|
|
531
|
-
var __vue_render__$
|
|
533
|
+
var __vue_render__$t = function () {
|
|
532
534
|
var _vm = this;
|
|
533
535
|
|
|
534
536
|
var _h = _vm.$createElement;
|
|
@@ -543,34 +545,34 @@ var __vue_render__$s = function () {
|
|
|
543
545
|
});
|
|
544
546
|
};
|
|
545
547
|
|
|
546
|
-
var __vue_staticRenderFns__$
|
|
548
|
+
var __vue_staticRenderFns__$t = [];
|
|
547
549
|
/* style */
|
|
548
550
|
|
|
549
|
-
const __vue_inject_styles__$
|
|
551
|
+
const __vue_inject_styles__$u = undefined;
|
|
550
552
|
/* scoped */
|
|
551
553
|
|
|
552
|
-
const __vue_scope_id__$
|
|
554
|
+
const __vue_scope_id__$u = undefined;
|
|
553
555
|
/* module identifier */
|
|
554
556
|
|
|
555
|
-
const __vue_module_identifier__$
|
|
557
|
+
const __vue_module_identifier__$u = undefined;
|
|
556
558
|
/* functional template */
|
|
557
559
|
|
|
558
|
-
const __vue_is_functional_template__$
|
|
560
|
+
const __vue_is_functional_template__$u = false;
|
|
559
561
|
/* style inject */
|
|
560
562
|
|
|
561
563
|
/* style inject SSR */
|
|
562
564
|
|
|
563
565
|
/* style inject shadow dom */
|
|
564
566
|
|
|
565
|
-
const __vue_component__$
|
|
566
|
-
render: __vue_render__$
|
|
567
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
568
|
-
}, __vue_inject_styles__$
|
|
567
|
+
const __vue_component__$T = /*#__PURE__*/normalizeComponent({
|
|
568
|
+
render: __vue_render__$t,
|
|
569
|
+
staticRenderFns: __vue_staticRenderFns__$t
|
|
570
|
+
}, __vue_inject_styles__$u, {}, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
|
|
569
571
|
|
|
570
|
-
var ExclamationMarkPictogram = __vue_component__$
|
|
572
|
+
var ExclamationMarkPictogram = __vue_component__$T;
|
|
571
573
|
|
|
572
574
|
//
|
|
573
|
-
var script$
|
|
575
|
+
var script$n = {
|
|
574
576
|
name: "NsEmptyState",
|
|
575
577
|
components: {
|
|
576
578
|
NsPictogram,
|
|
@@ -602,10 +604,10 @@ var script$m = {
|
|
|
602
604
|
};
|
|
603
605
|
|
|
604
606
|
/* script */
|
|
605
|
-
const __vue_script__$
|
|
607
|
+
const __vue_script__$n = script$n;
|
|
606
608
|
/* template */
|
|
607
609
|
|
|
608
|
-
var __vue_render__$
|
|
610
|
+
var __vue_render__$s = function () {
|
|
609
611
|
var _vm = this;
|
|
610
612
|
|
|
611
613
|
var _h = _vm.$createElement;
|
|
@@ -635,10 +637,10 @@ var __vue_render__$r = function () {
|
|
|
635
637
|
}, [_vm._t("description")], 2)] : _vm._e()], 2);
|
|
636
638
|
};
|
|
637
639
|
|
|
638
|
-
var __vue_staticRenderFns__$
|
|
640
|
+
var __vue_staticRenderFns__$s = [];
|
|
639
641
|
/* style */
|
|
640
642
|
|
|
641
|
-
const __vue_inject_styles__$
|
|
643
|
+
const __vue_inject_styles__$t = function (inject) {
|
|
642
644
|
if (!inject) return;
|
|
643
645
|
inject("data-v-2d5d3a58_0", {
|
|
644
646
|
source: ".empty-state[data-v-2d5d3a58]{text-align:center;padding:2rem}.empty-state .image[data-v-2d5d3a58]{margin-bottom:1rem}.empty-state .description[data-v-2d5d3a58]{margin-top:1rem}.animation[data-v-2d5d3a58]{display:inline-block;width:64px;height:64px}",
|
|
@@ -649,26 +651,26 @@ const __vue_inject_styles__$s = function (inject) {
|
|
|
649
651
|
/* scoped */
|
|
650
652
|
|
|
651
653
|
|
|
652
|
-
const __vue_scope_id__$
|
|
654
|
+
const __vue_scope_id__$t = "data-v-2d5d3a58";
|
|
653
655
|
/* module identifier */
|
|
654
656
|
|
|
655
|
-
const __vue_module_identifier__$
|
|
657
|
+
const __vue_module_identifier__$t = undefined;
|
|
656
658
|
/* functional template */
|
|
657
659
|
|
|
658
|
-
const __vue_is_functional_template__$
|
|
660
|
+
const __vue_is_functional_template__$t = false;
|
|
659
661
|
/* style inject SSR */
|
|
660
662
|
|
|
661
663
|
/* style inject shadow dom */
|
|
662
664
|
|
|
663
|
-
const __vue_component__$
|
|
664
|
-
render: __vue_render__$
|
|
665
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
666
|
-
}, __vue_inject_styles__$
|
|
665
|
+
const __vue_component__$R = /*#__PURE__*/normalizeComponent({
|
|
666
|
+
render: __vue_render__$s,
|
|
667
|
+
staticRenderFns: __vue_staticRenderFns__$s
|
|
668
|
+
}, __vue_inject_styles__$t, __vue_script__$n, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
|
|
667
669
|
|
|
668
|
-
var __vue_component__$
|
|
670
|
+
var __vue_component__$S = __vue_component__$R;
|
|
669
671
|
|
|
670
672
|
//
|
|
671
|
-
var script$
|
|
673
|
+
var script$m = {
|
|
672
674
|
name: "NsCodeSnippet",
|
|
673
675
|
components: {
|
|
674
676
|
CvButton,
|
|
@@ -780,10 +782,10 @@ var script$l = {
|
|
|
780
782
|
};
|
|
781
783
|
|
|
782
784
|
/* script */
|
|
783
|
-
const __vue_script__$
|
|
785
|
+
const __vue_script__$m = script$m;
|
|
784
786
|
/* template */
|
|
785
787
|
|
|
786
|
-
var __vue_render__$
|
|
788
|
+
var __vue_render__$r = function () {
|
|
787
789
|
var _vm = this;
|
|
788
790
|
|
|
789
791
|
var _h = _vm.$createElement;
|
|
@@ -845,10 +847,10 @@ var __vue_render__$q = function () {
|
|
|
845
847
|
})], 1) : _vm._e()], 1);
|
|
846
848
|
};
|
|
847
849
|
|
|
848
|
-
var __vue_staticRenderFns__$
|
|
850
|
+
var __vue_staticRenderFns__$r = [];
|
|
849
851
|
/* style */
|
|
850
852
|
|
|
851
|
-
const __vue_inject_styles__$
|
|
853
|
+
const __vue_inject_styles__$s = function (inject) {
|
|
852
854
|
if (!inject) return;
|
|
853
855
|
inject("data-v-59cb538c_0", {
|
|
854
856
|
source: ".bx--snippet--multi .bx--snippet-container[data-v-59cb538c]{min-height:4.5rem;max-height:9.6rem;overflow-y:hidden}.bx--snippet--multi .bx--snippet-container.no-expand[data-v-59cb538c]{min-height:2.5rem}.bx--snippet--multi.bx--snippet--expand .bx--snippet-container[data-v-59cb538c]{max-height:100%}.bx--snippet--multi .bx--copy-btn[data-v-59cb538c]{position:absolute!important;top:.5rem;right:.5rem;z-index:11;width:3rem;height:2rem}.bx--snippet-btn--expand[data-v-59cb538c]{right:.5rem;bottom:.5rem}",
|
|
@@ -859,23 +861,23 @@ const __vue_inject_styles__$r = function (inject) {
|
|
|
859
861
|
/* scoped */
|
|
860
862
|
|
|
861
863
|
|
|
862
|
-
const __vue_scope_id__$
|
|
864
|
+
const __vue_scope_id__$s = "data-v-59cb538c";
|
|
863
865
|
/* module identifier */
|
|
864
866
|
|
|
865
|
-
const __vue_module_identifier__$
|
|
867
|
+
const __vue_module_identifier__$s = undefined;
|
|
866
868
|
/* functional template */
|
|
867
869
|
|
|
868
|
-
const __vue_is_functional_template__$
|
|
870
|
+
const __vue_is_functional_template__$s = false;
|
|
869
871
|
/* style inject SSR */
|
|
870
872
|
|
|
871
873
|
/* style inject shadow dom */
|
|
872
874
|
|
|
873
|
-
const __vue_component__$
|
|
874
|
-
render: __vue_render__$
|
|
875
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
876
|
-
}, __vue_inject_styles__$
|
|
875
|
+
const __vue_component__$P = /*#__PURE__*/normalizeComponent({
|
|
876
|
+
render: __vue_render__$r,
|
|
877
|
+
staticRenderFns: __vue_staticRenderFns__$r
|
|
878
|
+
}, __vue_inject_styles__$s, __vue_script__$m, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
|
|
877
879
|
|
|
878
|
-
var __vue_component__$
|
|
880
|
+
var __vue_component__$Q = __vue_component__$P;
|
|
879
881
|
|
|
880
882
|
//
|
|
881
883
|
//
|
|
@@ -906,7 +908,7 @@ var __vue_component__$O = __vue_component__$N;
|
|
|
906
908
|
//
|
|
907
909
|
//
|
|
908
910
|
//
|
|
909
|
-
var script$
|
|
911
|
+
var script$l = {
|
|
910
912
|
name: "NsCircleTimer",
|
|
911
913
|
props: {
|
|
912
914
|
timeLimit: {
|
|
@@ -966,10 +968,10 @@ var script$k = {
|
|
|
966
968
|
};
|
|
967
969
|
|
|
968
970
|
/* script */
|
|
969
|
-
const __vue_script__$
|
|
971
|
+
const __vue_script__$l = script$l;
|
|
970
972
|
/* template */
|
|
971
973
|
|
|
972
|
-
var __vue_render__$
|
|
974
|
+
var __vue_render__$q = function () {
|
|
973
975
|
var _vm = this;
|
|
974
976
|
|
|
975
977
|
var _h = _vm.$createElement;
|
|
@@ -1005,10 +1007,10 @@ var __vue_render__$p = function () {
|
|
|
1005
1007
|
})])])]);
|
|
1006
1008
|
};
|
|
1007
1009
|
|
|
1008
|
-
var __vue_staticRenderFns__$
|
|
1010
|
+
var __vue_staticRenderFns__$q = [];
|
|
1009
1011
|
/* style */
|
|
1010
1012
|
|
|
1011
|
-
const __vue_inject_styles__$
|
|
1013
|
+
const __vue_inject_styles__$r = function (inject) {
|
|
1012
1014
|
if (!inject) return;
|
|
1013
1015
|
inject("data-v-45b59790_0", {
|
|
1014
1016
|
source: ".base-timer[data-v-45b59790]{position:relative}.base-timer__circle[data-v-45b59790]{fill:none;stroke:none}.base-timer__path-remaining[data-v-45b59790]{stroke:currentColor;transform:rotate(90deg);transform-origin:center;transition:1s linear all}.base-timer__svg[data-v-45b59790]{transform:scaleX(-1)}",
|
|
@@ -1019,26 +1021,26 @@ const __vue_inject_styles__$q = function (inject) {
|
|
|
1019
1021
|
/* scoped */
|
|
1020
1022
|
|
|
1021
1023
|
|
|
1022
|
-
const __vue_scope_id__$
|
|
1024
|
+
const __vue_scope_id__$r = "data-v-45b59790";
|
|
1023
1025
|
/* module identifier */
|
|
1024
1026
|
|
|
1025
|
-
const __vue_module_identifier__$
|
|
1027
|
+
const __vue_module_identifier__$r = undefined;
|
|
1026
1028
|
/* functional template */
|
|
1027
1029
|
|
|
1028
|
-
const __vue_is_functional_template__$
|
|
1030
|
+
const __vue_is_functional_template__$r = false;
|
|
1029
1031
|
/* style inject SSR */
|
|
1030
1032
|
|
|
1031
1033
|
/* style inject shadow dom */
|
|
1032
1034
|
|
|
1033
|
-
const __vue_component__$
|
|
1034
|
-
render: __vue_render__$
|
|
1035
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1036
|
-
}, __vue_inject_styles__$
|
|
1035
|
+
const __vue_component__$O = /*#__PURE__*/normalizeComponent({
|
|
1036
|
+
render: __vue_render__$q,
|
|
1037
|
+
staticRenderFns: __vue_staticRenderFns__$q
|
|
1038
|
+
}, __vue_inject_styles__$r, __vue_script__$l, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
|
|
1037
1039
|
|
|
1038
|
-
var NsCircleTimer = __vue_component__$
|
|
1040
|
+
var NsCircleTimer = __vue_component__$O;
|
|
1039
1041
|
|
|
1040
1042
|
//
|
|
1041
|
-
var script$
|
|
1043
|
+
var script$k = {
|
|
1042
1044
|
name: "NsInlineNotification",
|
|
1043
1045
|
extends: CvInlineNotification,
|
|
1044
1046
|
components: {
|
|
@@ -1075,10 +1077,10 @@ var script$j = {
|
|
|
1075
1077
|
};
|
|
1076
1078
|
|
|
1077
1079
|
/* script */
|
|
1078
|
-
const __vue_script__$
|
|
1080
|
+
const __vue_script__$k = script$k;
|
|
1079
1081
|
/* template */
|
|
1080
1082
|
|
|
1081
|
-
var __vue_render__$
|
|
1083
|
+
var __vue_render__$p = function () {
|
|
1082
1084
|
var _obj;
|
|
1083
1085
|
|
|
1084
1086
|
var _vm = this;
|
|
@@ -1149,10 +1151,10 @@ var __vue_render__$o = function () {
|
|
|
1149
1151
|
})], 1) : _vm._e()]);
|
|
1150
1152
|
};
|
|
1151
1153
|
|
|
1152
|
-
var __vue_staticRenderFns__$
|
|
1154
|
+
var __vue_staticRenderFns__$p = [];
|
|
1153
1155
|
/* style */
|
|
1154
1156
|
|
|
1155
|
-
const __vue_inject_styles__$
|
|
1157
|
+
const __vue_inject_styles__$q = function (inject) {
|
|
1156
1158
|
if (!inject) return;
|
|
1157
1159
|
inject("data-v-59312d66_0", {
|
|
1158
1160
|
source: ".title[data-v-59312d66]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-59312d66]{margin-right:.75rem}.details[data-v-59312d66]{flex-grow:0}.action-button[data-v-59312d66]{margin-right:.5rem}.bx--inline-notification__close-button[data-v-59312d66]{position:absolute!important}.bx--inline-notification__text-wrapper p[data-v-59312d66]{padding-right:0!important}",
|
|
@@ -1163,23 +1165,23 @@ const __vue_inject_styles__$p = function (inject) {
|
|
|
1163
1165
|
/* scoped */
|
|
1164
1166
|
|
|
1165
1167
|
|
|
1166
|
-
const __vue_scope_id__$
|
|
1168
|
+
const __vue_scope_id__$q = "data-v-59312d66";
|
|
1167
1169
|
/* module identifier */
|
|
1168
1170
|
|
|
1169
|
-
const __vue_module_identifier__$
|
|
1171
|
+
const __vue_module_identifier__$q = undefined;
|
|
1170
1172
|
/* functional template */
|
|
1171
1173
|
|
|
1172
|
-
const __vue_is_functional_template__$
|
|
1174
|
+
const __vue_is_functional_template__$q = false;
|
|
1173
1175
|
/* style inject SSR */
|
|
1174
1176
|
|
|
1175
1177
|
/* style inject shadow dom */
|
|
1176
1178
|
|
|
1177
|
-
const __vue_component__$
|
|
1178
|
-
render: __vue_render__$
|
|
1179
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1180
|
-
}, __vue_inject_styles__$
|
|
1179
|
+
const __vue_component__$N = /*#__PURE__*/normalizeComponent({
|
|
1180
|
+
render: __vue_render__$p,
|
|
1181
|
+
staticRenderFns: __vue_staticRenderFns__$p
|
|
1182
|
+
}, __vue_inject_styles__$q, __vue_script__$k, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
|
|
1181
1183
|
|
|
1182
|
-
var NsInlineNotification = __vue_component__$
|
|
1184
|
+
var NsInlineNotification = __vue_component__$N;
|
|
1183
1185
|
|
|
1184
1186
|
//
|
|
1185
1187
|
//
|
|
@@ -1198,7 +1200,7 @@ var NsInlineNotification = __vue_component__$L;
|
|
|
1198
1200
|
//
|
|
1199
1201
|
//
|
|
1200
1202
|
//
|
|
1201
|
-
var script$
|
|
1203
|
+
var script$j = {
|
|
1202
1204
|
name: "NsProgressBar",
|
|
1203
1205
|
props: {
|
|
1204
1206
|
value: {
|
|
@@ -1229,10 +1231,10 @@ var script$i = {
|
|
|
1229
1231
|
};
|
|
1230
1232
|
|
|
1231
1233
|
/* script */
|
|
1232
|
-
const __vue_script__$
|
|
1234
|
+
const __vue_script__$j = script$j;
|
|
1233
1235
|
/* template */
|
|
1234
1236
|
|
|
1235
|
-
var __vue_render__$
|
|
1237
|
+
var __vue_render__$o = function () {
|
|
1236
1238
|
var _vm = this;
|
|
1237
1239
|
|
|
1238
1240
|
var _h = _vm.$createElement;
|
|
@@ -1257,10 +1259,10 @@ var __vue_render__$n = function () {
|
|
|
1257
1259
|
})]], 2)]);
|
|
1258
1260
|
};
|
|
1259
1261
|
|
|
1260
|
-
var __vue_staticRenderFns__$
|
|
1262
|
+
var __vue_staticRenderFns__$o = [];
|
|
1261
1263
|
/* style */
|
|
1262
1264
|
|
|
1263
|
-
const __vue_inject_styles__$
|
|
1265
|
+
const __vue_inject_styles__$p = function (inject) {
|
|
1264
1266
|
if (!inject) return;
|
|
1265
1267
|
inject("data-v-57532057_0", {
|
|
1266
1268
|
source: ".progress-bar-container[data-v-57532057]{width:100%;position:relative}.slider[data-v-57532057]{position:absolute;width:100%;height:5px;overflow-x:hidden}.line[data-v-57532057]{position:absolute;opacity:.4;width:100%;height:5px}.progress-line[data-v-57532057]{position:absolute;height:5px}.indeterminate-line[data-v-57532057]{position:absolute;opacity:.4;width:150%;height:5px}.indeterminate-subline[data-v-57532057]{position:absolute;height:5px}.inc[data-v-57532057]{animation:increase-data-v-57532057 2s infinite}.dec[data-v-57532057]{animation:decrease-data-v-57532057 2s .5s infinite}@keyframes increase-data-v-57532057{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-57532057{from{left:-80%;width:80%}to{left:110%;width:10%}}",
|
|
@@ -1271,25 +1273,25 @@ const __vue_inject_styles__$o = function (inject) {
|
|
|
1271
1273
|
/* scoped */
|
|
1272
1274
|
|
|
1273
1275
|
|
|
1274
|
-
const __vue_scope_id__$
|
|
1276
|
+
const __vue_scope_id__$p = "data-v-57532057";
|
|
1275
1277
|
/* module identifier */
|
|
1276
1278
|
|
|
1277
|
-
const __vue_module_identifier__$
|
|
1279
|
+
const __vue_module_identifier__$p = undefined;
|
|
1278
1280
|
/* functional template */
|
|
1279
1281
|
|
|
1280
|
-
const __vue_is_functional_template__$
|
|
1282
|
+
const __vue_is_functional_template__$p = false;
|
|
1281
1283
|
/* style inject SSR */
|
|
1282
1284
|
|
|
1283
1285
|
/* style inject shadow dom */
|
|
1284
1286
|
|
|
1285
|
-
const __vue_component__$
|
|
1286
|
-
render: __vue_render__$
|
|
1287
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1288
|
-
}, __vue_inject_styles__$
|
|
1287
|
+
const __vue_component__$M = /*#__PURE__*/normalizeComponent({
|
|
1288
|
+
render: __vue_render__$o,
|
|
1289
|
+
staticRenderFns: __vue_staticRenderFns__$o
|
|
1290
|
+
}, __vue_inject_styles__$p, __vue_script__$j, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
|
|
1289
1291
|
|
|
1290
|
-
var NsProgressBar = __vue_component__$
|
|
1292
|
+
var NsProgressBar = __vue_component__$M;
|
|
1291
1293
|
|
|
1292
|
-
var script$
|
|
1294
|
+
var script$i = {
|
|
1293
1295
|
name: "NsSvg",
|
|
1294
1296
|
props: {
|
|
1295
1297
|
svg: {
|
|
@@ -1348,33 +1350,33 @@ var script$h = {
|
|
|
1348
1350
|
};
|
|
1349
1351
|
|
|
1350
1352
|
/* script */
|
|
1351
|
-
const __vue_script__$
|
|
1353
|
+
const __vue_script__$i = script$i;
|
|
1352
1354
|
/* template */
|
|
1353
1355
|
|
|
1354
1356
|
/* style */
|
|
1355
1357
|
|
|
1356
|
-
const __vue_inject_styles__$
|
|
1358
|
+
const __vue_inject_styles__$o = undefined;
|
|
1357
1359
|
/* scoped */
|
|
1358
1360
|
|
|
1359
|
-
const __vue_scope_id__$
|
|
1361
|
+
const __vue_scope_id__$o = undefined;
|
|
1360
1362
|
/* module identifier */
|
|
1361
1363
|
|
|
1362
|
-
const __vue_module_identifier__$
|
|
1364
|
+
const __vue_module_identifier__$o = undefined;
|
|
1363
1365
|
/* functional template */
|
|
1364
1366
|
|
|
1365
|
-
const __vue_is_functional_template__$
|
|
1367
|
+
const __vue_is_functional_template__$o = undefined;
|
|
1366
1368
|
/* style inject */
|
|
1367
1369
|
|
|
1368
1370
|
/* style inject SSR */
|
|
1369
1371
|
|
|
1370
1372
|
/* style inject shadow dom */
|
|
1371
1373
|
|
|
1372
|
-
const __vue_component__$
|
|
1374
|
+
const __vue_component__$L = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$o, __vue_script__$i, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
|
|
1373
1375
|
|
|
1374
|
-
var NsSvg = __vue_component__$
|
|
1376
|
+
var NsSvg = __vue_component__$L;
|
|
1375
1377
|
|
|
1376
1378
|
//
|
|
1377
|
-
var script$
|
|
1379
|
+
var script$h = {
|
|
1378
1380
|
name: "NsTile",
|
|
1379
1381
|
extends: CvTile,
|
|
1380
1382
|
inheritAttrs: false,
|
|
@@ -1448,10 +1450,10 @@ var script$g = {
|
|
|
1448
1450
|
};
|
|
1449
1451
|
|
|
1450
1452
|
/* script */
|
|
1451
|
-
const __vue_script__$
|
|
1453
|
+
const __vue_script__$h = script$h;
|
|
1452
1454
|
/* template */
|
|
1453
1455
|
|
|
1454
|
-
var __vue_render__$
|
|
1456
|
+
var __vue_render__$n = function () {
|
|
1455
1457
|
var _obj;
|
|
1456
1458
|
|
|
1457
1459
|
var _vm = this;
|
|
@@ -1490,10 +1492,10 @@ var __vue_render__$m = function () {
|
|
|
1490
1492
|
}) : _vm._e()], 1);
|
|
1491
1493
|
};
|
|
1492
1494
|
|
|
1493
|
-
var __vue_staticRenderFns__$
|
|
1495
|
+
var __vue_staticRenderFns__$n = [];
|
|
1494
1496
|
/* style */
|
|
1495
1497
|
|
|
1496
|
-
const __vue_inject_styles__$
|
|
1498
|
+
const __vue_inject_styles__$n = function (inject) {
|
|
1497
1499
|
if (!inject) return;
|
|
1498
1500
|
inject("data-v-443a91f0_0", {
|
|
1499
1501
|
source: ".ns-tile[data-v-443a91f0]{margin-bottom:2rem;position:relative}.container[data-v-443a91f0]{display:flex;flex-direction:column;justify-content:center}.centered[data-v-443a91f0]{text-align:center}.large[data-v-443a91f0]{min-height:10rem}.tile-icon[data-v-443a91f0]{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.tile-footer-icon[data-v-443a91f0]{position:absolute;right:1rem;bottom:1rem;flex-shrink:0;width:1.25rem;height:1.25rem}.pad-bottom[data-v-443a91f0]{padding-bottom:4rem}.disabled-tile[data-v-443a91f0]{color:#c6c6c6}",
|
|
@@ -1504,23 +1506,23 @@ const __vue_inject_styles__$m = function (inject) {
|
|
|
1504
1506
|
/* scoped */
|
|
1505
1507
|
|
|
1506
1508
|
|
|
1507
|
-
const __vue_scope_id__$
|
|
1509
|
+
const __vue_scope_id__$n = "data-v-443a91f0";
|
|
1508
1510
|
/* module identifier */
|
|
1509
1511
|
|
|
1510
|
-
const __vue_module_identifier__$
|
|
1512
|
+
const __vue_module_identifier__$n = undefined;
|
|
1511
1513
|
/* functional template */
|
|
1512
1514
|
|
|
1513
|
-
const __vue_is_functional_template__$
|
|
1515
|
+
const __vue_is_functional_template__$n = false;
|
|
1514
1516
|
/* style inject SSR */
|
|
1515
1517
|
|
|
1516
1518
|
/* style inject shadow dom */
|
|
1517
1519
|
|
|
1518
|
-
const __vue_component__$
|
|
1519
|
-
render: __vue_render__$
|
|
1520
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
1521
|
-
}, __vue_inject_styles__$
|
|
1520
|
+
const __vue_component__$J = /*#__PURE__*/normalizeComponent({
|
|
1521
|
+
render: __vue_render__$n,
|
|
1522
|
+
staticRenderFns: __vue_staticRenderFns__$n
|
|
1523
|
+
}, __vue_inject_styles__$n, __vue_script__$h, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
|
|
1522
1524
|
|
|
1523
|
-
var __vue_component__$
|
|
1525
|
+
var __vue_component__$K = __vue_component__$J;
|
|
1524
1526
|
|
|
1525
1527
|
function toInteger(dirtyNumber) {
|
|
1526
1528
|
if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
|
|
@@ -6117,7 +6119,7 @@ var DateTimeService = {
|
|
|
6117
6119
|
};
|
|
6118
6120
|
|
|
6119
6121
|
//
|
|
6120
|
-
var script$
|
|
6122
|
+
var script$g = {
|
|
6121
6123
|
name: "NsToastNotification",
|
|
6122
6124
|
extends: CvToastNotification,
|
|
6123
6125
|
components: {
|
|
@@ -6159,10 +6161,10 @@ var script$f = {
|
|
|
6159
6161
|
};
|
|
6160
6162
|
|
|
6161
6163
|
/* script */
|
|
6162
|
-
const __vue_script__$
|
|
6164
|
+
const __vue_script__$g = script$g;
|
|
6163
6165
|
/* template */
|
|
6164
6166
|
|
|
6165
|
-
var __vue_render__$
|
|
6167
|
+
var __vue_render__$m = function () {
|
|
6166
6168
|
var _obj;
|
|
6167
6169
|
|
|
6168
6170
|
var _vm = this;
|
|
@@ -6245,10 +6247,10 @@ var __vue_render__$l = function () {
|
|
|
6245
6247
|
})], 1) : _vm._e()], 1)]);
|
|
6246
6248
|
};
|
|
6247
6249
|
|
|
6248
|
-
var __vue_staticRenderFns__$
|
|
6250
|
+
var __vue_staticRenderFns__$m = [];
|
|
6249
6251
|
/* style */
|
|
6250
6252
|
|
|
6251
|
-
const __vue_inject_styles__$
|
|
6253
|
+
const __vue_inject_styles__$m = function (inject) {
|
|
6252
6254
|
if (!inject) return;
|
|
6253
6255
|
inject("data-v-7385c86a_0", {
|
|
6254
6256
|
source: ".notification[data-v-7385c86a]{margin-bottom:0;margin-right:0}.action[data-v-7385c86a]{padding-top:0;margin-bottom:0}.bx--toast-notification .bx--inline-notification__action-button.bx--btn--ghost[data-v-7385c86a]{margin-left:-16px}.notification-description-and-progress[data-v-7385c86a]{margin-top:.75rem;margin-bottom:.75rem}.fix-margin-bottom[data-v-7385c86a]{margin-bottom:0}.progress[data-v-7385c86a]{margin-top:.75rem}.progress-bar-spacer[data-v-7385c86a]{height:.5rem}.cv-notifiation.bx--toast-notification.notification[data-v-7385c86a]{width:26vw;min-width:20rem;margin-top:0}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-7385c86a]{margin-top:1rem}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-7385c86a]{width:100%;cursor:pointer}.notification-read[data-v-7385c86a]{border-color:#8d8d8d;color:#c6c6c6}.notification-read .bx--toast-notification__icon[data-v-7385c86a]{fill:currentColor}.notification-read .bx--toast-notification__subtitle[data-v-7385c86a]{color:#c6c6c6}.notification-read .bx--toast-notification__title[data-v-7385c86a]{font-weight:400}.cv-notifiation .timestamp[data-v-7385c86a]{margin-bottom:.75rem;line-height:1.29;color:#fff;text-decoration:underline}.cv-notifiation .timestamp button[data-v-7385c86a]{color:#c6c6c6}.bx--tooltip__trigger[data-v-7385c86a]:not(.bx--btn--icon-only){font-size:inherit}.cv-notifiation .timestamp .bx--tooltip__trigger[data-v-7385c86a]::before{border-bottom-color:#161616}div.row[data-v-7385c86a]:last-child{margin-bottom:1.5rem}.bx--toast-notification__details[data-v-7385c86a]{flex-grow:1}",
|
|
@@ -6263,26 +6265,26 @@ const __vue_inject_styles__$l = function (inject) {
|
|
|
6263
6265
|
/* scoped */
|
|
6264
6266
|
|
|
6265
6267
|
|
|
6266
|
-
const __vue_scope_id__$
|
|
6268
|
+
const __vue_scope_id__$m = "data-v-7385c86a";
|
|
6267
6269
|
/* module identifier */
|
|
6268
6270
|
|
|
6269
|
-
const __vue_module_identifier__$
|
|
6271
|
+
const __vue_module_identifier__$m = undefined;
|
|
6270
6272
|
/* functional template */
|
|
6271
6273
|
|
|
6272
|
-
const __vue_is_functional_template__$
|
|
6274
|
+
const __vue_is_functional_template__$m = false;
|
|
6273
6275
|
/* style inject SSR */
|
|
6274
6276
|
|
|
6275
6277
|
/* style inject shadow dom */
|
|
6276
6278
|
|
|
6277
|
-
const __vue_component__$
|
|
6278
|
-
render: __vue_render__$
|
|
6279
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6280
|
-
}, __vue_inject_styles__$
|
|
6279
|
+
const __vue_component__$H = /*#__PURE__*/normalizeComponent({
|
|
6280
|
+
render: __vue_render__$m,
|
|
6281
|
+
staticRenderFns: __vue_staticRenderFns__$m
|
|
6282
|
+
}, __vue_inject_styles__$m, __vue_script__$g, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
|
|
6281
6283
|
|
|
6282
|
-
var __vue_component__$
|
|
6284
|
+
var __vue_component__$I = __vue_component__$H;
|
|
6283
6285
|
|
|
6284
6286
|
//
|
|
6285
|
-
var script$
|
|
6287
|
+
var script$f = {
|
|
6286
6288
|
name: "NsInfoCard",
|
|
6287
6289
|
components: {
|
|
6288
6290
|
NsSvg,
|
|
@@ -6297,6 +6299,10 @@ var script$e = {
|
|
|
6297
6299
|
type: String,
|
|
6298
6300
|
required: false
|
|
6299
6301
|
},
|
|
6302
|
+
titleTooltip: {
|
|
6303
|
+
type: String,
|
|
6304
|
+
required: false
|
|
6305
|
+
},
|
|
6300
6306
|
icon: {
|
|
6301
6307
|
type: [String, Object],
|
|
6302
6308
|
default: undefined,
|
|
@@ -6329,10 +6335,10 @@ var script$e = {
|
|
|
6329
6335
|
};
|
|
6330
6336
|
|
|
6331
6337
|
/* script */
|
|
6332
|
-
const __vue_script__$
|
|
6338
|
+
const __vue_script__$f = script$f;
|
|
6333
6339
|
/* template */
|
|
6334
6340
|
|
|
6335
|
-
var __vue_render__$
|
|
6341
|
+
var __vue_render__$l = function () {
|
|
6336
6342
|
var _vm = this;
|
|
6337
6343
|
|
|
6338
6344
|
var _h = _vm.$createElement;
|
|
@@ -6370,9 +6376,17 @@ var __vue_render__$k = function () {
|
|
|
6370
6376
|
}
|
|
6371
6377
|
})], 1) : [_vm.title ? _c('div', {
|
|
6372
6378
|
staticClass: "row"
|
|
6379
|
+
}, [_vm.titleTooltip ? _c('cv-tooltip', {
|
|
6380
|
+
attrs: {
|
|
6381
|
+
"alignment": "center",
|
|
6382
|
+
"direction": "bottom",
|
|
6383
|
+
"tip": _vm.titleTooltip
|
|
6384
|
+
}
|
|
6373
6385
|
}, [_c('h3', {
|
|
6374
6386
|
staticClass: "title"
|
|
6375
|
-
}, [_vm._v(_vm._s(_vm.title))])]) :
|
|
6387
|
+
}, [_vm._v("\n " + _vm._s(_vm.title) + "\n ")])]) : _c('h3', {
|
|
6388
|
+
staticClass: "title"
|
|
6389
|
+
}, [_vm._v(_vm._s(_vm.title))])], 1) : _vm._e(), _vm._v(" "), _vm.description ? _c('div', {
|
|
6376
6390
|
staticClass: "row"
|
|
6377
6391
|
}, [_c('div', {
|
|
6378
6392
|
staticClass: "description"
|
|
@@ -6381,13 +6395,13 @@ var __vue_render__$k = function () {
|
|
|
6381
6395
|
}, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
|
|
6382
6396
|
};
|
|
6383
6397
|
|
|
6384
|
-
var __vue_staticRenderFns__$
|
|
6398
|
+
var __vue_staticRenderFns__$l = [];
|
|
6385
6399
|
/* style */
|
|
6386
6400
|
|
|
6387
|
-
const __vue_inject_styles__$
|
|
6401
|
+
const __vue_inject_styles__$l = function (inject) {
|
|
6388
6402
|
if (!inject) return;
|
|
6389
|
-
inject("data-v-
|
|
6390
|
-
source: ".info-card[data-v-
|
|
6403
|
+
inject("data-v-aefc1c3e_0", {
|
|
6404
|
+
source: ".info-card[data-v-aefc1c3e]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.skeleton[data-v-aefc1c3e]{margin-top:.5rem;margin-left:auto;margin-right:auto}.row[data-v-aefc1c3e]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-aefc1c3e]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description[data-v-aefc1c3e]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-aefc1c3e]{margin-top:.5rem}",
|
|
6391
6405
|
map: undefined,
|
|
6392
6406
|
media: undefined
|
|
6393
6407
|
});
|
|
@@ -6395,26 +6409,26 @@ const __vue_inject_styles__$k = function (inject) {
|
|
|
6395
6409
|
/* scoped */
|
|
6396
6410
|
|
|
6397
6411
|
|
|
6398
|
-
const __vue_scope_id__$
|
|
6412
|
+
const __vue_scope_id__$l = "data-v-aefc1c3e";
|
|
6399
6413
|
/* module identifier */
|
|
6400
6414
|
|
|
6401
|
-
const __vue_module_identifier__$
|
|
6415
|
+
const __vue_module_identifier__$l = undefined;
|
|
6402
6416
|
/* functional template */
|
|
6403
6417
|
|
|
6404
|
-
const __vue_is_functional_template__$
|
|
6418
|
+
const __vue_is_functional_template__$l = false;
|
|
6405
6419
|
/* style inject SSR */
|
|
6406
6420
|
|
|
6407
6421
|
/* style inject shadow dom */
|
|
6408
6422
|
|
|
6409
|
-
const __vue_component__$
|
|
6410
|
-
render: __vue_render__$
|
|
6411
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6412
|
-
}, __vue_inject_styles__$
|
|
6423
|
+
const __vue_component__$F = /*#__PURE__*/normalizeComponent({
|
|
6424
|
+
render: __vue_render__$l,
|
|
6425
|
+
staticRenderFns: __vue_staticRenderFns__$l
|
|
6426
|
+
}, __vue_inject_styles__$l, __vue_script__$f, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
|
|
6413
6427
|
|
|
6414
|
-
var __vue_component__$
|
|
6428
|
+
var __vue_component__$G = __vue_component__$F;
|
|
6415
6429
|
|
|
6416
6430
|
//
|
|
6417
|
-
var script$
|
|
6431
|
+
var script$e = {
|
|
6418
6432
|
name: "NsStatusCard",
|
|
6419
6433
|
//components added for storybook to work
|
|
6420
6434
|
components: {
|
|
@@ -6461,10 +6475,10 @@ var script$d = {
|
|
|
6461
6475
|
};
|
|
6462
6476
|
|
|
6463
6477
|
/* script */
|
|
6464
|
-
const __vue_script__$
|
|
6478
|
+
const __vue_script__$e = script$e;
|
|
6465
6479
|
/* template */
|
|
6466
6480
|
|
|
6467
|
-
var __vue_render__$
|
|
6481
|
+
var __vue_render__$k = function () {
|
|
6468
6482
|
var _vm = this;
|
|
6469
6483
|
|
|
6470
6484
|
var _h = _vm.$createElement;
|
|
@@ -6533,10 +6547,10 @@ var __vue_render__$j = function () {
|
|
|
6533
6547
|
}, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
|
|
6534
6548
|
};
|
|
6535
6549
|
|
|
6536
|
-
var __vue_staticRenderFns__$
|
|
6550
|
+
var __vue_staticRenderFns__$k = [];
|
|
6537
6551
|
/* style */
|
|
6538
6552
|
|
|
6539
|
-
const __vue_inject_styles__$
|
|
6553
|
+
const __vue_inject_styles__$k = function (inject) {
|
|
6540
6554
|
if (!inject) return;
|
|
6541
6555
|
inject("data-v-496044f0_0", {
|
|
6542
6556
|
source: ".status-card[data-v-496044f0]{display:flex;flex-direction:column;justify-content:center}.row[data-v-496044f0]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.value[data-v-496044f0]{margin-left:.25rem;margin-right:.25rem}.label[data-v-496044f0]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-496044f0]{margin-right:.25rem}.error-icon[data-v-496044f0]{margin-right:.25rem}.warning-icon[data-v-496044f0]{margin-right:.25rem}.stats[data-v-496044f0]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
@@ -6547,26 +6561,26 @@ const __vue_inject_styles__$j = function (inject) {
|
|
|
6547
6561
|
/* scoped */
|
|
6548
6562
|
|
|
6549
6563
|
|
|
6550
|
-
const __vue_scope_id__$
|
|
6564
|
+
const __vue_scope_id__$k = "data-v-496044f0";
|
|
6551
6565
|
/* module identifier */
|
|
6552
6566
|
|
|
6553
|
-
const __vue_module_identifier__$
|
|
6567
|
+
const __vue_module_identifier__$k = undefined;
|
|
6554
6568
|
/* functional template */
|
|
6555
6569
|
|
|
6556
|
-
const __vue_is_functional_template__$
|
|
6570
|
+
const __vue_is_functional_template__$k = false;
|
|
6557
6571
|
/* style inject SSR */
|
|
6558
6572
|
|
|
6559
6573
|
/* style inject shadow dom */
|
|
6560
6574
|
|
|
6561
|
-
const __vue_component__$
|
|
6562
|
-
render: __vue_render__$
|
|
6563
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6564
|
-
}, __vue_inject_styles__$
|
|
6575
|
+
const __vue_component__$D = /*#__PURE__*/normalizeComponent({
|
|
6576
|
+
render: __vue_render__$k,
|
|
6577
|
+
staticRenderFns: __vue_staticRenderFns__$k
|
|
6578
|
+
}, __vue_inject_styles__$k, __vue_script__$e, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
|
|
6565
6579
|
|
|
6566
|
-
var __vue_component__$
|
|
6580
|
+
var __vue_component__$E = __vue_component__$D;
|
|
6567
6581
|
|
|
6568
6582
|
//
|
|
6569
|
-
var script$
|
|
6583
|
+
var script$d = {
|
|
6570
6584
|
name: "NsSystemdServiceCard",
|
|
6571
6585
|
//components added for storybook to work
|
|
6572
6586
|
components: {
|
|
@@ -6620,10 +6634,10 @@ var script$c = {
|
|
|
6620
6634
|
};
|
|
6621
6635
|
|
|
6622
6636
|
/* script */
|
|
6623
|
-
const __vue_script__$
|
|
6637
|
+
const __vue_script__$d = script$d;
|
|
6624
6638
|
/* template */
|
|
6625
6639
|
|
|
6626
|
-
var __vue_render__$
|
|
6640
|
+
var __vue_render__$j = function () {
|
|
6627
6641
|
var _vm = this;
|
|
6628
6642
|
|
|
6629
6643
|
var _h = _vm.$createElement;
|
|
@@ -6678,13 +6692,13 @@ var __vue_render__$i = function () {
|
|
|
6678
6692
|
})], 1)])]);
|
|
6679
6693
|
};
|
|
6680
6694
|
|
|
6681
|
-
var __vue_staticRenderFns__$
|
|
6695
|
+
var __vue_staticRenderFns__$j = [];
|
|
6682
6696
|
/* style */
|
|
6683
6697
|
|
|
6684
|
-
const __vue_inject_styles__$
|
|
6698
|
+
const __vue_inject_styles__$j = function (inject) {
|
|
6685
6699
|
if (!inject) return;
|
|
6686
|
-
inject("data-v-
|
|
6687
|
-
source: ".service-card[data-v-
|
|
6700
|
+
inject("data-v-bf751eca_0", {
|
|
6701
|
+
source: ".service-card[data-v-bf751eca]{display:flex;flex-direction:column;justify-content:center}.row[data-v-bf751eca]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-name[data-v-bf751eca]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem}.success-icon[data-v-bf751eca]{margin-right:.25rem}.error-icon[data-v-bf751eca]{margin-right:.25rem}.warning-icon[data-v-bf751eca]{margin-right:.25rem}.stats[data-v-bf751eca]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
|
|
6688
6702
|
map: undefined,
|
|
6689
6703
|
media: undefined
|
|
6690
6704
|
});
|
|
@@ -6692,23 +6706,23 @@ const __vue_inject_styles__$i = function (inject) {
|
|
|
6692
6706
|
/* scoped */
|
|
6693
6707
|
|
|
6694
6708
|
|
|
6695
|
-
const __vue_scope_id__$
|
|
6709
|
+
const __vue_scope_id__$j = "data-v-bf751eca";
|
|
6696
6710
|
/* module identifier */
|
|
6697
6711
|
|
|
6698
|
-
const __vue_module_identifier__$
|
|
6712
|
+
const __vue_module_identifier__$j = undefined;
|
|
6699
6713
|
/* functional template */
|
|
6700
6714
|
|
|
6701
|
-
const __vue_is_functional_template__$
|
|
6715
|
+
const __vue_is_functional_template__$j = false;
|
|
6702
6716
|
/* style inject SSR */
|
|
6703
6717
|
|
|
6704
6718
|
/* style inject shadow dom */
|
|
6705
6719
|
|
|
6706
|
-
const __vue_component__$
|
|
6707
|
-
render: __vue_render__$
|
|
6708
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
6709
|
-
}, __vue_inject_styles__$
|
|
6720
|
+
const __vue_component__$B = /*#__PURE__*/normalizeComponent({
|
|
6721
|
+
render: __vue_render__$j,
|
|
6722
|
+
staticRenderFns: __vue_staticRenderFns__$j
|
|
6723
|
+
}, __vue_inject_styles__$j, __vue_script__$d, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
|
|
6710
6724
|
|
|
6711
|
-
var __vue_component__$
|
|
6725
|
+
var __vue_component__$C = __vue_component__$B;
|
|
6712
6726
|
|
|
6713
6727
|
var UtilService = {
|
|
6714
6728
|
name: "UtilService",
|
|
@@ -6851,6 +6865,17 @@ var UtilService = {
|
|
|
6851
6865
|
});
|
|
6852
6866
|
},
|
|
6853
6867
|
|
|
6868
|
+
/**
|
|
6869
|
+
* Smoothly scroll to a specific element in the page
|
|
6870
|
+
*/
|
|
6871
|
+
scrollToElement(element) {
|
|
6872
|
+
if (element) {
|
|
6873
|
+
element.scrollIntoView({
|
|
6874
|
+
behavior: "smooth"
|
|
6875
|
+
});
|
|
6876
|
+
}
|
|
6877
|
+
},
|
|
6878
|
+
|
|
6854
6879
|
/**
|
|
6855
6880
|
* Get app description using the locale of core context
|
|
6856
6881
|
*/
|
|
@@ -6960,7 +6985,7 @@ var UtilService = {
|
|
|
6960
6985
|
};
|
|
6961
6986
|
|
|
6962
6987
|
//
|
|
6963
|
-
var script$
|
|
6988
|
+
var script$c = {
|
|
6964
6989
|
name: "NsPasswordInput",
|
|
6965
6990
|
components: CvTextInput,
|
|
6966
6991
|
mixins: [UtilService],
|
|
@@ -7116,10 +7141,10 @@ var script$b = {
|
|
|
7116
7141
|
};
|
|
7117
7142
|
|
|
7118
7143
|
/* script */
|
|
7119
|
-
const __vue_script__$
|
|
7144
|
+
const __vue_script__$c = script$c;
|
|
7120
7145
|
/* template */
|
|
7121
7146
|
|
|
7122
|
-
var __vue_render__$
|
|
7147
|
+
var __vue_render__$i = function () {
|
|
7123
7148
|
var _vm = this;
|
|
7124
7149
|
|
|
7125
7150
|
var _h = _vm.$createElement;
|
|
@@ -7214,10 +7239,10 @@ var __vue_render__$h = function () {
|
|
|
7214
7239
|
}, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
|
|
7215
7240
|
};
|
|
7216
7241
|
|
|
7217
|
-
var __vue_staticRenderFns__$
|
|
7242
|
+
var __vue_staticRenderFns__$i = [];
|
|
7218
7243
|
/* style */
|
|
7219
7244
|
|
|
7220
|
-
const __vue_inject_styles__$
|
|
7245
|
+
const __vue_inject_styles__$i = function (inject) {
|
|
7221
7246
|
if (!inject) return;
|
|
7222
7247
|
inject("data-v-6ed70bae_0", {
|
|
7223
7248
|
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}",
|
|
@@ -7228,26 +7253,26 @@ const __vue_inject_styles__$h = function (inject) {
|
|
|
7228
7253
|
/* scoped */
|
|
7229
7254
|
|
|
7230
7255
|
|
|
7231
|
-
const __vue_scope_id__$
|
|
7256
|
+
const __vue_scope_id__$i = "data-v-6ed70bae";
|
|
7232
7257
|
/* module identifier */
|
|
7233
7258
|
|
|
7234
|
-
const __vue_module_identifier__$
|
|
7259
|
+
const __vue_module_identifier__$i = undefined;
|
|
7235
7260
|
/* functional template */
|
|
7236
7261
|
|
|
7237
|
-
const __vue_is_functional_template__$
|
|
7262
|
+
const __vue_is_functional_template__$i = false;
|
|
7238
7263
|
/* style inject SSR */
|
|
7239
7264
|
|
|
7240
7265
|
/* style inject shadow dom */
|
|
7241
7266
|
|
|
7242
|
-
const __vue_component__$
|
|
7243
|
-
render: __vue_render__$
|
|
7244
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7245
|
-
}, __vue_inject_styles__$
|
|
7267
|
+
const __vue_component__$z = /*#__PURE__*/normalizeComponent({
|
|
7268
|
+
render: __vue_render__$i,
|
|
7269
|
+
staticRenderFns: __vue_staticRenderFns__$i
|
|
7270
|
+
}, __vue_inject_styles__$i, __vue_script__$c, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
|
|
7246
7271
|
|
|
7247
|
-
var __vue_component__$
|
|
7272
|
+
var __vue_component__$A = __vue_component__$z;
|
|
7248
7273
|
|
|
7249
7274
|
//
|
|
7250
|
-
var script$
|
|
7275
|
+
var script$b = {
|
|
7251
7276
|
name: "NsIconMenu",
|
|
7252
7277
|
extends: CvOverflowMenu,
|
|
7253
7278
|
props: {
|
|
@@ -7291,10 +7316,10 @@ var script$a = {
|
|
|
7291
7316
|
};
|
|
7292
7317
|
|
|
7293
7318
|
/* script */
|
|
7294
|
-
const __vue_script__$
|
|
7319
|
+
const __vue_script__$b = script$b;
|
|
7295
7320
|
/* template */
|
|
7296
7321
|
|
|
7297
|
-
var __vue_render__$
|
|
7322
|
+
var __vue_render__$h = function () {
|
|
7298
7323
|
var _obj, _obj$1;
|
|
7299
7324
|
|
|
7300
7325
|
var _vm = this;
|
|
@@ -7410,10 +7435,10 @@ var __vue_render__$g = function () {
|
|
|
7410
7435
|
})])]);
|
|
7411
7436
|
};
|
|
7412
7437
|
|
|
7413
|
-
var __vue_staticRenderFns__$
|
|
7438
|
+
var __vue_staticRenderFns__$h = [];
|
|
7414
7439
|
/* style */
|
|
7415
7440
|
|
|
7416
|
-
const __vue_inject_styles__$
|
|
7441
|
+
const __vue_inject_styles__$h = function (inject) {
|
|
7417
7442
|
if (!inject) return;
|
|
7418
7443
|
inject("data-v-2be14df6_0", {
|
|
7419
7444
|
source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
|
|
@@ -7424,27 +7449,27 @@ const __vue_inject_styles__$g = function (inject) {
|
|
|
7424
7449
|
/* scoped */
|
|
7425
7450
|
|
|
7426
7451
|
|
|
7427
|
-
const __vue_scope_id__$
|
|
7452
|
+
const __vue_scope_id__$h = "data-v-2be14df6";
|
|
7428
7453
|
/* module identifier */
|
|
7429
7454
|
|
|
7430
|
-
const __vue_module_identifier__$
|
|
7455
|
+
const __vue_module_identifier__$h = undefined;
|
|
7431
7456
|
/* functional template */
|
|
7432
7457
|
|
|
7433
|
-
const __vue_is_functional_template__$
|
|
7458
|
+
const __vue_is_functional_template__$h = false;
|
|
7434
7459
|
/* style inject SSR */
|
|
7435
7460
|
|
|
7436
7461
|
/* style inject shadow dom */
|
|
7437
7462
|
|
|
7438
|
-
const __vue_component__$
|
|
7439
|
-
render: __vue_render__$
|
|
7440
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7441
|
-
}, __vue_inject_styles__$
|
|
7463
|
+
const __vue_component__$x = /*#__PURE__*/normalizeComponent({
|
|
7464
|
+
render: __vue_render__$h,
|
|
7465
|
+
staticRenderFns: __vue_staticRenderFns__$h
|
|
7466
|
+
}, __vue_inject_styles__$h, __vue_script__$b, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
|
|
7442
7467
|
|
|
7443
|
-
var __vue_component__$
|
|
7468
|
+
var __vue_component__$y = __vue_component__$x;
|
|
7444
7469
|
|
|
7445
7470
|
//
|
|
7446
7471
|
Vue.use(chartsVue);
|
|
7447
|
-
var script$
|
|
7472
|
+
var script$a = {
|
|
7448
7473
|
name: "NsMeterChart",
|
|
7449
7474
|
components: {
|
|
7450
7475
|
CcvMeterChart
|
|
@@ -7518,10 +7543,10 @@ var script$9 = {
|
|
|
7518
7543
|
};
|
|
7519
7544
|
|
|
7520
7545
|
/* script */
|
|
7521
|
-
const __vue_script__$
|
|
7546
|
+
const __vue_script__$a = script$a;
|
|
7522
7547
|
/* template */
|
|
7523
7548
|
|
|
7524
|
-
var __vue_render__$
|
|
7549
|
+
var __vue_render__$g = function () {
|
|
7525
7550
|
var _vm = this;
|
|
7526
7551
|
|
|
7527
7552
|
var _h = _vm.$createElement;
|
|
@@ -7536,35 +7561,35 @@ var __vue_render__$f = function () {
|
|
|
7536
7561
|
});
|
|
7537
7562
|
};
|
|
7538
7563
|
|
|
7539
|
-
var __vue_staticRenderFns__$
|
|
7564
|
+
var __vue_staticRenderFns__$g = [];
|
|
7540
7565
|
/* style */
|
|
7541
7566
|
|
|
7542
|
-
const __vue_inject_styles__$
|
|
7567
|
+
const __vue_inject_styles__$g = undefined;
|
|
7543
7568
|
/* scoped */
|
|
7544
7569
|
|
|
7545
|
-
const __vue_scope_id__$
|
|
7570
|
+
const __vue_scope_id__$g = undefined;
|
|
7546
7571
|
/* module identifier */
|
|
7547
7572
|
|
|
7548
|
-
const __vue_module_identifier__$
|
|
7573
|
+
const __vue_module_identifier__$g = undefined;
|
|
7549
7574
|
/* functional template */
|
|
7550
7575
|
|
|
7551
|
-
const __vue_is_functional_template__$
|
|
7576
|
+
const __vue_is_functional_template__$g = false;
|
|
7552
7577
|
/* style inject */
|
|
7553
7578
|
|
|
7554
7579
|
/* style inject SSR */
|
|
7555
7580
|
|
|
7556
7581
|
/* style inject shadow dom */
|
|
7557
7582
|
|
|
7558
|
-
const __vue_component__$
|
|
7559
|
-
render: __vue_render__$
|
|
7560
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7561
|
-
}, __vue_inject_styles__$
|
|
7583
|
+
const __vue_component__$v = /*#__PURE__*/normalizeComponent({
|
|
7584
|
+
render: __vue_render__$g,
|
|
7585
|
+
staticRenderFns: __vue_staticRenderFns__$g
|
|
7586
|
+
}, __vue_inject_styles__$g, __vue_script__$a, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
|
|
7562
7587
|
|
|
7563
|
-
var __vue_component__$
|
|
7588
|
+
var __vue_component__$w = __vue_component__$v;
|
|
7564
7589
|
|
|
7565
7590
|
//
|
|
7566
7591
|
Vue.use(chartsVue);
|
|
7567
|
-
var script$
|
|
7592
|
+
var script$9 = {
|
|
7568
7593
|
name: "NsPieChart",
|
|
7569
7594
|
components: {},
|
|
7570
7595
|
props: {
|
|
@@ -7620,10 +7645,10 @@ var script$8 = {
|
|
|
7620
7645
|
};
|
|
7621
7646
|
|
|
7622
7647
|
/* script */
|
|
7623
|
-
const __vue_script__$
|
|
7648
|
+
const __vue_script__$9 = script$9;
|
|
7624
7649
|
/* template */
|
|
7625
7650
|
|
|
7626
|
-
var __vue_render__$
|
|
7651
|
+
var __vue_render__$f = function () {
|
|
7627
7652
|
var _vm = this;
|
|
7628
7653
|
|
|
7629
7654
|
var _h = _vm.$createElement;
|
|
@@ -7638,34 +7663,34 @@ var __vue_render__$e = function () {
|
|
|
7638
7663
|
});
|
|
7639
7664
|
};
|
|
7640
7665
|
|
|
7641
|
-
var __vue_staticRenderFns__$
|
|
7666
|
+
var __vue_staticRenderFns__$f = [];
|
|
7642
7667
|
/* style */
|
|
7643
7668
|
|
|
7644
|
-
const __vue_inject_styles__$
|
|
7669
|
+
const __vue_inject_styles__$f = undefined;
|
|
7645
7670
|
/* scoped */
|
|
7646
7671
|
|
|
7647
|
-
const __vue_scope_id__$
|
|
7672
|
+
const __vue_scope_id__$f = undefined;
|
|
7648
7673
|
/* module identifier */
|
|
7649
7674
|
|
|
7650
|
-
const __vue_module_identifier__$
|
|
7675
|
+
const __vue_module_identifier__$f = undefined;
|
|
7651
7676
|
/* functional template */
|
|
7652
7677
|
|
|
7653
|
-
const __vue_is_functional_template__$
|
|
7678
|
+
const __vue_is_functional_template__$f = false;
|
|
7654
7679
|
/* style inject */
|
|
7655
7680
|
|
|
7656
7681
|
/* style inject SSR */
|
|
7657
7682
|
|
|
7658
7683
|
/* style inject shadow dom */
|
|
7659
7684
|
|
|
7660
|
-
const __vue_component__$
|
|
7661
|
-
render: __vue_render__$
|
|
7662
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7663
|
-
}, __vue_inject_styles__$
|
|
7685
|
+
const __vue_component__$t = /*#__PURE__*/normalizeComponent({
|
|
7686
|
+
render: __vue_render__$f,
|
|
7687
|
+
staticRenderFns: __vue_staticRenderFns__$f
|
|
7688
|
+
}, __vue_inject_styles__$f, __vue_script__$9, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
|
|
7664
7689
|
|
|
7665
|
-
var __vue_component__$
|
|
7690
|
+
var __vue_component__$u = __vue_component__$t;
|
|
7666
7691
|
|
|
7667
7692
|
//
|
|
7668
|
-
var script$
|
|
7693
|
+
var script$8 = {
|
|
7669
7694
|
name: "NsDangerDeleteModal",
|
|
7670
7695
|
//component added for storybook to work
|
|
7671
7696
|
components: {
|
|
@@ -7748,10 +7773,10 @@ var script$7 = {
|
|
|
7748
7773
|
};
|
|
7749
7774
|
|
|
7750
7775
|
/* script */
|
|
7751
|
-
const __vue_script__$
|
|
7776
|
+
const __vue_script__$8 = script$8;
|
|
7752
7777
|
/* template */
|
|
7753
7778
|
|
|
7754
|
-
var __vue_render__$
|
|
7779
|
+
var __vue_render__$e = function () {
|
|
7755
7780
|
var _vm = this;
|
|
7756
7781
|
|
|
7757
7782
|
var _h = _vm.$createElement;
|
|
@@ -7812,10 +7837,10 @@ var __vue_render__$d = function () {
|
|
|
7812
7837
|
}, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
|
|
7813
7838
|
};
|
|
7814
7839
|
|
|
7815
|
-
var __vue_staticRenderFns__$
|
|
7840
|
+
var __vue_staticRenderFns__$e = [];
|
|
7816
7841
|
/* style */
|
|
7817
7842
|
|
|
7818
|
-
const __vue_inject_styles__$
|
|
7843
|
+
const __vue_inject_styles__$e = function (inject) {
|
|
7819
7844
|
if (!inject) return;
|
|
7820
7845
|
inject("data-v-97f667a6_0", {
|
|
7821
7846
|
source: ".type-to-confirm[data-v-97f667a6]{margin-top:2rem}",
|
|
@@ -7826,23 +7851,23 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
7826
7851
|
/* scoped */
|
|
7827
7852
|
|
|
7828
7853
|
|
|
7829
|
-
const __vue_scope_id__$
|
|
7854
|
+
const __vue_scope_id__$e = "data-v-97f667a6";
|
|
7830
7855
|
/* module identifier */
|
|
7831
7856
|
|
|
7832
|
-
const __vue_module_identifier__$
|
|
7857
|
+
const __vue_module_identifier__$e = undefined;
|
|
7833
7858
|
/* functional template */
|
|
7834
7859
|
|
|
7835
|
-
const __vue_is_functional_template__$
|
|
7860
|
+
const __vue_is_functional_template__$e = false;
|
|
7836
7861
|
/* style inject SSR */
|
|
7837
7862
|
|
|
7838
7863
|
/* style inject shadow dom */
|
|
7839
7864
|
|
|
7840
|
-
const __vue_component__$
|
|
7841
|
-
render: __vue_render__$
|
|
7842
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
7843
|
-
}, __vue_inject_styles__$
|
|
7865
|
+
const __vue_component__$r = /*#__PURE__*/normalizeComponent({
|
|
7866
|
+
render: __vue_render__$e,
|
|
7867
|
+
staticRenderFns: __vue_staticRenderFns__$e
|
|
7868
|
+
}, __vue_inject_styles__$e, __vue_script__$8, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
|
|
7844
7869
|
|
|
7845
|
-
var __vue_component__$
|
|
7870
|
+
var __vue_component__$s = __vue_component__$r;
|
|
7846
7871
|
|
|
7847
7872
|
var IconService = {
|
|
7848
7873
|
name: "IconService",
|
|
@@ -7956,15 +7981,20 @@ var IconService = {
|
|
|
7956
7981
|
Erase20,
|
|
7957
7982
|
// clear
|
|
7958
7983
|
Erase32,
|
|
7959
|
-
|
|
7960
|
-
|
|
7984
|
+
Row20,
|
|
7985
|
+
// horizontal layout
|
|
7986
|
+
Column20,
|
|
7987
|
+
// vertical layout
|
|
7988
|
+
Catalog20,
|
|
7989
|
+
// system logs
|
|
7990
|
+
Catalog32
|
|
7961
7991
|
};
|
|
7962
7992
|
}
|
|
7963
7993
|
|
|
7964
7994
|
};
|
|
7965
7995
|
|
|
7966
7996
|
//
|
|
7967
|
-
var script$
|
|
7997
|
+
var script$7 = {
|
|
7968
7998
|
name: "NsDropdownAction",
|
|
7969
7999
|
extends: CvOverflowMenu,
|
|
7970
8000
|
components: {
|
|
@@ -7996,10 +8026,10 @@ var script$6 = {
|
|
|
7996
8026
|
};
|
|
7997
8027
|
|
|
7998
8028
|
/* script */
|
|
7999
|
-
const __vue_script__$
|
|
8029
|
+
const __vue_script__$7 = script$7;
|
|
8000
8030
|
/* template */
|
|
8001
8031
|
|
|
8002
|
-
var __vue_render__$
|
|
8032
|
+
var __vue_render__$d = function () {
|
|
8003
8033
|
var _obj, _obj$1;
|
|
8004
8034
|
|
|
8005
8035
|
var _vm = this;
|
|
@@ -8099,34 +8129,34 @@ var __vue_render__$c = function () {
|
|
|
8099
8129
|
})])]);
|
|
8100
8130
|
};
|
|
8101
8131
|
|
|
8102
|
-
var __vue_staticRenderFns__$
|
|
8132
|
+
var __vue_staticRenderFns__$d = [];
|
|
8103
8133
|
/* style */
|
|
8104
8134
|
|
|
8105
|
-
const __vue_inject_styles__$
|
|
8135
|
+
const __vue_inject_styles__$d = undefined;
|
|
8106
8136
|
/* scoped */
|
|
8107
8137
|
|
|
8108
|
-
const __vue_scope_id__$
|
|
8138
|
+
const __vue_scope_id__$d = "data-v-31925b9d";
|
|
8109
8139
|
/* module identifier */
|
|
8110
8140
|
|
|
8111
|
-
const __vue_module_identifier__$
|
|
8141
|
+
const __vue_module_identifier__$d = undefined;
|
|
8112
8142
|
/* functional template */
|
|
8113
8143
|
|
|
8114
|
-
const __vue_is_functional_template__$
|
|
8144
|
+
const __vue_is_functional_template__$d = false;
|
|
8115
8145
|
/* style inject */
|
|
8116
8146
|
|
|
8117
8147
|
/* style inject SSR */
|
|
8118
8148
|
|
|
8119
8149
|
/* style inject shadow dom */
|
|
8120
8150
|
|
|
8121
|
-
const __vue_component__$
|
|
8122
|
-
render: __vue_render__$
|
|
8123
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8124
|
-
}, __vue_inject_styles__$
|
|
8151
|
+
const __vue_component__$p = /*#__PURE__*/normalizeComponent({
|
|
8152
|
+
render: __vue_render__$d,
|
|
8153
|
+
staticRenderFns: __vue_staticRenderFns__$d
|
|
8154
|
+
}, __vue_inject_styles__$d, __vue_script__$7, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, undefined, undefined);
|
|
8125
8155
|
|
|
8126
|
-
var __vue_component__$
|
|
8156
|
+
var __vue_component__$q = __vue_component__$p;
|
|
8127
8157
|
|
|
8128
8158
|
//
|
|
8129
|
-
var script$
|
|
8159
|
+
var script$6 = {
|
|
8130
8160
|
name: "NsTextInput",
|
|
8131
8161
|
extends: CvTextInput,
|
|
8132
8162
|
components: {
|
|
@@ -8180,10 +8210,10 @@ var script$5 = {
|
|
|
8180
8210
|
};
|
|
8181
8211
|
|
|
8182
8212
|
/* script */
|
|
8183
|
-
const __vue_script__$
|
|
8213
|
+
const __vue_script__$6 = script$6;
|
|
8184
8214
|
/* template */
|
|
8185
8215
|
|
|
8186
|
-
var __vue_render__$
|
|
8216
|
+
var __vue_render__$c = function () {
|
|
8187
8217
|
var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
|
|
8188
8218
|
|
|
8189
8219
|
var _vm = this;
|
|
@@ -8261,10 +8291,10 @@ var __vue_render__$b = function () {
|
|
|
8261
8291
|
})], 2) : _vm._e()]);
|
|
8262
8292
|
};
|
|
8263
8293
|
|
|
8264
|
-
var __vue_staticRenderFns__$
|
|
8294
|
+
var __vue_staticRenderFns__$c = [];
|
|
8265
8295
|
/* style */
|
|
8266
8296
|
|
|
8267
|
-
const __vue_inject_styles__$
|
|
8297
|
+
const __vue_inject_styles__$c = function (inject) {
|
|
8268
8298
|
if (!inject) return;
|
|
8269
8299
|
inject("data-v-c9c91db0_0", {
|
|
8270
8300
|
source: ".tooltip[data-v-c9c91db0]{display:inline-block;position:absolute}",
|
|
@@ -8279,26 +8309,26 @@ const __vue_inject_styles__$b = function (inject) {
|
|
|
8279
8309
|
/* scoped */
|
|
8280
8310
|
|
|
8281
8311
|
|
|
8282
|
-
const __vue_scope_id__$
|
|
8312
|
+
const __vue_scope_id__$c = "data-v-c9c91db0";
|
|
8283
8313
|
/* module identifier */
|
|
8284
8314
|
|
|
8285
|
-
const __vue_module_identifier__$
|
|
8315
|
+
const __vue_module_identifier__$c = undefined;
|
|
8286
8316
|
/* functional template */
|
|
8287
8317
|
|
|
8288
|
-
const __vue_is_functional_template__$
|
|
8318
|
+
const __vue_is_functional_template__$c = false;
|
|
8289
8319
|
/* style inject SSR */
|
|
8290
8320
|
|
|
8291
8321
|
/* style inject shadow dom */
|
|
8292
8322
|
|
|
8293
|
-
const __vue_component__$
|
|
8294
|
-
render: __vue_render__$
|
|
8295
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8296
|
-
}, __vue_inject_styles__$
|
|
8323
|
+
const __vue_component__$n = /*#__PURE__*/normalizeComponent({
|
|
8324
|
+
render: __vue_render__$c,
|
|
8325
|
+
staticRenderFns: __vue_staticRenderFns__$c
|
|
8326
|
+
}, __vue_inject_styles__$c, __vue_script__$6, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
|
|
8297
8327
|
|
|
8298
|
-
var __vue_component__$
|
|
8328
|
+
var __vue_component__$o = __vue_component__$n;
|
|
8299
8329
|
|
|
8300
8330
|
//
|
|
8301
|
-
var script$
|
|
8331
|
+
var script$5 = {
|
|
8302
8332
|
name: "NsBackupCardDetails",
|
|
8303
8333
|
mixins: [DateTimeService],
|
|
8304
8334
|
props: {
|
|
@@ -8334,10 +8364,10 @@ var script$4 = {
|
|
|
8334
8364
|
};
|
|
8335
8365
|
|
|
8336
8366
|
/* script */
|
|
8337
|
-
const __vue_script__$
|
|
8367
|
+
const __vue_script__$5 = script$5;
|
|
8338
8368
|
/* template */
|
|
8339
8369
|
|
|
8340
|
-
var __vue_render__$
|
|
8370
|
+
var __vue_render__$b = function () {
|
|
8341
8371
|
var _vm = this;
|
|
8342
8372
|
|
|
8343
8373
|
var _h = _vm.$createElement;
|
|
@@ -8391,10 +8421,10 @@ var __vue_render__$a = function () {
|
|
|
8391
8421
|
}, [_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("-")])])])]);
|
|
8392
8422
|
};
|
|
8393
8423
|
|
|
8394
|
-
var __vue_staticRenderFns__$
|
|
8424
|
+
var __vue_staticRenderFns__$b = [];
|
|
8395
8425
|
/* style */
|
|
8396
8426
|
|
|
8397
|
-
const __vue_inject_styles__$
|
|
8427
|
+
const __vue_inject_styles__$b = function (inject) {
|
|
8398
8428
|
if (!inject) return;
|
|
8399
8429
|
inject("data-v-25453d1c_0", {
|
|
8400
8430
|
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}",
|
|
@@ -8405,26 +8435,26 @@ const __vue_inject_styles__$a = function (inject) {
|
|
|
8405
8435
|
/* scoped */
|
|
8406
8436
|
|
|
8407
8437
|
|
|
8408
|
-
const __vue_scope_id__$
|
|
8438
|
+
const __vue_scope_id__$b = "data-v-25453d1c";
|
|
8409
8439
|
/* module identifier */
|
|
8410
8440
|
|
|
8411
|
-
const __vue_module_identifier__$
|
|
8441
|
+
const __vue_module_identifier__$b = undefined;
|
|
8412
8442
|
/* functional template */
|
|
8413
8443
|
|
|
8414
|
-
const __vue_is_functional_template__$
|
|
8444
|
+
const __vue_is_functional_template__$b = false;
|
|
8415
8445
|
/* style inject SSR */
|
|
8416
8446
|
|
|
8417
8447
|
/* style inject shadow dom */
|
|
8418
8448
|
|
|
8419
|
-
const __vue_component__$
|
|
8420
|
-
render: __vue_render__$
|
|
8421
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8422
|
-
}, __vue_inject_styles__$
|
|
8449
|
+
const __vue_component__$m = /*#__PURE__*/normalizeComponent({
|
|
8450
|
+
render: __vue_render__$b,
|
|
8451
|
+
staticRenderFns: __vue_staticRenderFns__$b
|
|
8452
|
+
}, __vue_inject_styles__$b, __vue_script__$5, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
|
|
8423
8453
|
|
|
8424
|
-
var NsBackupCardDetails = __vue_component__$
|
|
8454
|
+
var NsBackupCardDetails = __vue_component__$m;
|
|
8425
8455
|
|
|
8426
8456
|
//
|
|
8427
|
-
var script$
|
|
8457
|
+
var script$4 = {
|
|
8428
8458
|
name: "NsBackupCard",
|
|
8429
8459
|
components: {
|
|
8430
8460
|
NsBackupCardDetails
|
|
@@ -8439,10 +8469,6 @@ var script$3 = {
|
|
|
8439
8469
|
type: String,
|
|
8440
8470
|
default: "No backup configured"
|
|
8441
8471
|
},
|
|
8442
|
-
scheduleBackupLabel: {
|
|
8443
|
-
type: String,
|
|
8444
|
-
default: "Configure"
|
|
8445
|
-
},
|
|
8446
8472
|
goToBackupLabel: {
|
|
8447
8473
|
type: String,
|
|
8448
8474
|
default: "Go to Backup"
|
|
@@ -8569,10 +8595,10 @@ var script$3 = {
|
|
|
8569
8595
|
};
|
|
8570
8596
|
|
|
8571
8597
|
/* script */
|
|
8572
|
-
const __vue_script__$
|
|
8598
|
+
const __vue_script__$4 = script$4;
|
|
8573
8599
|
/* template */
|
|
8574
8600
|
|
|
8575
|
-
var __vue_render__$
|
|
8601
|
+
var __vue_render__$a = function () {
|
|
8576
8602
|
var _vm = this;
|
|
8577
8603
|
|
|
8578
8604
|
var _h = _vm.$createElement;
|
|
@@ -8604,28 +8630,20 @@ var __vue_render__$9 = function () {
|
|
|
8604
8630
|
"line-count": 5
|
|
8605
8631
|
}
|
|
8606
8632
|
})], 1) : !_vm.backupsContainingInstance.length ? [_c('div', {
|
|
8607
|
-
staticClass: "row"
|
|
8608
|
-
}, [_c('
|
|
8609
|
-
|
|
8610
|
-
|
|
8611
|
-
"title": _vm.noBackupMessage,
|
|
8612
|
-
"showCloseButton": false,
|
|
8613
|
-
"actionLabel": _vm.scheduleBackupLabel
|
|
8614
|
-
},
|
|
8615
|
-
on: {
|
|
8616
|
-
"action": _vm.goToBackup
|
|
8617
|
-
}
|
|
8618
|
-
})], 1)] : [_c('div', {
|
|
8633
|
+
staticClass: "row no-backup"
|
|
8634
|
+
}, [_c('span', {
|
|
8635
|
+
staticClass: "ns-warning"
|
|
8636
|
+
}, [_vm._v("\n " + _vm._s(_vm.noBackupMessage) + "\n ")])])] : [_c('div', {
|
|
8619
8637
|
staticClass: "backups"
|
|
8620
8638
|
}, _vm._l(_vm.backupsContainingInstance, function (backup) {
|
|
8621
8639
|
return _c('div', {
|
|
8622
8640
|
key: backup.id,
|
|
8623
8641
|
staticClass: "backup"
|
|
8624
|
-
}, [_c('div', {
|
|
8642
|
+
}, [_vm.backupsContainingInstance.length > 1 ? _c('div', {
|
|
8625
8643
|
staticClass: "row"
|
|
8626
|
-
}, [
|
|
8627
|
-
staticClass: "title
|
|
8628
|
-
}, [_vm._v("\n " + _vm._s(backup.name) + "\n ")]) : _vm._e()
|
|
8644
|
+
}, [_c('h5', {
|
|
8645
|
+
staticClass: "title"
|
|
8646
|
+
}, [_vm._v("\n " + _vm._s(backup.name) + "\n ")])]) : _vm._e(), _vm._v(" "), _c('div', {
|
|
8629
8647
|
staticClass: "table-wrapper"
|
|
8630
8648
|
}, [_c('div', {
|
|
8631
8649
|
staticClass: "table"
|
|
@@ -8653,11 +8671,11 @@ var __vue_render__$9 = function () {
|
|
|
8653
8671
|
"totalSizeLabel": _vm.totalSizeLabel,
|
|
8654
8672
|
"totalFileCountLabel": _vm.totalFileCountLabel
|
|
8655
8673
|
}
|
|
8656
|
-
}) : _vm._e()], 1)]), _vm._v(" "), _c('div', {
|
|
8674
|
+
}) : _vm._e()], 1)]), _vm._v(" "), _vm.backupsContainingInstance.length > 1 ? _c('div', {
|
|
8657
8675
|
staticClass: "table-wrapper"
|
|
8658
8676
|
}, [_c('div', {
|
|
8659
8677
|
staticClass: "table"
|
|
8660
|
-
}, [
|
|
8678
|
+
}, [_c('cv-accordion', {
|
|
8661
8679
|
ref: "accordion",
|
|
8662
8680
|
refInFor: true
|
|
8663
8681
|
}, [_c('cv-accordion-item', {
|
|
@@ -8678,7 +8696,7 @@ var __vue_render__$9 = function () {
|
|
|
8678
8696
|
"totalSizeLabel": _vm.totalSizeLabel,
|
|
8679
8697
|
"totalFileCountLabel": _vm.totalFileCountLabel
|
|
8680
8698
|
}
|
|
8681
|
-
})], 1)], 2)], 1) : _vm._e()]
|
|
8699
|
+
})], 1)], 2)], 1)], 1)]) : _vm._e()]);
|
|
8682
8700
|
}), 0)], _vm._v(" "), _c('div', [_c('div', {
|
|
8683
8701
|
staticClass: "row mg-top-sm"
|
|
8684
8702
|
}, [_c('NsButton', {
|
|
@@ -8693,16 +8711,16 @@ var __vue_render__$9 = function () {
|
|
|
8693
8711
|
}, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
|
|
8694
8712
|
};
|
|
8695
8713
|
|
|
8696
|
-
var __vue_staticRenderFns__$
|
|
8714
|
+
var __vue_staticRenderFns__$a = [];
|
|
8697
8715
|
/* style */
|
|
8698
8716
|
|
|
8699
|
-
const __vue_inject_styles__$
|
|
8717
|
+
const __vue_inject_styles__$a = function (inject) {
|
|
8700
8718
|
if (!inject) return;
|
|
8701
|
-
inject("data-v-
|
|
8702
|
-
source: ".ns-backup-card[data-v-
|
|
8719
|
+
inject("data-v-9ef09a4e_0", {
|
|
8720
|
+
source: ".ns-backup-card[data-v-9ef09a4e]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.backup[data-v-9ef09a4e]{margin-bottom:1rem}.backup[data-v-9ef09a4e]:last-child{margin-bottom:0}.row[data-v-9ef09a4e]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-9ef09a4e]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-9ef09a4e]{display:flex;justify-content:center;margin-bottom:.5rem}.table[data-v-9ef09a4e]{display:table}.tr[data-v-9ef09a4e]{display:table-row}.td[data-v-9ef09a4e]{display:table-cell}.label[data-v-9ef09a4e]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-9ef09a4e]{font-weight:700}.backup-status-icon[data-v-9ef09a4e]{margin-right:.25rem}.no-backup[data-v-9ef09a4e]{font-weight:700}",
|
|
8703
8721
|
map: undefined,
|
|
8704
8722
|
media: undefined
|
|
8705
|
-
}), inject("data-v-
|
|
8723
|
+
}), inject("data-v-9ef09a4e_1", {
|
|
8706
8724
|
source: ".ns-backup-card .bx--accordion--start .bx--accordion__content{margin-left:0}",
|
|
8707
8725
|
map: undefined,
|
|
8708
8726
|
media: undefined
|
|
@@ -8711,26 +8729,26 @@ const __vue_inject_styles__$9 = function (inject) {
|
|
|
8711
8729
|
/* scoped */
|
|
8712
8730
|
|
|
8713
8731
|
|
|
8714
|
-
const __vue_scope_id__$
|
|
8732
|
+
const __vue_scope_id__$a = "data-v-9ef09a4e";
|
|
8715
8733
|
/* module identifier */
|
|
8716
8734
|
|
|
8717
|
-
const __vue_module_identifier__$
|
|
8735
|
+
const __vue_module_identifier__$a = undefined;
|
|
8718
8736
|
/* functional template */
|
|
8719
8737
|
|
|
8720
|
-
const __vue_is_functional_template__$
|
|
8738
|
+
const __vue_is_functional_template__$a = false;
|
|
8721
8739
|
/* style inject SSR */
|
|
8722
8740
|
|
|
8723
8741
|
/* style inject shadow dom */
|
|
8724
8742
|
|
|
8725
|
-
const __vue_component__$
|
|
8726
|
-
render: __vue_render__$
|
|
8727
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8728
|
-
}, __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);
|
|
8729
8747
|
|
|
8730
|
-
var __vue_component__$
|
|
8748
|
+
var __vue_component__$l = __vue_component__$k;
|
|
8731
8749
|
|
|
8732
8750
|
//
|
|
8733
|
-
var script$
|
|
8751
|
+
var script$3 = {
|
|
8734
8752
|
name: "NsWizard",
|
|
8735
8753
|
extends: CvModal,
|
|
8736
8754
|
mixins: [IconService],
|
|
@@ -8761,10 +8779,10 @@ var script$2 = {
|
|
|
8761
8779
|
};
|
|
8762
8780
|
|
|
8763
8781
|
/* script */
|
|
8764
|
-
const __vue_script__$
|
|
8782
|
+
const __vue_script__$3 = script$3;
|
|
8765
8783
|
/* template */
|
|
8766
8784
|
|
|
8767
|
-
var __vue_render__$
|
|
8785
|
+
var __vue_render__$9 = function () {
|
|
8768
8786
|
var _obj, _obj$1;
|
|
8769
8787
|
|
|
8770
8788
|
var _vm = this;
|
|
@@ -8903,34 +8921,34 @@ var __vue_render__$8 = function () {
|
|
|
8903
8921
|
})], 1)]);
|
|
8904
8922
|
};
|
|
8905
8923
|
|
|
8906
|
-
var __vue_staticRenderFns__$
|
|
8924
|
+
var __vue_staticRenderFns__$9 = [];
|
|
8907
8925
|
/* style */
|
|
8908
8926
|
|
|
8909
|
-
const __vue_inject_styles__$
|
|
8927
|
+
const __vue_inject_styles__$9 = undefined;
|
|
8910
8928
|
/* scoped */
|
|
8911
8929
|
|
|
8912
|
-
const __vue_scope_id__$
|
|
8930
|
+
const __vue_scope_id__$9 = undefined;
|
|
8913
8931
|
/* module identifier */
|
|
8914
8932
|
|
|
8915
|
-
const __vue_module_identifier__$
|
|
8933
|
+
const __vue_module_identifier__$9 = undefined;
|
|
8916
8934
|
/* functional template */
|
|
8917
8935
|
|
|
8918
|
-
const __vue_is_functional_template__$
|
|
8936
|
+
const __vue_is_functional_template__$9 = false;
|
|
8919
8937
|
/* style inject */
|
|
8920
8938
|
|
|
8921
8939
|
/* style inject SSR */
|
|
8922
8940
|
|
|
8923
8941
|
/* style inject shadow dom */
|
|
8924
8942
|
|
|
8925
|
-
const __vue_component__$
|
|
8926
|
-
render: __vue_render__$
|
|
8927
|
-
staticRenderFns: __vue_staticRenderFns__$
|
|
8928
|
-
}, __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);
|
|
8929
8947
|
|
|
8930
|
-
var __vue_component__$
|
|
8948
|
+
var __vue_component__$j = __vue_component__$i;
|
|
8931
8949
|
|
|
8932
8950
|
//
|
|
8933
|
-
var script$
|
|
8951
|
+
var script$2 = {
|
|
8934
8952
|
name: "NsMenuItem",
|
|
8935
8953
|
components: {
|
|
8936
8954
|
NsSvg
|
|
@@ -8953,10 +8971,10 @@ var script$1 = {
|
|
|
8953
8971
|
};
|
|
8954
8972
|
|
|
8955
8973
|
/* script */
|
|
8956
|
-
const __vue_script__$
|
|
8974
|
+
const __vue_script__$2 = script$2;
|
|
8957
8975
|
/* template */
|
|
8958
8976
|
|
|
8959
|
-
var __vue_render__$
|
|
8977
|
+
var __vue_render__$8 = function () {
|
|
8960
8978
|
var _vm = this;
|
|
8961
8979
|
|
|
8962
8980
|
var _h = _vm.$createElement;
|
|
@@ -8976,10 +8994,10 @@ var __vue_render__$7 = function () {
|
|
|
8976
8994
|
}, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
|
|
8977
8995
|
};
|
|
8978
8996
|
|
|
8979
|
-
var __vue_staticRenderFns__$
|
|
8997
|
+
var __vue_staticRenderFns__$8 = [];
|
|
8980
8998
|
/* style */
|
|
8981
8999
|
|
|
8982
|
-
const __vue_inject_styles__$
|
|
9000
|
+
const __vue_inject_styles__$8 = function (inject) {
|
|
8983
9001
|
if (!inject) return;
|
|
8984
9002
|
inject("data-v-35f08832_0", {
|
|
8985
9003
|
source: ".ns-menu-item[data-v-35f08832]{display:flex;align-items:center}.icon[data-v-35f08832]{margin-right:.5rem}",
|
|
@@ -8990,13 +9008,61 @@ const __vue_inject_styles__$7 = function (inject) {
|
|
|
8990
9008
|
/* scoped */
|
|
8991
9009
|
|
|
8992
9010
|
|
|
8993
|
-
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";
|
|
8994
9058
|
/* module identifier */
|
|
8995
9059
|
|
|
8996
9060
|
const __vue_module_identifier__$7 = undefined;
|
|
8997
9061
|
/* functional template */
|
|
8998
9062
|
|
|
8999
9063
|
const __vue_is_functional_template__$7 = false;
|
|
9064
|
+
/* style inject */
|
|
9065
|
+
|
|
9000
9066
|
/* style inject SSR */
|
|
9001
9067
|
|
|
9002
9068
|
/* style inject shadow dom */
|
|
@@ -9004,15 +9070,126 @@ const __vue_is_functional_template__$7 = false;
|
|
|
9004
9070
|
const __vue_component__$e = /*#__PURE__*/normalizeComponent({
|
|
9005
9071
|
render: __vue_render__$7,
|
|
9006
9072
|
staticRenderFns: __vue_staticRenderFns__$7
|
|
9007
|
-
}, __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);
|
|
9008
9074
|
|
|
9009
9075
|
var __vue_component__$f = __vue_component__$e;
|
|
9010
9076
|
|
|
9011
9077
|
//
|
|
9012
9078
|
var script = {
|
|
9013
|
-
name: "
|
|
9014
|
-
|
|
9015
|
-
|
|
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
|
+
router: {
|
|
9095
|
+
type: Object,
|
|
9096
|
+
default: null
|
|
9097
|
+
},
|
|
9098
|
+
context: {
|
|
9099
|
+
type: String,
|
|
9100
|
+
default: "cluster",
|
|
9101
|
+
validator: val => ["cluster", "node", "module"].includes(val)
|
|
9102
|
+
},
|
|
9103
|
+
nodeId: {
|
|
9104
|
+
type: String,
|
|
9105
|
+
default: ""
|
|
9106
|
+
},
|
|
9107
|
+
moduleId: {
|
|
9108
|
+
type: String,
|
|
9109
|
+
default: ""
|
|
9110
|
+
},
|
|
9111
|
+
searchQuery: {
|
|
9112
|
+
type: String,
|
|
9113
|
+
default: ""
|
|
9114
|
+
},
|
|
9115
|
+
maxLines: {
|
|
9116
|
+
type: String,
|
|
9117
|
+
default: ""
|
|
9118
|
+
},
|
|
9119
|
+
startDate: {
|
|
9120
|
+
type: String,
|
|
9121
|
+
default: ""
|
|
9122
|
+
},
|
|
9123
|
+
startTime: {
|
|
9124
|
+
type: String,
|
|
9125
|
+
default: ""
|
|
9126
|
+
},
|
|
9127
|
+
endDate: {
|
|
9128
|
+
type: String,
|
|
9129
|
+
default: ""
|
|
9130
|
+
},
|
|
9131
|
+
endTime: {
|
|
9132
|
+
type: String,
|
|
9133
|
+
default: ""
|
|
9134
|
+
},
|
|
9135
|
+
followLogs: Boolean,
|
|
9136
|
+
light: Boolean
|
|
9137
|
+
},
|
|
9138
|
+
computed: {
|
|
9139
|
+
logsUrl() {
|
|
9140
|
+
const queryParams = [];
|
|
9141
|
+
|
|
9142
|
+
if (this.context) {
|
|
9143
|
+
queryParams.push(`context=${this.context}`);
|
|
9144
|
+
}
|
|
9145
|
+
|
|
9146
|
+
if (this.context == "node" && this.nodeId) {
|
|
9147
|
+
queryParams.push(`selectedNodeId=${this.nodeId}`);
|
|
9148
|
+
}
|
|
9149
|
+
|
|
9150
|
+
if (this.context == "module" && this.moduleId) {
|
|
9151
|
+
queryParams.push(`selectedAppId=${this.moduleId}`);
|
|
9152
|
+
}
|
|
9153
|
+
|
|
9154
|
+
if (this.searchQuery) {
|
|
9155
|
+
queryParams.push(`searchQuery=${this.searchQuery}`);
|
|
9156
|
+
}
|
|
9157
|
+
|
|
9158
|
+
if (this.maxLines) {
|
|
9159
|
+
queryParams.push(`maxLines=${this.maxLines}`);
|
|
9160
|
+
}
|
|
9161
|
+
|
|
9162
|
+
if (this.startDate) {
|
|
9163
|
+
queryParams.push(`startDate=${this.startDate}`);
|
|
9164
|
+
}
|
|
9165
|
+
|
|
9166
|
+
if (this.startTime) {
|
|
9167
|
+
queryParams.push(`startTime=${this.startTime}`);
|
|
9168
|
+
}
|
|
9169
|
+
|
|
9170
|
+
if (this.endDate) {
|
|
9171
|
+
queryParams.push(`endDate=${this.endDate}`);
|
|
9172
|
+
}
|
|
9173
|
+
|
|
9174
|
+
if (this.endTime) {
|
|
9175
|
+
queryParams.push(`endTime=${this.endTime}`);
|
|
9176
|
+
}
|
|
9177
|
+
|
|
9178
|
+
if (this.followLogs) {
|
|
9179
|
+
queryParams.push(`followLogs=${this.followLogs}`);
|
|
9180
|
+
}
|
|
9181
|
+
|
|
9182
|
+
return "/system-logs?" + queryParams.join("&");
|
|
9183
|
+
}
|
|
9184
|
+
|
|
9185
|
+
},
|
|
9186
|
+
methods: {
|
|
9187
|
+
goToLogs() {
|
|
9188
|
+
if (this.router) {
|
|
9189
|
+
this.router.push(this.logsUrl);
|
|
9190
|
+
}
|
|
9191
|
+
}
|
|
9192
|
+
|
|
9016
9193
|
}
|
|
9017
9194
|
};
|
|
9018
9195
|
|
|
@@ -9027,7 +9204,24 @@ var __vue_render__$6 = function () {
|
|
|
9027
9204
|
|
|
9028
9205
|
var _c = _vm._self._c || _h;
|
|
9029
9206
|
|
|
9030
|
-
return _c('
|
|
9207
|
+
return _c('NsInfoCard', {
|
|
9208
|
+
attrs: {
|
|
9209
|
+
"title": _vm.title,
|
|
9210
|
+
"description": _vm.description,
|
|
9211
|
+
"light": _vm.light,
|
|
9212
|
+
"icon": _vm.Catalog32
|
|
9213
|
+
}
|
|
9214
|
+
}, [_c('template', {
|
|
9215
|
+
slot: "content"
|
|
9216
|
+
}, [_c('NsButton', {
|
|
9217
|
+
attrs: {
|
|
9218
|
+
"kind": "ghost",
|
|
9219
|
+
"icon": _vm.ArrowRight20
|
|
9220
|
+
},
|
|
9221
|
+
on: {
|
|
9222
|
+
"click": _vm.goToLogs
|
|
9223
|
+
}
|
|
9224
|
+
}, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")])], 1)], 2);
|
|
9031
9225
|
};
|
|
9032
9226
|
|
|
9033
9227
|
var __vue_staticRenderFns__$6 = [];
|
|
@@ -9036,7 +9230,7 @@ var __vue_staticRenderFns__$6 = [];
|
|
|
9036
9230
|
const __vue_inject_styles__$6 = undefined;
|
|
9037
9231
|
/* scoped */
|
|
9038
9232
|
|
|
9039
|
-
const __vue_scope_id__$6 = "data-v-
|
|
9233
|
+
const __vue_scope_id__$6 = "data-v-aec74b8e";
|
|
9040
9234
|
/* module identifier */
|
|
9041
9235
|
|
|
9042
9236
|
const __vue_module_identifier__$6 = undefined;
|
|
@@ -16899,31 +17093,32 @@ var filters = {
|
|
|
16899
17093
|
|
|
16900
17094
|
var components = /*#__PURE__*/Object.freeze({
|
|
16901
17095
|
__proto__: null,
|
|
16902
|
-
NsButton: __vue_component__$
|
|
16903
|
-
NsEmptyState: __vue_component__$
|
|
17096
|
+
NsButton: __vue_component__$X,
|
|
17097
|
+
NsEmptyState: __vue_component__$S,
|
|
16904
17098
|
NsPictogram: NsPictogram,
|
|
16905
|
-
NsCodeSnippet: __vue_component__$
|
|
17099
|
+
NsCodeSnippet: __vue_component__$Q,
|
|
16906
17100
|
NsInlineNotification: NsInlineNotification,
|
|
16907
17101
|
NsProgressBar: NsProgressBar,
|
|
16908
17102
|
NsSvg: NsSvg,
|
|
16909
|
-
NsTile: __vue_component__$
|
|
16910
|
-
NsToastNotification: __vue_component__$
|
|
16911
|
-
NsInfoCard: __vue_component__$
|
|
16912
|
-
NsStatusCard: __vue_component__$
|
|
16913
|
-
NsSystemdServiceCard: __vue_component__$
|
|
16914
|
-
NsPasswordInput: __vue_component__$
|
|
16915
|
-
NsIconMenu: __vue_component__$
|
|
16916
|
-
NsMeterChart: __vue_component__$
|
|
16917
|
-
NsPieChart: __vue_component__$
|
|
17103
|
+
NsTile: __vue_component__$K,
|
|
17104
|
+
NsToastNotification: __vue_component__$I,
|
|
17105
|
+
NsInfoCard: __vue_component__$G,
|
|
17106
|
+
NsStatusCard: __vue_component__$E,
|
|
17107
|
+
NsSystemdServiceCard: __vue_component__$C,
|
|
17108
|
+
NsPasswordInput: __vue_component__$A,
|
|
17109
|
+
NsIconMenu: __vue_component__$y,
|
|
17110
|
+
NsMeterChart: __vue_component__$w,
|
|
17111
|
+
NsPieChart: __vue_component__$u,
|
|
16918
17112
|
NsLottieAnimation: NsLottieAnimation,
|
|
16919
|
-
NsDangerDeleteModal: __vue_component__$
|
|
17113
|
+
NsDangerDeleteModal: __vue_component__$s,
|
|
16920
17114
|
NsCircleTimer: NsCircleTimer,
|
|
16921
|
-
NsDropdownAction: __vue_component__$
|
|
16922
|
-
NsTextInput: __vue_component__$
|
|
16923
|
-
NsBackupCard: __vue_component__$
|
|
16924
|
-
NsWizard: __vue_component__$
|
|
16925
|
-
NsMenuItem: __vue_component__$
|
|
16926
|
-
NsMenuDivider: __vue_component__$
|
|
17115
|
+
NsDropdownAction: __vue_component__$q,
|
|
17116
|
+
NsTextInput: __vue_component__$o,
|
|
17117
|
+
NsBackupCard: __vue_component__$l,
|
|
17118
|
+
NsWizard: __vue_component__$j,
|
|
17119
|
+
NsMenuItem: __vue_component__$h,
|
|
17120
|
+
NsMenuDivider: __vue_component__$f,
|
|
17121
|
+
NsSystemLogsCard: __vue_component__$d,
|
|
16927
17122
|
ExclamationMarkPictogram: ExclamationMarkPictogram,
|
|
16928
17123
|
GearPictogram: __vue_component__$b,
|
|
16929
17124
|
LovePictogram: __vue_component__$9,
|
|
@@ -16951,4 +17146,4 @@ const install = function installNs8UiLib(Vue) {
|
|
|
16951
17146
|
});
|
|
16952
17147
|
}; // Create module definition for Vue.use()
|
|
16953
17148
|
|
|
16954
|
-
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__$
|
|
17149
|
+
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 };
|