bfg-common 1.4.799 → 1.4.800
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/img/icons/icons-sprite-dark-1.svg +31 -14
- package/assets/img/icons/icons-sprite-dark-3.svg +227 -227
- package/assets/img/icons/icons-sprite-dark-4.svg +6 -1
- package/assets/img/icons/icons-sprite-dark-5.svg +488 -488
- package/assets/img/icons/icons-sprite-light-1.svg +30 -13
- package/assets/img/icons/icons-sprite-light-3.svg +227 -227
- package/assets/img/icons/icons-sprite-light-4.svg +6 -1
- package/assets/img/icons/icons-sprite-light-5.svg +488 -488
- package/assets/localization/local_be.json +33 -8
- package/assets/localization/local_en.json +33 -8
- package/assets/localization/local_hy.json +33 -8
- package/assets/localization/local_kk.json +34 -9
- package/assets/localization/local_ru.json +43 -18
- package/assets/localization/local_zh.json +33 -8
- package/assets/scss/clarity/local_ar.json +6 -3
- package/assets/scss/common/icons/icons-1.scss +4 -4
- package/components/atoms/autocomplete/Autocomplete.vue +68 -12
- package/components/atoms/select/TheSelect.vue +10 -1
- package/components/atoms/table/dataGrid/DataGrid.vue +12 -4
- package/components/atoms/table/dataGrid/lib/config/settingsTable.ts +4 -1
- package/components/atoms/table/dataGrid/lib/utils/export.ts +13 -13
- package/components/atoms/tabs/VerticalTabs.vue +11 -6
- package/components/common/browse/blocks/lib/models/types.ts +1 -1
- package/components/common/browse/lib/models/interfaces.ts +5 -5
- package/components/common/chartOptionsModal/counters/timespan/form/Form.vue +544 -544
- package/components/common/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +116 -116
- package/components/common/context/Context.vue +16 -4
- package/components/common/context/recursion/Recursion.vue +2 -1
- package/components/common/context/recursion/RecursionNew.vue +57 -31
- package/components/common/context/recursion/RecursionOld.vue +33 -19
- package/components/common/diagramMain/Header.vue +211 -211
- package/components/common/diagramMain/adapter/AdapterItems.vue +61 -61
- package/components/common/diagramMain/lib/config/initial.ts +50 -50
- package/components/common/diagramMain/lib/models/types.ts +21 -21
- package/components/common/diagramMain/lib/utils/utils.ts +331 -331
- package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +330 -330
- package/components/common/diagramMain/modals/editSettings/ConfirmTeamingSettingsModal.vue +40 -40
- package/components/common/diagramMain/modals/editSettings/EditSettings.vue +497 -497
- package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +812 -812
- package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +214 -214
- package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +189 -189
- package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +163 -163
- package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +175 -175
- package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +7 -7
- package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +346 -346
- package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +205 -205
- package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +23 -23
- package/components/common/diagramMain/modals/lib/config/initial.ts +180 -180
- package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +90 -90
- package/components/common/diagramMain/modals/lib/mappers/mappers.ts +87 -87
- package/components/common/diagramMain/modals/lib/utils/index.ts +24 -24
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +114 -114
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +169 -169
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/SelectVmkernelAdapter.vue +159 -159
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +14 -14
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +137 -137
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +52 -52
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/validations.ts +19 -19
- package/components/common/diagramMain/port/Ports.vue +47 -47
- package/components/common/feedback/Buttons.vue +2 -2
- package/components/common/feedback/Message.vue +1 -0
- package/components/common/feedback/VisitPortal.vue +5 -1
- package/components/common/layout/theHeader/feedback/new/New.vue +29 -14
- package/components/common/layout/theHeader/feedback/new/additionalDetails/AdditionalDetails.vue +34 -9
- package/components/common/layout/theHeader/feedback/new/additionalDetails/Headline.vue +17 -6
- package/components/common/layout/theHeader/feedback/new/description/Description.vue +1 -0
- package/components/common/layout/theHeader/feedback/new/email/Email.vue +1 -1
- package/components/common/layout/theHeader/feedback/new/subtitle/Subtitle.vue +22 -6
- package/components/common/layout/theHeader/feedback/new/tabs/Tabs.vue +17 -15
- package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePasswordNew.vue +1 -1
- package/components/common/mainNavigationPanel/MainNavigationPanel.vue +3 -2
- package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +1 -1
- package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/Notification.vue +7 -7
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue +95 -95
- package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/Graph.vue +463 -456
- package/components/common/pages/hardwareHealth/historyTestimony/tools/Tools.vue +389 -387
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +8 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/Counters.vue +94 -94
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/Timespan.vue +66 -66
- package/components/common/pages/home/headline/Headline.vue +3 -2
- package/components/common/pages/home/headline/HeadlineNew.vue +1 -1
- package/components/common/pages/home/headline/HeadlineOld.vue +5 -0
- package/components/common/pages/home/widgets/vms/VmsNew.vue +1 -1
- package/components/common/pages/packages/Packages.vue +208 -0
- package/components/common/pages/packages/lib/config/actions.ts +59 -0
- package/components/common/pages/packages/lib/models/types.ts +8 -0
- package/components/common/pages/packages/tableView/TableView.vue +120 -0
- package/components/common/pages/packages/tableView/lib/config/configTable.ts +136 -0
- package/components/common/pages/packages/tableView/lib/config/tableKey.ts +14 -0
- package/components/common/pages/packages/tableView/lib/models/types.ts +12 -0
- package/components/common/pages/shortcuts/Shortcuts.vue +1 -1
- package/components/common/pages/tasks/Tasks.vue +23 -8
- package/components/common/pages/tasks/table/Table.vue +66 -16
- package/components/common/pages/tasks/table/errorInfo/ErrorInfo.vue +27 -10
- package/components/common/pages/tasks/table/expandDetails/ExpandDetails.vue +28 -12
- package/components/common/pages/tasks/table/lib/config/config.ts +11 -11
- package/components/common/select/radio/RadioGroup.vue +3 -3
- package/components/common/selectLanguage/SelectLanguage.vue +29 -25
- package/components/common/selectLanguage/lib/config/config.ts +1 -0
- package/components/common/split/horizontal/HorizontalNew.vue +42 -24
- package/components/common/split/horizontal/HorizontalOld.vue +43 -13
- package/components/common/vm/actions/add/Add.vue +6 -1
- package/components/common/vm/actions/clone/Clone.vue +8 -3
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +4 -0
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareNew.vue +6 -4
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareOld.vue +26 -10
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +12 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardwareNew.vue +6 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardwareOld.vue +4 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +6 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +9 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDiskNew.vue +3 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDiskOld.vue +3 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDevice.vue +87 -24
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceNew.vue +14 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceOld.vue +9 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIo.vue +0 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoNew.vue +43 -12
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoOld.vue +50 -25
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +5 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoNew.vue +64 -28
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoOld.vue +60 -19
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/lib/config/options.ts +11 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +16 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridNew.vue +59 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridOld.vue +60 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelectionNew.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelectionOld.vue +1 -1
- package/components/common/vm/actions/common/lib/config/capabilities.ts +1 -1
- package/components/common/vm/actions/editSettings/EditSettings.vue +4 -0
- package/components/common/vm/actions/editSettings/EditSettingsOld.vue +2 -0
- package/components/common/vm/actions/editSettings/new/New.vue +2 -0
- package/components/common/wizards/datastore/add/Add.vue +4 -4
- package/components/common/wizards/datastore/add/lib/config/steps.ts +14 -14
- package/components/common/wizards/datastore/add/lib/validations.ts +9 -9
- package/components/common/wizards/datastore/add/nfs/Nfs.vue +6 -9
- package/components/common/wizards/vm/migrate/Migrate.vue +12 -12
- package/components/common/wizards/vm/migrate/select/computeResource/ComputeResource.vue +1 -1
- package/composables/useLocal.ts +3 -1
- package/composables/useLocalStorage.ts +1 -1
- package/lib/models/store/vm/interfaces.ts +11 -0
- package/lib/models/table/interfaces.ts +1 -0
- package/package.json +3 -3
- package/store/tasks/actions.ts +2 -1
package/components/common/layout/theHeader/feedback/new/additionalDetails/AdditionalDetails.vue
CHANGED
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
>
|
|
28
28
|
<ui-icon
|
|
29
29
|
name="take-screenshot"
|
|
30
|
-
width="
|
|
31
|
-
height="
|
|
30
|
+
width="18"
|
|
31
|
+
height="18"
|
|
32
32
|
class="feedback__btn-icon"
|
|
33
33
|
/>
|
|
34
34
|
{{ localization.common.takeScreenshot }}
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
<label id="labelFileLoad" for="fileLoad">
|
|
46
46
|
<ui-icon
|
|
47
47
|
name="upload-icon"
|
|
48
|
-
width="
|
|
49
|
-
height="
|
|
48
|
+
width="18"
|
|
49
|
+
height="18"
|
|
50
50
|
class="feedback__btn-icon"
|
|
51
51
|
/>
|
|
52
52
|
{{ localization.common.uploadImage }}
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
<div>
|
|
152
152
|
<ui-button
|
|
153
153
|
test-id="feedback-image-annotate-btn"
|
|
154
|
-
size="
|
|
154
|
+
size="sm"
|
|
155
155
|
type="default"
|
|
156
156
|
variant="outline"
|
|
157
157
|
class=""
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
|
|
169
169
|
<ui-button
|
|
170
170
|
test-id="feedback-image-remove-btn"
|
|
171
|
-
size="
|
|
171
|
+
size="sm"
|
|
172
172
|
type="default"
|
|
173
173
|
variant="outline"
|
|
174
174
|
class=""
|
|
@@ -461,14 +461,19 @@ watch(
|
|
|
461
461
|
@import 'assets/scss/common/mixins.scss';
|
|
462
462
|
.additional-details {
|
|
463
463
|
.button-container {
|
|
464
|
+
:deep(.ui-btn) {
|
|
465
|
+
font-size: 13px;
|
|
466
|
+
gap: 8px;
|
|
467
|
+
}
|
|
464
468
|
.upload-image {
|
|
465
469
|
label {
|
|
466
470
|
@include flex($align: center, $just: center);
|
|
467
471
|
width: 100%;
|
|
468
472
|
height: 100%;
|
|
469
|
-
font-size: 14px;
|
|
470
473
|
color: inherit;
|
|
474
|
+
//font-size: 13px;
|
|
471
475
|
font-weight: 500;
|
|
476
|
+
gap: 8px;
|
|
472
477
|
cursor: pointer;
|
|
473
478
|
}
|
|
474
479
|
input {
|
|
@@ -493,15 +498,32 @@ watch(
|
|
|
493
498
|
|
|
494
499
|
.ui-btn {
|
|
495
500
|
width: initial;
|
|
496
|
-
|
|
501
|
+
height: 28px;
|
|
502
|
+
font-size: 12px;
|
|
503
|
+
padding: 0 8px;
|
|
504
|
+
column-gap: 4px;
|
|
505
|
+
|
|
506
|
+
&.undo {
|
|
507
|
+
&:disabled {
|
|
508
|
+
color: var(--btn-primary-outline-disabled-color);
|
|
509
|
+
}
|
|
510
|
+
svg {
|
|
511
|
+
transform: scaleX(-1);
|
|
512
|
+
}
|
|
513
|
+
}
|
|
497
514
|
&.clear-all {
|
|
498
515
|
color: #ea3223;
|
|
516
|
+
&:disabled {
|
|
517
|
+
color: var(--btn-primary-outline-disabled-color);
|
|
518
|
+
}
|
|
499
519
|
}
|
|
500
520
|
|
|
501
521
|
&.active {
|
|
502
|
-
background: var(--feedback-tab-active-bg-color);
|
|
503
522
|
color: var(--feedback-tab-active-text-color);
|
|
504
523
|
border: 1.4px solid var(--feedback-tab-active-text-color);
|
|
524
|
+
&:hover {
|
|
525
|
+
background: var(--feedback-tab-active-bg-color);
|
|
526
|
+
}
|
|
505
527
|
}
|
|
506
528
|
}
|
|
507
529
|
}
|
|
@@ -541,6 +563,9 @@ watch(
|
|
|
541
563
|
gap: 12px;
|
|
542
564
|
.ui-btn {
|
|
543
565
|
width: initial;
|
|
566
|
+
font-size: 12px;
|
|
567
|
+
line-height: 14.52px;
|
|
568
|
+
column-gap: 4px;
|
|
544
569
|
|
|
545
570
|
&:last-child {
|
|
546
571
|
color: #ea3223;
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
<ui-icon
|
|
7
7
|
id="feedback-additional-details-info-icon"
|
|
8
8
|
name="info"
|
|
9
|
-
width="
|
|
10
|
-
height="
|
|
11
|
-
|
|
12
|
-
class="
|
|
9
|
+
width="16"
|
|
10
|
+
height="16"
|
|
11
|
+
class="headline__icon pointer"
|
|
12
|
+
:class="isShowInfo && 'active'"
|
|
13
13
|
@click="isShowInfo = !isShowInfo"
|
|
14
14
|
/>
|
|
15
15
|
<ui-popup-window
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
:elem-id="'feedback-additional-details-info-icon'"
|
|
19
19
|
>
|
|
20
20
|
<div class="common-widget-info">
|
|
21
|
-
<div class="justify-between
|
|
22
|
-
<div class="flex
|
|
21
|
+
<div class="flex justify-between">
|
|
22
|
+
<div class="flex">
|
|
23
23
|
<ui-icon-icon3 name="info-2" width="16px" height="16px" />
|
|
24
24
|
<span class="title">
|
|
25
25
|
{{ localization.feedback.additionalDetailsHelp }}
|
|
@@ -55,6 +55,16 @@ const isShowInfo = ref<boolean>(false)
|
|
|
55
55
|
.headline {
|
|
56
56
|
@include flex($align: center);
|
|
57
57
|
margin: 32px 0 16px;
|
|
58
|
+
|
|
59
|
+
&__icon {
|
|
60
|
+
color: var(--feedback-tooltip-trigger-color);
|
|
61
|
+
&:hover {
|
|
62
|
+
color: var(--feedback-tooltip-hover-trigger-color);
|
|
63
|
+
}
|
|
64
|
+
&:active {
|
|
65
|
+
color: var(--feedback-tooltip-acctive-trigger-color);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
58
68
|
&__label {
|
|
59
69
|
line-height: 19.36px;
|
|
60
70
|
font-size: 16px;
|
|
@@ -81,6 +91,7 @@ const isShowInfo = ref<boolean>(false)
|
|
|
81
91
|
|
|
82
92
|
svg {
|
|
83
93
|
color: var(--feedback-tooltip-close-color);
|
|
94
|
+
min-width: 16px;
|
|
84
95
|
}
|
|
85
96
|
}
|
|
86
97
|
}
|
|
@@ -6,16 +6,17 @@
|
|
|
6
6
|
<ui-icon
|
|
7
7
|
id="feedback-description-info-icon"
|
|
8
8
|
name="info"
|
|
9
|
-
width="
|
|
10
|
-
height="
|
|
11
|
-
|
|
12
|
-
class="
|
|
9
|
+
width="16"
|
|
10
|
+
height="16"
|
|
11
|
+
class="subtitle__icon pointer"
|
|
12
|
+
:class="isShowInfo && 'active'"
|
|
13
13
|
@click="isShowInfo = !isShowInfo"
|
|
14
14
|
/>
|
|
15
15
|
<ui-popup-window
|
|
16
16
|
v-model="isShowInfo"
|
|
17
17
|
width="232px"
|
|
18
18
|
:elem-id="'feedback-description-info-icon'"
|
|
19
|
+
class="subtitle__tooltip"
|
|
19
20
|
>
|
|
20
21
|
<div class="common-widget-info">
|
|
21
22
|
<div class="headline justify-between flex-align-center">
|
|
@@ -52,8 +53,23 @@ const isShowInfo = ref<boolean>(false)
|
|
|
52
53
|
.subtitle {
|
|
53
54
|
display: flex;
|
|
54
55
|
justify-content: space-between;
|
|
55
|
-
border-bottom: 1px solid
|
|
56
|
-
padding
|
|
56
|
+
border-bottom: 1px solid var(--horizontal-line);
|
|
57
|
+
padding: 24px 0 12px;
|
|
58
|
+
|
|
59
|
+
&__icon {
|
|
60
|
+
color: var(--feedback-tooltip-trigger-color);
|
|
61
|
+
&:hover {
|
|
62
|
+
color: var(--feedback-tooltip-hover-trigger-color);
|
|
63
|
+
}
|
|
64
|
+
&:active {
|
|
65
|
+
color: var(--feedback-tooltip-acctive-trigger-color);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
&__tooltip {
|
|
69
|
+
.flex-align-center {
|
|
70
|
+
height: 16px;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
57
73
|
|
|
58
74
|
&__label {
|
|
59
75
|
font-size: 12px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="tabs">
|
|
3
|
-
<h4 class="tabs__title">{{ localization.
|
|
3
|
+
<h4 class="tabs__title">{{ localization.feedback.selectType }}</h4>
|
|
4
4
|
|
|
5
5
|
<div class="tabs__container">
|
|
6
6
|
<ui-block
|
|
@@ -33,13 +33,12 @@ const tabs = computed<any[]>(() =>
|
|
|
33
33
|
|
|
34
34
|
<style scoped lang="scss">
|
|
35
35
|
.tabs {
|
|
36
|
-
margin-top: 16px;
|
|
37
36
|
&__title {
|
|
38
|
-
|
|
39
|
-
margin-bottom: 16px;
|
|
37
|
+
color: var(--feedback-text-color);
|
|
40
38
|
font-size: 16px;
|
|
41
39
|
font-weight: 500;
|
|
42
|
-
|
|
40
|
+
line-height: 19.36px;
|
|
41
|
+
margin-bottom: 16px;
|
|
43
42
|
}
|
|
44
43
|
&__container {
|
|
45
44
|
display: flex;
|
|
@@ -54,16 +53,15 @@ const tabs = computed<any[]>(() =>
|
|
|
54
53
|
border: 1px solid var(--feedback-tab-border-color);
|
|
55
54
|
box-shadow: none;
|
|
56
55
|
cursor: pointer;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
:deep(.block.selected) {
|
|
60
|
-
border: 1.5px solid var(--feedback-tab-active-text-color);
|
|
61
|
-
color: var(--feedback-tab-active-text-color);
|
|
62
|
-
cursor: default;
|
|
63
56
|
|
|
64
|
-
|
|
65
|
-
|
|
57
|
+
&.selected {
|
|
58
|
+
border: 1.5px solid var(--feedback-tab-active-text-color);
|
|
59
|
+
background: var(--feedback-tab-active-bg-color);
|
|
66
60
|
color: var(--feedback-tab-active-text-color);
|
|
61
|
+
cursor: default;
|
|
62
|
+
}
|
|
63
|
+
&:not(.selected):hover {
|
|
64
|
+
background: var(--feedback-tab-hover-bg-color);
|
|
67
65
|
}
|
|
68
66
|
}
|
|
69
67
|
|
|
@@ -73,9 +71,9 @@ const tabs = computed<any[]>(() =>
|
|
|
73
71
|
gap: 8px;
|
|
74
72
|
|
|
75
73
|
&-label {
|
|
76
|
-
font-size:
|
|
74
|
+
font-size: 13px;
|
|
77
75
|
font-weight: 500;
|
|
78
|
-
line-height:
|
|
76
|
+
line-height: 15.73px;
|
|
79
77
|
}
|
|
80
78
|
}
|
|
81
79
|
}
|
|
@@ -83,12 +81,16 @@ const tabs = computed<any[]>(() =>
|
|
|
83
81
|
<style lang="scss">
|
|
84
82
|
:root {
|
|
85
83
|
--feedback-tab-bg-color: #ffffff;
|
|
84
|
+
--feedback-tab-hover-bg-color: #f6f7f8;
|
|
85
|
+
--feedback-tab-active-bg-color: #f0f8fd;
|
|
86
86
|
--feedback-tab-border-color: #e9ebed;
|
|
87
87
|
--feedback-tab-active-text-color: #008fd6;
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
:root.dark-theme {
|
|
91
91
|
--feedback-tab-bg-color: #1b2a373d;
|
|
92
|
+
--feedback-tab-hover-bg-color: #283948;
|
|
93
|
+
--feedback-tab-active-bg-color: #213b4e;
|
|
92
94
|
--feedback-tab-border-color: #e9ebed1f;
|
|
93
95
|
--feedback-tab-active-text-color: #2ba2de;
|
|
94
96
|
}
|
|
@@ -82,8 +82,9 @@ const clickWindow = (event: Event): void => {
|
|
|
82
82
|
if (
|
|
83
83
|
menuPined.value ||
|
|
84
84
|
mainMenuHovered.value ||
|
|
85
|
-
target.className.baseVal?.includes('menu-icon') ||
|
|
86
|
-
target.className.baseVal?.includes('clr-i-outline')
|
|
85
|
+
target.className.baseVal?.includes?.('menu-icon') ||
|
|
86
|
+
target.className.baseVal?.includes?.('clr-i-outline') ||
|
|
87
|
+
target.className?.includes?.('inventory-menu-trigger')
|
|
87
88
|
) {
|
|
88
89
|
return
|
|
89
90
|
}
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
test-id="notification-alert"
|
|
8
8
|
@remove="onRemove"
|
|
9
9
|
>
|
|
10
|
-
<template #default="{ item }"
|
|
11
|
-
<div class="flex-space-between flex-1"
|
|
12
|
-
<div class="flex-align-center"
|
|
13
|
-
<span>{{ item }}</span
|
|
14
|
-
</div
|
|
15
|
-
</div
|
|
16
|
-
</template
|
|
10
|
+
<!-- <template #default="{ item }">-->
|
|
11
|
+
<!-- <div class="flex-space-between flex-1">-->
|
|
12
|
+
<!-- <div class="flex-align-center">-->
|
|
13
|
+
<!-- <span>{{ item }}</span>-->
|
|
14
|
+
<!-- </div>-->
|
|
15
|
+
<!-- </div>-->
|
|
16
|
+
<!-- </template>-->
|
|
17
17
|
</atoms-alert>
|
|
18
18
|
</template>
|
|
19
19
|
|
package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue
CHANGED
|
@@ -1,95 +1,95 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="timespan-objects-section-direction">
|
|
3
|
-
<common-chart-options-modal-counters-timespan-form
|
|
4
|
-
:language="props.language"
|
|
5
|
-
:selected-chart-type="props.selectedChartType"
|
|
6
|
-
:selected-timespan-type="props.selectedTimespanType"
|
|
7
|
-
:units-count="props.unitsCount"
|
|
8
|
-
:period-type="props.periodType"
|
|
9
|
-
:selected-custom-time="props.selectedCustomTime"
|
|
10
|
-
:custom-date-from="props.customDateFrom"
|
|
11
|
-
:custom-date-to="props.customDateTo"
|
|
12
|
-
:custom-time-from="props.customTimeFrom"
|
|
13
|
-
:custom-time-to="props.customTimeTo"
|
|
14
|
-
:valid-date-end="props.validDateEnd"
|
|
15
|
-
@update-chart-type="emits('update-chart-type', $event)"
|
|
16
|
-
@update-custom-time="emits('update-custom-time', $event)"
|
|
17
|
-
@update-timespan-type="emits('update-timespan-type', $event)"
|
|
18
|
-
@update-unit-count="emits('update-unit-count', $event)"
|
|
19
|
-
@update-period-type="emits('update-period-type', $event)"
|
|
20
|
-
@update-custom-date-from="emits('update-custom-date-from', $event)"
|
|
21
|
-
@update-custom-date-to="emits('update-custom-date-to', $event)"
|
|
22
|
-
@update-custom-time-from="emits('update-custom-time-from', $event)"
|
|
23
|
-
@update-custom-time-to="emits('update-custom-time-to', $event)"
|
|
24
|
-
/>
|
|
25
|
-
<common-monitor-advanced-tools-chart-options-modal-counters-timespan-object
|
|
26
|
-
:type="props.type"
|
|
27
|
-
:chart="props.chart"
|
|
28
|
-
:total-cores="props.totalCores"
|
|
29
|
-
:host-id="props.hostId"
|
|
30
|
-
:selected-metrics-keys="props.selectedMetricsKeys"
|
|
31
|
-
:total-metric-items="props.totalMetricItems"
|
|
32
|
-
:selected-objects="props.selectedObjects"
|
|
33
|
-
:loading="props.objectsLoading"
|
|
34
|
-
:current-items="props.objectsData"
|
|
35
|
-
@select-objects="emits('select-objects', $event)"
|
|
36
|
-
/>
|
|
37
|
-
</div>
|
|
38
|
-
</template>
|
|
39
|
-
|
|
40
|
-
<script setup lang="ts">
|
|
41
|
-
import type { UI_T_AdvancedType } from '~/components/common/monitor/advanced/lib/models/types'
|
|
42
|
-
import type {
|
|
43
|
-
UI_T_ChartHost,
|
|
44
|
-
UI_T_ChartVm,
|
|
45
|
-
} from '~/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/types'
|
|
46
|
-
import type { UI_I_ObjectItem } from '~/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/interfaces'
|
|
47
|
-
|
|
48
|
-
const props = defineProps<{
|
|
49
|
-
type: UI_T_AdvancedType
|
|
50
|
-
chart: UI_T_ChartHost | UI_T_ChartVm
|
|
51
|
-
language: string
|
|
52
|
-
selectedChartType: string
|
|
53
|
-
selectedTimespanType: string
|
|
54
|
-
unitsCount: number
|
|
55
|
-
periodType: string
|
|
56
|
-
selectedCustomTime: string
|
|
57
|
-
customDateFrom: string
|
|
58
|
-
customDateTo: string
|
|
59
|
-
customTimeFrom: string
|
|
60
|
-
customTimeTo: string
|
|
61
|
-
totalCores: number
|
|
62
|
-
hostId: string
|
|
63
|
-
selectedMetricsKeys: number[]
|
|
64
|
-
totalMetricItems: number
|
|
65
|
-
selectedObjects: string
|
|
66
|
-
objectsLoading: boolean
|
|
67
|
-
objectsData: UI_I_ObjectItem[]
|
|
68
|
-
validDateEnd: number
|
|
69
|
-
}>()
|
|
70
|
-
|
|
71
|
-
const emits = defineEmits<{
|
|
72
|
-
(event: 'update-chart-type', value: string): void
|
|
73
|
-
(event: 'update-custom-time', value: string): void
|
|
74
|
-
(event: 'update-timespan-type', value: string): void
|
|
75
|
-
(event: 'update-unit-count', value: number): void
|
|
76
|
-
(event: 'update-period-type', value: string): void
|
|
77
|
-
(event: 'update-custom-date-from', value: string): void
|
|
78
|
-
(event: 'update-custom-date-to', value: string): void
|
|
79
|
-
(event: 'update-custom-time-from', value: string): void
|
|
80
|
-
(event: 'update-custom-time-to', value: string): void
|
|
81
|
-
(event: 'select-objects', value: string): void
|
|
82
|
-
}>()
|
|
83
|
-
</script>
|
|
84
|
-
|
|
85
|
-
<style scoped lang="scss">
|
|
86
|
-
.timespan-objects-section-direction {
|
|
87
|
-
display: flex;
|
|
88
|
-
flex-direction: row;
|
|
89
|
-
}
|
|
90
|
-
@media (max-width: 1024px) {
|
|
91
|
-
.timespan-objects-section-direction {
|
|
92
|
-
flex-direction: column;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="timespan-objects-section-direction">
|
|
3
|
+
<common-chart-options-modal-counters-timespan-form
|
|
4
|
+
:language="props.language"
|
|
5
|
+
:selected-chart-type="props.selectedChartType"
|
|
6
|
+
:selected-timespan-type="props.selectedTimespanType"
|
|
7
|
+
:units-count="props.unitsCount"
|
|
8
|
+
:period-type="props.periodType"
|
|
9
|
+
:selected-custom-time="props.selectedCustomTime"
|
|
10
|
+
:custom-date-from="props.customDateFrom"
|
|
11
|
+
:custom-date-to="props.customDateTo"
|
|
12
|
+
:custom-time-from="props.customTimeFrom"
|
|
13
|
+
:custom-time-to="props.customTimeTo"
|
|
14
|
+
:valid-date-end="props.validDateEnd"
|
|
15
|
+
@update-chart-type="emits('update-chart-type', $event)"
|
|
16
|
+
@update-custom-time="emits('update-custom-time', $event)"
|
|
17
|
+
@update-timespan-type="emits('update-timespan-type', $event)"
|
|
18
|
+
@update-unit-count="emits('update-unit-count', $event)"
|
|
19
|
+
@update-period-type="emits('update-period-type', $event)"
|
|
20
|
+
@update-custom-date-from="emits('update-custom-date-from', $event)"
|
|
21
|
+
@update-custom-date-to="emits('update-custom-date-to', $event)"
|
|
22
|
+
@update-custom-time-from="emits('update-custom-time-from', $event)"
|
|
23
|
+
@update-custom-time-to="emits('update-custom-time-to', $event)"
|
|
24
|
+
/>
|
|
25
|
+
<common-monitor-advanced-tools-chart-options-modal-counters-timespan-object
|
|
26
|
+
:type="props.type"
|
|
27
|
+
:chart="props.chart"
|
|
28
|
+
:total-cores="props.totalCores"
|
|
29
|
+
:host-id="props.hostId"
|
|
30
|
+
:selected-metrics-keys="props.selectedMetricsKeys"
|
|
31
|
+
:total-metric-items="props.totalMetricItems"
|
|
32
|
+
:selected-objects="props.selectedObjects"
|
|
33
|
+
:loading="props.objectsLoading"
|
|
34
|
+
:current-items="props.objectsData"
|
|
35
|
+
@select-objects="emits('select-objects', $event)"
|
|
36
|
+
/>
|
|
37
|
+
</div>
|
|
38
|
+
</template>
|
|
39
|
+
|
|
40
|
+
<script setup lang="ts">
|
|
41
|
+
import type { UI_T_AdvancedType } from '~/components/common/monitor/advanced/lib/models/types'
|
|
42
|
+
import type {
|
|
43
|
+
UI_T_ChartHost,
|
|
44
|
+
UI_T_ChartVm,
|
|
45
|
+
} from '~/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/types'
|
|
46
|
+
import type { UI_I_ObjectItem } from '~/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/interfaces'
|
|
47
|
+
|
|
48
|
+
const props = defineProps<{
|
|
49
|
+
type: UI_T_AdvancedType
|
|
50
|
+
chart: UI_T_ChartHost | UI_T_ChartVm
|
|
51
|
+
language: string
|
|
52
|
+
selectedChartType: string
|
|
53
|
+
selectedTimespanType: string
|
|
54
|
+
unitsCount: number
|
|
55
|
+
periodType: string
|
|
56
|
+
selectedCustomTime: string
|
|
57
|
+
customDateFrom: string
|
|
58
|
+
customDateTo: string
|
|
59
|
+
customTimeFrom: string
|
|
60
|
+
customTimeTo: string
|
|
61
|
+
totalCores: number
|
|
62
|
+
hostId: string
|
|
63
|
+
selectedMetricsKeys: number[]
|
|
64
|
+
totalMetricItems: number
|
|
65
|
+
selectedObjects: string
|
|
66
|
+
objectsLoading: boolean
|
|
67
|
+
objectsData: UI_I_ObjectItem[]
|
|
68
|
+
validDateEnd: number
|
|
69
|
+
}>()
|
|
70
|
+
|
|
71
|
+
const emits = defineEmits<{
|
|
72
|
+
(event: 'update-chart-type', value: string): void
|
|
73
|
+
(event: 'update-custom-time', value: string): void
|
|
74
|
+
(event: 'update-timespan-type', value: string): void
|
|
75
|
+
(event: 'update-unit-count', value: number): void
|
|
76
|
+
(event: 'update-period-type', value: string): void
|
|
77
|
+
(event: 'update-custom-date-from', value: string): void
|
|
78
|
+
(event: 'update-custom-date-to', value: string): void
|
|
79
|
+
(event: 'update-custom-time-from', value: string): void
|
|
80
|
+
(event: 'update-custom-time-to', value: string): void
|
|
81
|
+
(event: 'select-objects', value: string): void
|
|
82
|
+
}>()
|
|
83
|
+
</script>
|
|
84
|
+
|
|
85
|
+
<style scoped lang="scss">
|
|
86
|
+
.timespan-objects-section-direction {
|
|
87
|
+
display: flex;
|
|
88
|
+
flex-direction: row;
|
|
89
|
+
}
|
|
90
|
+
@media (max-width: 1024px) {
|
|
91
|
+
.timespan-objects-section-direction {
|
|
92
|
+
flex-direction: column;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
</style>
|