bfg-common 1.6.22 → 1.6.24
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 +5 -65
- package/assets/localization/local_en.json +12 -72
- package/assets/localization/local_hy.json +6 -66
- package/assets/localization/local_kk.json +5 -65
- package/assets/localization/local_ru.json +11 -71
- package/assets/localization/local_zh.json +5 -65
- package/assets/scss/common/theme.scss +2 -2
- package/components/atoms/stack/StackBlock.vue +1 -1
- package/components/common/adapterManager/addAdapterModal/AddAdapterModalNew.vue +1 -1
- package/components/common/adapterManager/addAdapterWarningModal/AddAdapterWarningModalNew.vue +1 -0
- package/components/common/adapterManager/ui/table/adapters/AdaptersNew.vue +0 -1
- package/components/common/configure/physicalAdapters/PhysicalAdapters.vue +0 -6
- package/components/common/configure/physicalAdapters/PhysicalAdaptersNew.vue +192 -219
- package/components/common/configure/physicalAdapters/PhysicalAdaptersOld.vue +4 -6
- package/components/common/configure/physicalAdapters/buttons/Buttons.vue +0 -1
- package/components/common/configure/physicalAdapters/modals/edit/Edit.vue +1 -26
- package/components/common/configure/physicalAdapters/modals/edit/EditNew.vue +1 -30
- package/components/common/configure/physicalAdapters/modals/edit/lib/models/interfaces.ts +0 -5
- package/components/common/configure/physicalAdapters/tableView/TableViewNew.vue +1 -12
- package/components/common/configure/physicalAdapters/tableView/lib/config/physicalAdaptersTableConfigNew.ts +21 -21
- package/components/common/configure/physicalAdapters/tableView/lib/config/settings.ts +5 -12
- package/components/common/configure/physicalAdapters/tableView/lib/models/interfaces.ts +1 -4
- package/components/common/diagramMain/DiagramMain.vue +0 -6
- package/components/common/diagramMain/modals/Modals.vue +0 -4
- package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +2 -2
- package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +1 -1
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +2 -2
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +1 -1
- package/components/common/layout/theHeader/ThemeSwitch.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/changePassword/New.vue +9 -8
- package/components/common/layout/theHeader/userMenu/modals/preferences/New.vue +0 -4
- package/components/common/layout/theHeader/userMenu/modals/preferences/Old.vue +2 -9
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +7 -11
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsole.vue +1 -7
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/config/consoleOptions.ts +5 -8
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +5 -9
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/Old.vue +9 -5
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +6 -9
- package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +1 -3
- package/components/common/monitor/lib/utils/local_be.json +698 -690
- package/components/common/monitor/lib/utils/local_en.json +698 -690
- package/components/common/monitor/lib/utils/local_hy.json +698 -690
- package/components/common/monitor/lib/utils/local_kk.json +698 -690
- package/components/common/monitor/lib/utils/local_ru.json +698 -690
- package/components/common/monitor/lib/utils/local_zh.json +698 -690
- package/components/common/noDataProvided/NoDataProvidedNew.vue +1 -1
- package/components/common/pages/backups/modals/createBackup/datastores/tableView/new/lib/config/table.ts +4 -4
- package/components/common/pages/backups/modals/createBackup/datastores/tableView/old/lib/config/table.ts +4 -4
- package/components/common/pages/scheduledTasks/table/lib/models/enums.ts +0 -9
- package/components/common/pages/scheduledTasks/table/new/New.vue +10 -12
- package/components/common/pages/tasks/Tasks.vue +1 -4
- package/components/common/pages/tasks/table/Table.vue +22 -24
- package/components/common/split/vertical/New.vue +6 -11
- package/components/common/vm/actions/add/New.vue +6 -21
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/New.vue +0 -1
- package/components/common/vm/actions/common/select/storage/new/lib/config/table.ts +15 -13
- package/components/common/vm/actions/confirm/Confirm.vue +0 -3
- package/components/common/vm/snapshots/DetailView.vue +6 -6
- package/components/common/wizards/datastore/add/New.vue +0 -6
- package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceNew.vue +1 -1
- package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/New.vue +1 -1
- package/components/common/wizards/network/add/Add.vue +2 -13
- package/components/common/wizards/network/add/AddNew.vue +26 -22
- package/components/common/wizards/network/add/lib/config/initialData.ts +4 -4
- package/components/common/wizards/network/add/lib/utils/utils.ts +1 -1
- package/components/common/wizards/network/add/steps/ipFourSettings/IpFourSettingsNew.vue +8 -2
- package/components/common/wizards/network/add/steps/portProperties/PortPropertiesNew.vue +8 -2
- package/components/common/wizards/network/add/steps/selectTargetDevice/SelectTargetDeviceNew.vue +3 -10
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/new/SelectNetwork.vue +1 -5
- package/components/common/wizards/network/add/validations/common.ts +1 -1
- package/components/common/wizards/vm/migrate/steps/computeResource/tableView/new/New.vue +13 -31
- package/components/common/wizards/vm/migrate/steps/computeResource/tableView/new/lib/config/hostTable.ts +1 -3
- package/components/common/wizards/vm/migrate/steps/selectStorage/New.vue +4 -5
- package/components/common/wizards/vm/migrate/steps/selectStorage/configure/batch/New.vue +0 -4
- package/components/common/wizards/vm/migrate/steps/selectStorage/configure/batch/table/new/New.vue +1 -3
- package/components/common/wizards/vm/migrate/steps/selectStorage/configure/disk/table/new/lib/config/diskTable.ts +3 -8
- package/components/common/wizards/vm/migrate/steps/selectStorage/configure/disk/table/old/lib/config/diskTable.ts +1 -7
- package/lib/models/store/tasks/enums.ts +0 -3
- package/lib/models/store/tasks/types.ts +6 -7
- package/package.json +2 -2
- package/store/tasks/actions.ts +8 -26
- package/store/tasks/mappers/recentTasks.ts +0 -1
- package/components/common/configure/physicalAdapters/modals/edit/lib/validations/validations.ts +0 -19
- package/components/common/wizards/vm/migrate/steps/computeResource/tableView/new/lib/config/clusterTable.ts +0 -340
package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue
CHANGED
|
@@ -12,13 +12,12 @@ import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
|
12
12
|
import type { UI_I_RadioItem } from '~/components/common/layout/theHeader/userMenu/lib/models/interfaces'
|
|
13
13
|
import type { UI_T_TimeValue } from '~/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/models/types'
|
|
14
14
|
import { formatOptionsFunc } from '~/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/config/formatOptions'
|
|
15
|
-
import type { UI_T_Project } from '~/lib/models/types'
|
|
16
15
|
|
|
17
16
|
const timeFormat = defineModel<UI_T_TimeValue>('timeFormat')
|
|
18
17
|
const props = defineProps<{
|
|
19
|
-
project: UI_T_Project
|
|
20
18
|
newView: boolean
|
|
21
19
|
}>()
|
|
20
|
+
|
|
22
21
|
const currentComponent = computed(() =>
|
|
23
22
|
props.newView
|
|
24
23
|
? defineAsyncComponent(() => import('./New.vue'))
|
|
@@ -29,14 +28,11 @@ const localization = computed<UI_I_Localization>(() => useLocal())
|
|
|
29
28
|
|
|
30
29
|
const config = useRuntimeConfig()
|
|
31
30
|
|
|
32
|
-
/* TODO SC-2104 */
|
|
33
31
|
const description = computed<string>(() =>
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
String(config.public[`TRADEMARK_${useEnvLanguage()}`])
|
|
39
|
-
)
|
|
32
|
+
localization.value.common.timeFormatDesc.replaceAll(
|
|
33
|
+
'{trademark}',
|
|
34
|
+
String(config.public[`TRADEMARK_${useEnvLanguage()}`])
|
|
35
|
+
)
|
|
40
36
|
)
|
|
41
37
|
|
|
42
38
|
const formatOptions = readonly<UI_I_RadioItem[]>(
|
|
@@ -15,9 +15,13 @@
|
|
|
15
15
|
/>
|
|
16
16
|
</div>
|
|
17
17
|
|
|
18
|
-
<div class="
|
|
18
|
+
<div class="description second-description">
|
|
19
|
+
{{ localization.myPreferences.showNotificationDescription }}
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
<div class="flex-align-center">
|
|
19
23
|
<label for="show-notification">{{
|
|
20
|
-
localization.myPreferences.
|
|
24
|
+
localization.myPreferences.showNotification
|
|
21
25
|
}}</label>
|
|
22
26
|
<input
|
|
23
27
|
id="show-notification"
|
|
@@ -59,10 +63,10 @@ window.tools = new Proxy(
|
|
|
59
63
|
<style lang="scss" scoped>
|
|
60
64
|
.description {
|
|
61
65
|
margin-bottom: 10px;
|
|
62
|
-
}
|
|
63
66
|
|
|
64
|
-
|
|
65
|
-
|
|
67
|
+
&.second-description {
|
|
68
|
+
margin-top: 20px;
|
|
69
|
+
}
|
|
66
70
|
}
|
|
67
71
|
|
|
68
72
|
label {
|
|
@@ -30,13 +30,10 @@ const currentComponent = computed(() =>
|
|
|
30
30
|
|
|
31
31
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
String(config.public[`TRADEMARK_${useEnvLanguage()}`])
|
|
40
|
-
)
|
|
41
|
-
)
|
|
33
|
+
const description = computed<string>(() => {
|
|
34
|
+
return localization.value.common.viewDesc.replaceAll(
|
|
35
|
+
'{trademark}',
|
|
36
|
+
String(config.public[`TRADEMARK_${useEnvLanguage()}`])
|
|
37
|
+
)
|
|
38
|
+
})
|
|
42
39
|
</script>
|
|
@@ -143,7 +143,7 @@ const localization = computed<UI_I_Localization>(() => useLocal())
|
|
|
143
143
|
&.pinned {
|
|
144
144
|
.nav-context {
|
|
145
145
|
position: relative;
|
|
146
|
-
z-index: calc(var(--z-
|
|
146
|
+
z-index: calc(var(--z-default) + 1);
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
149
|
&:not(.pinned) {
|
|
@@ -177,8 +177,6 @@ const localization = computed<UI_I_Localization>(() => useLocal())
|
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
179
|
&:not(.collapsed) {
|
|
180
|
-
min-width: 240px;
|
|
181
|
-
|
|
182
180
|
:deep(.tooltip-container-hover) {
|
|
183
181
|
display: none;
|
|
184
182
|
}
|