bfg-common 1.4.355 → 1.4.357
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/assets/localization/local_be.json +2823 -2796
- package/assets/localization/local_en.json +2827 -2800
- package/assets/localization/local_hy.json +28 -1
- package/assets/localization/local_kk.json +28 -1
- package/assets/localization/local_ru.json +28 -1
- package/assets/localization/local_zh.json +28 -1
- package/components/common/layout/theHeader/feedback/Feedback.vue +12 -7
- package/components/common/layout/theHeader/feedback/lib/config/sendFeedback.ts +9 -0
- package/components/common/layout/theHeader/feedback/new/New.vue +131 -0
- package/components/common/layout/theHeader/feedback/new/additionalDetails/AdditionalDetails.vue +14 -0
- package/components/common/layout/theHeader/feedback/new/description/Description.vue +58 -0
- package/components/common/layout/theHeader/feedback/new/email/Email.vue +43 -0
- package/components/common/layout/theHeader/feedback/new/subtitle/Subtitle.vue +83 -0
- package/components/common/layout/theHeader/feedback/new/tabs/Tabs.vue +79 -0
- package/components/common/layout/theHeader/feedback/new/tabs/lib/config/tabs.ts +25 -0
- package/components/common/layout/theHeader/feedback/new/tabs/lib/models/interfaces.ts +17 -0
- package/components/common/layout/theHeader/feedback/new/tabs/lib/models/types.ts +1 -0
- package/components/common/layout/theHeader/helpMenu/About.vue +45 -72
- package/components/common/layout/theHeader/helpMenu/HelpMenu.vue +1 -1
- package/components/common/layout/theHeader/helpMenu/aboutNew/AboutNew.vue +92 -0
- package/components/common/layout/theHeader/helpMenu/aboutOld/AboutOld.vue +95 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +136 -64
- package/components/common/portlets/tag/CreateCategory.vue +276 -276
- package/components/common/portlets/tag/{TagsNew.vue → Portlet.vue} +450 -450
- package/components/common/portlets/tag/TagAddNew.vue +578 -578
- package/components/common/portlets/tag/lib/config/config.ts +199 -199
- package/components/common/portlets/tag/lib/models/interfaces.ts +27 -27
- package/components/common/portlets/tag/lib/models/types.ts +15 -15
- package/components/common/spiceConsole/Drawer.vue +28 -0
- package/lib/models/interfaces.ts +1 -0
- package/package.json +2 -2
- package/store/tasks/mappers/recentTasks.ts +8 -1
- package/components/common/layout/theHeader/feedback/FeedbackNew.vue +0 -63
|
@@ -499,31 +499,49 @@ const vmItemsFunc = (
|
|
|
499
499
|
},
|
|
500
500
|
{
|
|
501
501
|
id: 2,
|
|
502
|
-
name: localization.inventoryMonitor.
|
|
503
|
-
description: localization.inventoryMonitor.
|
|
504
|
-
measurement: localization.
|
|
502
|
+
name: localization.inventoryMonitor.readCount,
|
|
503
|
+
description: localization.inventoryMonitor.averageNumberOfReadCount,
|
|
504
|
+
measurement: localization.common.read,
|
|
505
505
|
units: localization.common.num,
|
|
506
|
-
nameEn: '
|
|
507
|
-
testId: 'counters-table-
|
|
506
|
+
nameEn: 'read count',
|
|
507
|
+
testId: 'counters-table-read-count-item',
|
|
508
508
|
},
|
|
509
509
|
{
|
|
510
510
|
id: 3,
|
|
511
|
-
name: localization.inventoryMonitor.
|
|
512
|
-
description: localization.inventoryMonitor.
|
|
513
|
-
measurement: localization.
|
|
511
|
+
name: localization.inventoryMonitor.writeCount,
|
|
512
|
+
description: localization.inventoryMonitor.averageNumberOfWriteCount,
|
|
513
|
+
measurement: localization.common.write,
|
|
514
514
|
units: localization.common.num,
|
|
515
|
-
nameEn: '
|
|
516
|
-
testId: 'counters-table-
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
},
|
|
515
|
+
nameEn: 'write count',
|
|
516
|
+
testId: 'counters-table-write-count-item',
|
|
517
|
+
},
|
|
518
|
+
// {
|
|
519
|
+
// id: 2,
|
|
520
|
+
// name: localization.inventoryMonitor.diskDevicesShares,
|
|
521
|
+
// description: localization.inventoryMonitor.amountDiskDevicesShares,
|
|
522
|
+
// measurement: localization.inventoryMonitor.usageInNum,
|
|
523
|
+
// units: localization.common.num,
|
|
524
|
+
// nameEn: 'disk devices shares',
|
|
525
|
+
// testId: 'counters-table-disk-devices-shares-item',
|
|
526
|
+
// },
|
|
527
|
+
// {
|
|
528
|
+
// id: 3,
|
|
529
|
+
// name: localization.inventoryMonitor.diskDevicesLimitIOps,
|
|
530
|
+
// description: localization.inventoryMonitor.amountDiskDevicesLimitIOps,
|
|
531
|
+
// measurement: localization.inventoryMonitor.usageInNum,
|
|
532
|
+
// units: localization.common.num,
|
|
533
|
+
// nameEn: 'disk devices limit iops',
|
|
534
|
+
// testId: 'counters-table-disk-devices-limit-iops-item',
|
|
535
|
+
// },
|
|
536
|
+
// {
|
|
537
|
+
// id: 4,
|
|
538
|
+
// name: localization.inventoryMonitor.diskDevicesSize,
|
|
539
|
+
// description: localization.inventoryMonitor.amountDiskDevicesSize,
|
|
540
|
+
// measurement: localization.inventoryMonitor.usageInKb,
|
|
541
|
+
// units: localization.common.kb,
|
|
542
|
+
// nameEn: 'disk devices size',
|
|
543
|
+
// testId: 'counters-table-disk-devices-size-item',
|
|
544
|
+
// },
|
|
527
545
|
]
|
|
528
546
|
const network: UI_I_AdvancedCounterItem[] = [
|
|
529
547
|
{
|
|
@@ -659,15 +677,6 @@ const vmItemsFunc = (
|
|
|
659
677
|
const memory: UI_I_AdvancedCounterItem[] = [
|
|
660
678
|
{
|
|
661
679
|
id: 0,
|
|
662
|
-
name: localization.inventoryMonitor.memoryLimitMb2,
|
|
663
|
-
description: localization.inventoryMonitor.memoryLimitInMB,
|
|
664
|
-
measurement: localization.inventoryMonitor.usageInMb,
|
|
665
|
-
units: localization.common.mb,
|
|
666
|
-
nameEn: 'memory limit mb',
|
|
667
|
-
testId: 'counters-table-memory-limit-mb-item',
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
id: 1,
|
|
671
680
|
name: localization.inventoryMonitor.memorySizeMb,
|
|
672
681
|
description: localization.inventoryMonitor.sizeAvailableMemoryInMB,
|
|
673
682
|
measurement: localization.inventoryMonitor.usageInMb,
|
|
@@ -676,59 +685,122 @@ const vmItemsFunc = (
|
|
|
676
685
|
testId: 'counters-table-memory-size-mb-item',
|
|
677
686
|
},
|
|
678
687
|
{
|
|
679
|
-
id:
|
|
680
|
-
name: localization.inventoryMonitor.
|
|
681
|
-
description: localization.inventoryMonitor.
|
|
688
|
+
id: 1,
|
|
689
|
+
name: localization.inventoryMonitor.memoryUsedMb,
|
|
690
|
+
description: localization.inventoryMonitor.usedMemoryInMB,
|
|
682
691
|
measurement: localization.inventoryMonitor.usageInMb,
|
|
683
692
|
units: localization.common.mb,
|
|
684
|
-
nameEn: 'memory
|
|
685
|
-
testId: 'counters-table-memory-
|
|
693
|
+
nameEn: 'memory used mb',
|
|
694
|
+
testId: 'counters-table-memory-used-mb-item',
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
id: 2,
|
|
698
|
+
name: localization.inventoryMonitor.sharedPages,
|
|
699
|
+
description: localization.inventoryMonitor.sharedPagesDesc,
|
|
700
|
+
measurement: localization.common.num,
|
|
701
|
+
units: localization.common.num,
|
|
702
|
+
nameEn: 'shared pages',
|
|
703
|
+
testId: 'counters-table-memory-shared-pages-item',
|
|
686
704
|
},
|
|
687
705
|
{
|
|
688
706
|
id: 3,
|
|
689
|
-
name: localization.inventoryMonitor.
|
|
690
|
-
description: localization.inventoryMonitor.
|
|
691
|
-
measurement: localization.
|
|
707
|
+
name: localization.inventoryMonitor.sharedPages,
|
|
708
|
+
description: localization.inventoryMonitor.sharedPagesDesc,
|
|
709
|
+
measurement: localization.common.num,
|
|
692
710
|
units: localization.common.num,
|
|
693
|
-
nameEn: '
|
|
694
|
-
testId: 'counters-table-memory-
|
|
711
|
+
nameEn: 'shared pages',
|
|
712
|
+
testId: 'counters-table-memory-shared-pages-item',
|
|
695
713
|
},
|
|
696
714
|
{
|
|
697
715
|
id: 4,
|
|
698
|
-
name: localization.
|
|
699
|
-
description: localization.inventoryMonitor.
|
|
700
|
-
measurement: localization.
|
|
701
|
-
units: localization.common.
|
|
702
|
-
nameEn: '
|
|
703
|
-
testId: 'counters-table-memory-
|
|
716
|
+
name: localization.common.text,
|
|
717
|
+
description: localization.inventoryMonitor.textDesc,
|
|
718
|
+
measurement: localization.common.num,
|
|
719
|
+
units: localization.common.num,
|
|
720
|
+
nameEn: 'text',
|
|
721
|
+
testId: 'counters-table-memory-text-item',
|
|
704
722
|
},
|
|
705
723
|
{
|
|
706
724
|
id: 5,
|
|
707
|
-
name: localization.inventoryMonitor.
|
|
708
|
-
description: localization.inventoryMonitor.
|
|
709
|
-
measurement: localization.
|
|
710
|
-
units: localization.common.
|
|
711
|
-
nameEn: '
|
|
712
|
-
testId: 'counters-table-memory-
|
|
725
|
+
name: localization.inventoryMonitor.library,
|
|
726
|
+
description: localization.inventoryMonitor.libraryDesc,
|
|
727
|
+
measurement: localization.common.kb,
|
|
728
|
+
units: localization.common.kb,
|
|
729
|
+
nameEn: 'library',
|
|
730
|
+
testId: 'counters-table-memory-library-item',
|
|
713
731
|
},
|
|
714
732
|
{
|
|
715
733
|
id: 6,
|
|
716
|
-
name: localization.inventoryMonitor.
|
|
717
|
-
description: localization.inventoryMonitor.
|
|
718
|
-
measurement: localization.
|
|
719
|
-
units: localization.common.
|
|
720
|
-
nameEn: '
|
|
721
|
-
testId: 'counters-table-memory-
|
|
734
|
+
name: localization.inventoryMonitor.dataStack,
|
|
735
|
+
description: localization.inventoryMonitor.dataStackDesc,
|
|
736
|
+
measurement: localization.common.num,
|
|
737
|
+
units: localization.common.num,
|
|
738
|
+
nameEn: 'data stack',
|
|
739
|
+
testId: 'counters-table-memory-data-stack-item',
|
|
722
740
|
},
|
|
723
741
|
{
|
|
724
742
|
id: 7,
|
|
725
|
-
name: localization.inventoryMonitor.
|
|
726
|
-
description: localization.inventoryMonitor.
|
|
727
|
-
measurement: localization.
|
|
728
|
-
units: localization.common.
|
|
729
|
-
nameEn: '
|
|
730
|
-
testId: 'counters-table-memory-
|
|
731
|
-
},
|
|
743
|
+
name: localization.inventoryMonitor.dirtyPages,
|
|
744
|
+
description: localization.inventoryMonitor.dirtyPagesDesc,
|
|
745
|
+
measurement: localization.common.num,
|
|
746
|
+
units: localization.common.num,
|
|
747
|
+
nameEn: 'dirty pages',
|
|
748
|
+
testId: 'counters-table-memory-dirty-pages-item',
|
|
749
|
+
},
|
|
750
|
+
// {
|
|
751
|
+
// id: 0,
|
|
752
|
+
// name: localization.inventoryMonitor.memoryLimitMb2,
|
|
753
|
+
// description: localization.inventoryMonitor.memoryLimitInMB,
|
|
754
|
+
// measurement: localization.inventoryMonitor.usageInMb,
|
|
755
|
+
// units: localization.common.mb,
|
|
756
|
+
// nameEn: 'memory limit mb',
|
|
757
|
+
// testId: 'counters-table-memory-limit-mb-item',
|
|
758
|
+
// },
|
|
759
|
+
// {
|
|
760
|
+
// id: 2,
|
|
761
|
+
// name: localization.inventoryMonitor.memoryReservationMb2,
|
|
762
|
+
// description: localization.inventoryMonitor.memoryReservationInMB,
|
|
763
|
+
// measurement: localization.inventoryMonitor.usageInMb,
|
|
764
|
+
// units: localization.common.mb,
|
|
765
|
+
// nameEn: 'memory reservation mb',
|
|
766
|
+
// testId: 'counters-table-memory-reservation-mb-item',
|
|
767
|
+
// },
|
|
768
|
+
// {
|
|
769
|
+
// id: 3,
|
|
770
|
+
// name: localization.inventoryMonitor.memoryDramReadBandwidth,
|
|
771
|
+
// description: localization.inventoryMonitor.memoryDramReadBandwidth,
|
|
772
|
+
// measurement: localization.inventoryMonitor.usageInNum,
|
|
773
|
+
// units: localization.common.num,
|
|
774
|
+
// nameEn: 'memory dram read bandwidth',
|
|
775
|
+
// testId: 'counters-table-memory-dram-read-bandwidth-item',
|
|
776
|
+
// },
|
|
777
|
+
// {
|
|
778
|
+
// id: 4,
|
|
779
|
+
// name: localization.inventoryMonitor.memoryProvisionedMb,
|
|
780
|
+
// description: localization.inventoryMonitor.provisionedMemoryInMB,
|
|
781
|
+
// measurement: localization.inventoryMonitor.usageInMb,
|
|
782
|
+
// units: localization.common.mb,
|
|
783
|
+
// nameEn: 'memory provisioned mb',
|
|
784
|
+
// testId: 'counters-table-memory-provisioned-mb-item',
|
|
785
|
+
// },
|
|
786
|
+
// {
|
|
787
|
+
// id: 5,
|
|
788
|
+
// name: localization.inventoryMonitor.memoryPMemReadBandwidth,
|
|
789
|
+
// description: localization.inventoryMonitor.memoryPMemReadBandwidth,
|
|
790
|
+
// measurement: localization.inventoryMonitor.usageInNum,
|
|
791
|
+
// units: localization.common.num,
|
|
792
|
+
// nameEn: 'memory pmem read bandwidth',
|
|
793
|
+
// testId: 'counters-table-memory-pmem-read-bandwidth-item',
|
|
794
|
+
// },
|
|
795
|
+
// {
|
|
796
|
+
// id: 7,
|
|
797
|
+
// name: localization.inventoryMonitor.memoryResidentSetSizeMb,
|
|
798
|
+
// description: localization.inventoryMonitor.residentSetSizeMemoryInMB,
|
|
799
|
+
// measurement: localization.inventoryMonitor.usageInMb,
|
|
800
|
+
// units: localization.common.mb,
|
|
801
|
+
// nameEn: 'memory resident set size mb',
|
|
802
|
+
// testId: 'counters-table-memory-resident-set-size-mb-item',
|
|
803
|
+
// },
|
|
732
804
|
]
|
|
733
805
|
const datastore: UI_I_AdvancedCounterItem[] = [
|
|
734
806
|
{
|