bfg-common 1.5.442 → 1.5.443
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 +9 -3
- package/assets/localization/local_en.json +17 -11
- package/assets/localization/local_hy.json +9 -3
- package/assets/localization/local_kk.json +9 -3
- package/assets/localization/local_ru.json +9 -3
- package/assets/localization/local_zh.json +9 -3
- package/components/atoms/wizard/Wizard.vue +2 -2
- package/components/atoms/wizard/step/Step.vue +1 -1
- package/components/common/backup/storage/actions/add/Add.vue +5 -5
- package/components/common/backup/storage/actions/add/Old.vue +1 -1
- package/components/common/backup/storage/actions/add/lib/config/steps.ts +2 -2
- package/components/common/backup/storage/actions/add/lib/validations.ts +4 -4
- package/components/common/backup/storage/actions/add/steps/name/Name.vue +1 -1
- package/components/common/backup/storage/actions/add/steps/name/New.vue +1 -1
- package/components/common/backup/storage/actions/add/steps/name/Old.vue +1 -1
- package/components/common/backup/storage/actions/add/steps/nameAndConfigure/NameAndConfigure.vue +1 -1
- package/components/common/backup/storage/actions/add/steps/nameAndConfigure/NameAndConfigureNew.vue +1 -1
- package/components/common/backup/storage/actions/add/steps/nameAndConfigure/NameAndConfigureOld.vue +1 -1
- package/components/common/browse/blocks/lib/models/types.ts +1 -1
- package/components/common/browse/lib/models/interfaces.ts +5 -5
- package/components/common/countdownTimer/CountdownTimer.vue +26 -15
- 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/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/MigrateVmkernelAdapter.vue +5 -5
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +2 -2
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +2 -2
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +14 -14
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +5 -5
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +2 -2
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/validations.ts +19 -19
- package/components/common/diagramMain/port/Ports.vue +47 -47
- package/components/common/layout/theHeader/modals/{reconnect/Reconnect.vue → Reconnect.vue} +56 -43
- package/components/common/pages/backups/modals/Modals.vue +1 -1
- package/components/common/pages/backups/modals/createBackup/CreateBackup.vue +5 -2
- package/components/common/pages/backups/modals/createBackup/lib/config/steps.ts +2 -2
- package/components/common/pages/backups/modals/restore/Restore.vue +3 -3
- package/components/common/pages/backups/modals/restore/lib/config/steps.ts +2 -2
- package/components/common/vm/actions/add/Add.vue +5 -5
- package/components/common/vm/actions/add/New.vue +2 -2
- package/components/common/vm/actions/add/Old.vue +2 -2
- package/components/common/vm/actions/add/lib/config/steps.ts +2 -2
- package/components/common/vm/actions/clone/Clone.vue +5 -5
- package/components/common/vm/actions/clone/lib/config/steps.ts +2 -2
- package/components/common/vm/actions/clone/toTemplate/ToTemplate.vue +5 -5
- package/components/common/vm/actions/clone/toTemplate/lib/config/steps.ts +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/maximumSize/MaximumSize.vue +23 -23
- package/components/common/vmt/actions/add/Add.vue +5 -5
- package/components/common/vmt/actions/add/New.vue +2 -3
- package/components/common/vmt/actions/add/Old.vue +2 -2
- package/components/common/vmt/actions/add/lib/config/steps.ts +2 -2
- package/components/common/wizards/datastore/add/Add.vue +2 -2
- package/components/common/wizards/datastore/add/Old.vue +2 -2
- package/components/common/wizards/datastore/add/lib/config/steps.ts +2 -2
- package/components/common/wizards/datastore/add/lib/utils.ts +1 -1
- package/components/common/wizards/datastore/add/lib/validations.ts +3 -3
- package/components/common/wizards/datastore/add/steps/_local/Local.vue +1 -1
- package/components/common/wizards/datastore/add/steps/_local/createName/CreateName.vue +1 -1
- package/components/common/wizards/datastore/add/steps/nameAndConfigure/NameAndConfigure.vue +2 -1
- package/components/common/wizards/datastore/add/steps/nameAndConfigure/NameAndConfigureNew.vue +1 -1
- package/components/common/wizards/datastore/add/steps/nameAndConfigure/NameAndConfigureOld.vue +1 -1
- package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDevice.vue +1 -1
- package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceNew.vue +1 -1
- package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceOld.vue +1 -1
- package/components/common/wizards/network/add/Add.vue +109 -333
- package/components/common/wizards/network/add/AddNew.vue +514 -0
- package/components/common/wizards/network/add/AddOld.vue +457 -0
- package/components/common/wizards/network/add/lib/config/config.ts +11 -1
- package/components/common/wizards/network/add/lib/config/selectConnectionTypeStep.ts +31 -0
- package/components/common/wizards/network/add/lib/config/selectSwitch.ts +217 -0
- package/components/common/wizards/network/add/lib/config/steps.ts +5 -5
- package/components/common/wizards/network/add/lib/models/interfaces.ts +9 -0
- package/components/common/wizards/network/add/steps/ConnectionSettings.vue +2 -2
- package/components/common/wizards/network/add/steps/IpFourSettings.vue +2 -2
- package/components/common/wizards/network/add/steps/PortProperties.vue +2 -2
- package/components/common/wizards/network/add/steps/selectConnectionType/SelectConnectionType.vue +35 -0
- package/components/common/wizards/network/add/steps/selectConnectionType/SelectConnectionTypeNew.vue +104 -0
- package/components/common/wizards/network/add/steps/selectConnectionType/SelectConnectionTypeOld.vue +80 -0
- package/components/common/wizards/network/add/steps/selectTargetDevice/SelectTargetDevice.vue +183 -0
- package/components/common/wizards/network/add/steps/selectTargetDevice/SelectTargetDeviceNew.vue +393 -0
- package/components/common/wizards/network/add/steps/{SelectedTargetDevice.vue → selectTargetDevice/SelectTargetDeviceOld.vue} +42 -139
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/Modals.vue +55 -0
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/SelectNetwork.vue +64 -0
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/SelectStandardSwitch.vue +64 -0
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/SelectSwitch.vue +64 -0
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/new/SelectNetwork.vue +163 -0
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/new/SelectStandardSwitch.vue +163 -0
- package/components/common/wizards/network/add/steps/selectTargetDevice/modals/new/SelectSwitch.vue +163 -0
- package/components/common/wizards/network/add/{modals → steps/selectTargetDevice/modals/old}/SelectNetwork.vue +53 -56
- package/components/common/wizards/network/add/{modals → steps/selectTargetDevice/modals/old}/SelectStandardSwitch.vue +37 -52
- package/components/common/wizards/network/add/{modals → steps/selectTargetDevice/modals/old}/SelectSwitch.vue +38 -42
- package/components/common/wizards/network/add/validations/connectionSettings.ts +5 -5
- package/components/common/wizards/network/add/validations/createStandardSwitch.ts +4 -4
- package/components/common/wizards/network/add/validations/ipFourSettings.ts +5 -5
- package/components/common/wizards/network/add/validations/networkValidation.ts +4 -4
- package/components/common/wizards/network/add/validations/physicalAdapter.ts +4 -4
- package/components/common/wizards/network/add/validations/portProperties.ts +2 -2
- package/components/common/wizards/network/add/validations/targetDevice.ts +11 -10
- package/components/common/wizards/vm/migrate/Migrate.vue +2 -2
- package/components/common/wizards/vm/migrate/lib/config/steps.ts +2 -2
- package/components/common/wizards/vm/migrate/lib/validations.ts +3 -3
- package/components/common/wizards/vm/migrate/select/targetServer/new/New.vue +1 -1
- package/components/common/wizards/vm/migrate/select/targetServer/targetServer.vue +1 -1
- package/package.json +2 -2
- package/components/atoms/wizard/lib/models/enums.ts +0 -8
- package/components/atoms/wizard/lib/models/interfaces.ts +0 -59
- package/components/atoms/wizard/lib/utils/utils.ts +0 -954
- package/components/common/countdownTimer/CountdownTimerNew.vue +0 -53
- package/components/common/countdownTimer/CountdownTimerOld.vue +0 -33
- package/components/common/layout/theHeader/modals/reconnect/ReconnectNew.vue +0 -74
- package/components/common/layout/theHeader/modals/reconnect/ReconnectOld.vue +0 -67
- package/components/common/wizards/network/add/steps/SelectConnectionType.vue +0 -112
@@ -167,7 +167,7 @@
|
|
167
167
|
"bootOptions": "Параметры загрузкі",
|
168
168
|
"bootOrder": "Парадак загрузкі",
|
169
169
|
"browse": "Праглядзіце",
|
170
|
-
"browseDoted": "
|
170
|
+
"browseDoted": "Праглядаць...",
|
171
171
|
"browserDefault": "Браўзэр па змаўчанні",
|
172
172
|
"build": "Будаваць",
|
173
173
|
"burstSize": "Памер пакета",
|
@@ -1233,7 +1233,6 @@
|
|
1233
1233
|
"recommendations": "Рэкамендацыі",
|
1234
1234
|
"recommended": "рэкамендуецца",
|
1235
1235
|
"reconnect": "Паўторна падлучыцца",
|
1236
|
-
"reconnectDesc": "Ваша сесія скончыцца праз:",
|
1237
1236
|
"redirectUrls": "URL-адрасы перанакіравання",
|
1238
1237
|
"reduceEnergyConsumptionAtTheRisk": "Скароціце спажыванне энергіі з рызыкай зніжэння прадукцыйнасці",
|
1239
1238
|
"reduceEnergyConsumptionWithMin": "Паменшыце спажыванне энергіі з мінімальным кампрамісам у прадукцыйнасці",
|
@@ -2448,7 +2447,14 @@
|
|
2448
2447
|
"clusterNetwork": "Кластарная сетка",
|
2449
2448
|
"checkCompletedSuccessfully": "Праверка завяршылася паспяхова.",
|
2450
2449
|
"serverFqdnOrIpAddress": "FQDN або IP-адрас сервера vCenter",
|
2451
|
-
"import": "Імпарт"
|
2450
|
+
"import": "Імпарт",
|
2451
|
+
"existingNetwork": "Існуючая сетка",
|
2452
|
+
"existingStandardSwitch": "Існуючы стандартны перамыкач",
|
2453
|
+
"existingSwitch": "Існуючы перамыкач",
|
2454
|
+
"targetDevice": "Мэтавае прылада",
|
2455
|
+
"selectASwitch": "Выберыце перамыкач",
|
2456
|
+
"switchEs": "перамыкач(ы)",
|
2457
|
+
"networkS": "сетка(ы)"
|
2452
2458
|
},
|
2453
2459
|
"auth": {
|
2454
2460
|
"welcomeTo": "Сардэчна запрашаем у",
|
@@ -67,7 +67,7 @@
|
|
67
67
|
"addOneOrMoreIdentitySourcesStep": "Add one or more identity sources",
|
68
68
|
"addPermission": "Add Permission",
|
69
69
|
"addPhysicalAdaptersToSwitch": "Add Physical Adapters to the Switch",
|
70
|
-
"addPhysicalNetworkAdapter": "Add
|
70
|
+
"addPhysicalNetworkAdapter": "Add Physical Network Adapter",
|
71
71
|
"addRdmaAdapter": "Add NVMe over RDMA adapter",
|
72
72
|
"addSendTargetServer": "Add Send Target Server",
|
73
73
|
"addService": "Add service",
|
@@ -166,7 +166,7 @@
|
|
166
166
|
"bootOptions": "Boot Options",
|
167
167
|
"bootOrder": "Boot Order",
|
168
168
|
"browse": "Browse",
|
169
|
-
"browseDoted": "Browse
|
169
|
+
"browseDoted": "Browse...",
|
170
170
|
"browserDefault": "Browser Default",
|
171
171
|
"build": "Build",
|
172
172
|
"burstSize": "Burst Size",
|
@@ -766,7 +766,7 @@
|
|
766
766
|
"iPv4Gateway": "IPv4 gateway",
|
767
767
|
"ipV4GatewayAddress": "IPv4 Gateway Address",
|
768
768
|
"ipv4RoutingTable": "IPv4 Routing Table",
|
769
|
-
"ipV4Settings": "IPv4
|
769
|
+
"ipV4Settings": "IPv4 Settings",
|
770
770
|
"iPv4Subnet": "IPv4 subnet",
|
771
771
|
"iPv6": "iPv6",
|
772
772
|
"ipV6Addresses": "IPv6 addresses",
|
@@ -1016,7 +1016,7 @@
|
|
1016
1016
|
"newPortGroup": "New port group",
|
1017
1017
|
"newRole": "New Role",
|
1018
1018
|
"newSettings": "New settings",
|
1019
|
-
"newStandardSwitch": "New
|
1019
|
+
"newStandardSwitch": "New Standard Switch",
|
1020
1020
|
"newStorageFolder": "New Storage Folder",
|
1021
1021
|
"newTag": "New tag",
|
1022
1022
|
"newUsbController": "New USB Controller",
|
@@ -1173,7 +1173,7 @@
|
|
1173
1173
|
"portGroup": "Port Group",
|
1174
1174
|
"portGroupHandlesVirtualMachineTraffic": "A port group handles the virtual machine traffic on standard switch.",
|
1175
1175
|
"portGroupPolicy": "Port Group Policy",
|
1176
|
-
"portProperties": "Port
|
1176
|
+
"portProperties": "Port Properties",
|
1177
1177
|
"portRemoveFirstLineText": "Removing a VMkernel adapter makes all services that use it unavailable.",
|
1178
1178
|
"portRemoveSecondLineText": "Remove VMkernel adapter",
|
1179
1179
|
"power": "Power",
|
@@ -1232,7 +1232,6 @@
|
|
1232
1232
|
"recommendations": "Recommendations",
|
1233
1233
|
"recommended": "recommended",
|
1234
1234
|
"reconnect": "Reconnect",
|
1235
|
-
"reconnectDesc": "Your session is about to expire after:",
|
1236
1235
|
"redirectUrls": "Redirect URLs",
|
1237
1236
|
"reduceEnergyConsumptionAtTheRisk": "Reduce energy consumption at the risk of lower performance",
|
1238
1237
|
"reduceEnergyConsumptionWithMin": "Reduce energy consumption with minimal performance compromise",
|
@@ -1348,7 +1347,7 @@
|
|
1348
1347
|
"selectCompatibilityVmDependingHostsEnvironment": "Select compatibility for this virtual machine depending on the host in your environment",
|
1349
1348
|
"selectComputeResource": "Select a Compute Resource",
|
1350
1349
|
"selectConfiguration": "select a configuration",
|
1351
|
-
"selectConnectionType": "Select
|
1350
|
+
"selectConnectionType": "Select Connection Type",
|
1352
1351
|
"selectConnectionTypeToCreate": "Select a connection type to create.",
|
1353
1352
|
"selectCreationType": "Select a Creation Type",
|
1354
1353
|
"selectDatastoreClusterDatastore": "Select a datastore cluster or datastore",
|
@@ -1383,7 +1382,7 @@
|
|
1383
1382
|
"selectStorage": "Select Storage",
|
1384
1383
|
"selectStorageConfigurationDiskFiles": "Select the storage for the configuration and disk files.",
|
1385
1384
|
"selectSwitch": "Select Switch",
|
1386
|
-
"selectTargetDevice": "Select
|
1385
|
+
"selectTargetDevice": "Select Target Device",
|
1387
1386
|
"selectTargetDeviceForNewConnection": "Select a target device for the new connection.",
|
1388
1387
|
"selectValidClusterOrHostDestination": "Select a cluster, host or resource pool as destination.",
|
1389
1388
|
"selectValidDestinationStorage": "Select a valid destination storage.",
|
@@ -1688,7 +1687,7 @@
|
|
1688
1687
|
"virtualMachine": "Virtual Machine",
|
1689
1688
|
"virtualMachineName": "Virtual machine name",
|
1690
1689
|
"virtualMachinePortGroup": "Virtual machine port group",
|
1691
|
-
"virtualMachinePortGroupStandardSwitch": "Virtual
|
1690
|
+
"virtualMachinePortGroupStandardSwitch": "Virtual Machine Port Group",
|
1692
1691
|
"virtualMachinesLabel": "Show VMs in Hosts and Clusters view",
|
1693
1692
|
"virtualMachineUsesHardwareVersionAvailable": "This virtual machine uses hardware version {0}, which provides the best performance and latest features available in {1}",
|
1694
1693
|
"virtualMachineUsesHardwareVersionUnavailable": "This virtual machine uses hardware version {0}, which is compatible with {1}. Some virtual machine hardware features are unavailable with this option.",
|
@@ -1719,7 +1718,7 @@
|
|
1719
1718
|
"vMIsSuccessfullyStarted": "VM is successfully started with Deployment Name:",
|
1720
1719
|
"vMkernelAdapters": "VMkernel adapters",
|
1721
1720
|
"vmKernelGateway": "VMkernel gateway",
|
1722
|
-
"vmKernelNetworkAdapter": "Internal
|
1721
|
+
"vmKernelNetworkAdapter": "Internal Virtual Network Adapter",
|
1723
1722
|
"vmKernelPortSettings": "Kernel port settings",
|
1724
1723
|
"vMKernelTcpIpStackHandlesTraffic": "The TCP/IP stack processes traffic for Procurator platform services such as iSCSI, NFS, FCoE, vSan, host management, etc.",
|
1725
1724
|
"vmLocation": "VM Location",
|
@@ -2452,7 +2451,14 @@
|
|
2452
2451
|
"clusterNetwork": "Cluster Network",
|
2453
2452
|
"checkCompletedSuccessfully": "Check completed successfully.",
|
2454
2453
|
"serverFqdnOrIpAddress": "vCenter Server FQDN or IP address",
|
2455
|
-
"import": "Import"
|
2454
|
+
"import": "Import",
|
2455
|
+
"existingNetwork": "Existing Network",
|
2456
|
+
"existingStandardSwitch": "Existing Standard Switch",
|
2457
|
+
"existingSwitch": "Existing Switch",
|
2458
|
+
"targetDevice": "Target Device",
|
2459
|
+
"selectASwitch": "Select a switch",
|
2460
|
+
"switchEs": "switch(es)",
|
2461
|
+
"networkS": "network(s)"
|
2456
2462
|
},
|
2457
2463
|
"auth": {
|
2458
2464
|
"welcomeTo": "Welcome to",
|
@@ -166,7 +166,7 @@
|
|
166
166
|
"bootOptions": "Ներբեռնման ընտրանքներ",
|
167
167
|
"bootOrder": "Բեռնման կարգը",
|
168
168
|
"browse": "Ակնարկ",
|
169
|
-
"browseDoted": "
|
169
|
+
"browseDoted": "Դիտել..․",
|
170
170
|
"browserDefault": "Կանխադրված դիտարկիչ",
|
171
171
|
"build": "Հավաքածու",
|
172
172
|
"burstSize": "Փաթեթի չափ",
|
@@ -1232,7 +1232,6 @@
|
|
1232
1232
|
"recommendations": "Առաջարկություններ",
|
1233
1233
|
"recommended": "խորհուրդ է տրվում",
|
1234
1234
|
"reconnect": "Կրկին Միացեք",
|
1235
|
-
"reconnectDesc": "Ձեր սեսիան կավարտվի հետո՝",
|
1236
1235
|
"redirectUrls": "Վերահղման URL-ներ",
|
1237
1236
|
"reduceEnergyConsumptionAtTheRisk": "Նվազեցնել էներգիայի սպառումը ցածր արդյունավետության վտանգի դեպքում",
|
1238
1237
|
"reduceEnergyConsumptionWithMin": "Նվազեցնել էներգիայի սպառումը նվազագույն կատարողականի փոխզիջումով",
|
@@ -2452,7 +2451,14 @@
|
|
2452
2451
|
"clusterNetwork": "Կլաստերի ցանց",
|
2453
2452
|
"checkCompletedSuccessfully": "Ստուգումը հաջողությամբ ավարտվեց։",
|
2454
2453
|
"serverFqdnOrIpAddress": "vCenter սերվերի FQDN կամ IP հասցե",
|
2455
|
-
"import": "Ներմուծել"
|
2454
|
+
"import": "Ներմուծել",
|
2455
|
+
"existingNetwork": "Առկա ցանց",
|
2456
|
+
"existingStandardSwitch": "Առկա ստանդարտ անջատիչ",
|
2457
|
+
"existingSwitch": "Առկա անջատիչ",
|
2458
|
+
"targetDevice": "Թիրախային սարք",
|
2459
|
+
"selectASwitch": "Ընտրել անջատիչը",
|
2460
|
+
"switchEs": "անջատիչ(ներ)",
|
2461
|
+
"networkS": "ցանց(եր)"
|
2456
2462
|
},
|
2457
2463
|
"auth": {
|
2458
2464
|
"welcomeTo": "Բարի գալուստ",
|
@@ -166,7 +166,7 @@
|
|
166
166
|
"bootOptions": "Жүктеп алу опциялары",
|
167
167
|
"bootOrder": "Жүктеу тәртібі",
|
168
168
|
"browse": "Қарау",
|
169
|
-
"browseDoted": "
|
169
|
+
"browseDoted": "Қарау...",
|
170
170
|
"browserDefault": "Әдепкі браузер",
|
171
171
|
"build": "Ассамблея",
|
172
172
|
"burstSize": "Пакет өлшемі",
|
@@ -1232,7 +1232,6 @@
|
|
1232
1232
|
"recommendations": "Ұсыныстар",
|
1233
1233
|
"recommended": "ұсынылады",
|
1234
1234
|
"reconnect": "Қайта қосылу",
|
1235
|
-
"reconnectDesc": "Сіздің сессияңыз мына уақыттан кейін аяқталады:",
|
1236
1235
|
"redirectUrls": "Қайта бағыттау URL мекенжайлары",
|
1237
1236
|
"reduceEnergyConsumptionAtTheRisk": "Төмен өнімділік қаупімен қуат тұтынуды азайтыңыз",
|
1238
1237
|
"reduceEnergyConsumptionWithMin": "Өнімділіктің ең аз төмендеуімен қуат тұтынуды азайтыңыз",
|
@@ -2451,7 +2450,14 @@
|
|
2451
2450
|
"clusterNetwork": "Кластер желісі",
|
2452
2451
|
"checkCompletedSuccessfully": "Тексеру сәтті аяқталды.",
|
2453
2452
|
"serverFqdnOrIpAddress": "vCenter серверінің FQDN немесе IP мекенжайы",
|
2454
|
-
"import": "Импорт"
|
2453
|
+
"import": "Импорт",
|
2454
|
+
"existingNetwork": "Қолданыстағы Желі",
|
2455
|
+
"existingStandardSwitch": "Қолданыстағы Стандартты Қосқыш",
|
2456
|
+
"existingSwitch": "Қолданыстағы Қосқыш",
|
2457
|
+
"targetDevice": "Мақсатты Құрылғы",
|
2458
|
+
"selectASwitch": "Коммутаторды таңдаңыз",
|
2459
|
+
"switchEs": "ауыстыру(ы)",
|
2460
|
+
"networkS": "желі(лар)ы"
|
2455
2461
|
},
|
2456
2462
|
"auth": {
|
2457
2463
|
"welcomeTo": "Қош келдіңіз",
|
@@ -166,7 +166,7 @@
|
|
166
166
|
"bootOptions": "Параметры загрузки",
|
167
167
|
"bootOrder": "Порядок загрузки",
|
168
168
|
"browse": "Обзор",
|
169
|
-
"browseDoted": "
|
169
|
+
"browseDoted": "Просмотреть...",
|
170
170
|
"browserDefault": "Браузер по умолчанию",
|
171
171
|
"build": "Сборка",
|
172
172
|
"burstSize": "Размер пакета",
|
@@ -1232,7 +1232,6 @@
|
|
1232
1232
|
"recommendations": "Рекомендации",
|
1233
1233
|
"recommended": "рекомендуемый",
|
1234
1234
|
"reconnect": "Повторно подключиться",
|
1235
|
-
"reconnectDesc": "Ваша сессия завершится через:",
|
1236
1235
|
"redirectUrls": "URL-адреса перенаправления",
|
1237
1236
|
"reduceEnergyConsumptionAtTheRisk": "Снижение энергопотребления с риском снижения производительности",
|
1238
1237
|
"reduceEnergyConsumptionWithMin": "Снижение энергопотребления с минимальным снижением производительности",
|
@@ -2451,7 +2450,14 @@
|
|
2451
2450
|
"clusterNetwork": "Сеть кластера",
|
2452
2451
|
"checkCompletedSuccessfully": "Проверка завершена успешно.",
|
2453
2452
|
"serverFqdnOrIpAddress": "vCenter Server FQDN или IP-адрес",
|
2454
|
-
"import": "Импорт"
|
2453
|
+
"import": "Импорт",
|
2454
|
+
"existingNetwork": "Существующая сеть",
|
2455
|
+
"existingStandardSwitch": "Существующий стандартный коммутатор",
|
2456
|
+
"existingSwitch": "Существующий коммутатор",
|
2457
|
+
"targetDevice": "Целевое устройство",
|
2458
|
+
"selectASwitch": "Выберите коммутатор",
|
2459
|
+
"switchEs": "коммутатор(ы)",
|
2460
|
+
"networkS": "сеть(и)"
|
2455
2461
|
},
|
2456
2462
|
"auth": {
|
2457
2463
|
"welcomeTo": "Добро пожаловать в",
|
@@ -166,7 +166,7 @@
|
|
166
166
|
"bootOptions": "下载选项",
|
167
167
|
"bootOrder": "加载订单",
|
168
168
|
"browse": "审查",
|
169
|
-
"browseDoted": "
|
169
|
+
"browseDoted": "浏览。。。",
|
170
170
|
"browserDefault": "默认浏览器",
|
171
171
|
"build": "集会",
|
172
172
|
"burstSize": "突发大小",
|
@@ -1231,7 +1231,6 @@
|
|
1231
1231
|
"recommendations": "建议",
|
1232
1232
|
"recommended": "受到推崇的",
|
1233
1233
|
"reconnect": "重新连接",
|
1234
|
-
"reconnectDesc": "您的会话将在以下时间后过期:",
|
1235
1234
|
"redirectUrls": "重定向 URL",
|
1236
1235
|
"reduceEnergyConsumptionAtTheRisk": "以降低性能的風險降低能耗",
|
1237
1236
|
"reduceEnergyConsumptionWithMin": "以最小的性能妥協降低能耗",
|
@@ -2449,7 +2448,14 @@
|
|
2449
2448
|
"clusterNetwork": "集群网络",
|
2450
2449
|
"checkCompletedSuccessfully": "检查已成功完成。",
|
2451
2450
|
"serverFqdnOrIpAddress": "vCenter 服务器 FQDN 或 IP 地址",
|
2452
|
-
"import": "导入"
|
2451
|
+
"import": "导入",
|
2452
|
+
"existingNetwork": "现有网络",
|
2453
|
+
"existingStandardSwitch": "现有标准开关",
|
2454
|
+
"existingSwitch": "现有交换机",
|
2455
|
+
"targetDevice": "目标设备",
|
2456
|
+
"selectASwitch": "选择开关",
|
2457
|
+
"switchEs": "开关",
|
2458
|
+
"networkS": "网络"
|
2453
2459
|
},
|
2454
2460
|
"auth": {
|
2455
2461
|
"welcomeTo": "欢迎来到",
|
@@ -122,12 +122,12 @@
|
|
122
122
|
</template>
|
123
123
|
|
124
124
|
<script setup lang="ts">
|
125
|
-
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
126
125
|
import type {
|
127
126
|
UI_I_WizardStep,
|
128
127
|
UI_I_WizardStepNavigation,
|
129
128
|
UI_I_WizardSchemeData,
|
130
|
-
} from '~/components/
|
129
|
+
} from '~/node_modules/bfg-uikit/components/ui/wizard/lib/models/interfaces'
|
130
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
131
131
|
|
132
132
|
const props = withDefaults(
|
133
133
|
defineProps<{
|
@@ -34,7 +34,7 @@
|
|
34
34
|
import type {
|
35
35
|
UI_I_WizardStepNavigation,
|
36
36
|
UI_I_WizardSchemeData,
|
37
|
-
} from '~/components/
|
37
|
+
} from '~/node_modules/bfg-uikit/components/ui/wizard/lib/models/interfaces'
|
38
38
|
|
39
39
|
const props = withDefaults(
|
40
40
|
defineProps<{
|
@@ -36,18 +36,18 @@
|
|
36
36
|
</template>
|
37
37
|
|
38
38
|
<script setup lang="ts">
|
39
|
+
import type {
|
40
|
+
UI_I_ValidationReturn,
|
41
|
+
UI_I_WizardStep,
|
42
|
+
} from '~/node_modules/bfg-uikit/components/ui/wizard/lib/models/interfaces'
|
43
|
+
import Wizard from '~/node_modules/bfg-uikit/components/ui/wizard/lib/utils/utils'
|
39
44
|
import type { UI_T_Project } from '~/lib/models/types'
|
40
45
|
import type { UI_I_CreateDatastoreForm } from '~/components/common/backup/storage/actions/add/lib/models/interfaces'
|
41
46
|
import type { UI_I_DatastoreTableItem } from '~/lib/models/store/storage/interfaces'
|
42
47
|
import type { UI_I_TablePayload } from '~/lib/models/table/interfaces'
|
43
48
|
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
44
|
-
import type {
|
45
|
-
UI_I_ValidationReturn,
|
46
|
-
UI_I_WizardStep,
|
47
|
-
} from '~/components/atoms/wizard/lib/models/interfaces'
|
48
49
|
import type { UI_T_DatastoreTypeCode } from '~/components/common/backup/storage/actions/add/lib/models/types'
|
49
50
|
// TODO use from uikit
|
50
|
-
import Wizard from '~/components/atoms/wizard/lib/utils/utils'
|
51
51
|
import {
|
52
52
|
stepsFunc,
|
53
53
|
stepsSchemeInitial,
|
@@ -73,8 +73,8 @@
|
|
73
73
|
</template>
|
74
74
|
|
75
75
|
<script setup lang="ts">
|
76
|
+
import type { UI_I_WizardStep } from '~/node_modules/bfg-uikit/components/ui/wizard/lib/models/interfaces'
|
76
77
|
import type Wizard from '~/node_modules/bfg-uikit/components/ui/wizard/lib/utils/utils'
|
77
|
-
import type { UI_I_WizardStep } from '~/components/atoms/wizard/lib/models/interfaces'
|
78
78
|
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
79
79
|
import type { UI_T_Project } from '~/lib/models/types'
|
80
80
|
import type { UI_I_TablePayload } from '~/lib/models/table/interfaces'
|
@@ -1,9 +1,9 @@
|
|
1
|
+
import type { UI_I_WizardStep } from '~/node_modules/bfg-uikit/components/ui/wizard/lib/models/interfaces'
|
2
|
+
import { UI_E_WIZARD_STATUS } from '~/node_modules/bfg-uikit/components/ui/wizard/lib/models/enums'
|
1
3
|
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
2
4
|
import type { UI_T_Project } from '~/lib/models/types'
|
3
|
-
import type { UI_I_WizardStep } from '~/components/atoms/wizard/lib/models/interfaces'
|
4
5
|
import type { UI_I_ChangeStepsSchemes } from '~/components/common/backup/storage/actions/add/lib/models/interfaces'
|
5
6
|
import type { UI_T_DatastoreTypeCode } from '~/components/common/backup/storage/actions/add/lib/models/types'
|
6
|
-
import { UI_E_WIZARD_STATUS } from '~/components/atoms/wizard/lib/models/enums'
|
7
7
|
|
8
8
|
export const dynamicSteps = {
|
9
9
|
type: 0,
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import type Wizard from '~/node_modules/bfg-uikit/components/ui/wizard/lib/utils/utils'
|
2
|
-
import type { UI_T_Project } from '~/lib/models/types'
|
3
|
-
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
4
1
|
import type {
|
5
2
|
UI_I_AsyncCheckReturn,
|
6
3
|
UI_I_ValidationReturn,
|
7
4
|
UI_I_WizardStep,
|
8
|
-
} from '~/components/
|
5
|
+
} from '~/node_modules/bfg-uikit/components/ui/wizard/lib/models/interfaces'
|
6
|
+
import type Wizard from '~/node_modules/bfg-uikit/components/ui/wizard/lib/utils/utils'
|
7
|
+
import type { UI_T_Project } from '~/lib/models/types'
|
8
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
9
9
|
import type { UI_I_CreateDatastoreForm } from '~/components/common/backup/storage/actions/add/lib/models/interfaces'
|
10
10
|
import { checkValidityName } from '~/components/common/backup/storage/actions/add/lib/utils'
|
11
11
|
import { dynamicSteps } from '~/components/common/backup/storage/actions/add/lib/config/steps'
|
@@ -17,9 +17,9 @@
|
|
17
17
|
</template>
|
18
18
|
|
19
19
|
<script lang="ts" setup>
|
20
|
+
import type { UI_I_ErrorFields } from '~/node_modules/bfg-uikit/components/ui/wizard/lib/models/interfaces'
|
20
21
|
import type { UI_T_Project } from '~/lib/models/types'
|
21
22
|
import type { UI_I_ArbitraryObject } from '~/lib/models/interfaces'
|
22
|
-
import type { UI_I_ErrorFields } from '~/components/atoms/wizard/lib/models/interfaces'
|
23
23
|
import type { UI_I_CreateDatastoreForm } from '~/components/common/backup/storage/actions/add/lib/models/interfaces'
|
24
24
|
|
25
25
|
const formModel = defineModel<UI_I_CreateDatastoreForm>({ required: true })
|
@@ -21,11 +21,11 @@
|
|
21
21
|
</template>
|
22
22
|
|
23
23
|
<script lang="ts" setup>
|
24
|
+
import type { UI_I_ErrorFields } from '~/node_modules/bfg-uikit/components/ui/wizard/lib/models/interfaces'
|
24
25
|
import type {
|
25
26
|
UI_I_Localization,
|
26
27
|
UI_I_ArbitraryObject,
|
27
28
|
} from '~/lib/models/interfaces'
|
28
|
-
import type { UI_I_ErrorFields } from '~/components/atoms/wizard/lib/models/interfaces'
|
29
29
|
import type { UI_I_CreateDatastoreForm } from '~/components/common/backup/storage/actions/add/lib/models/interfaces'
|
30
30
|
|
31
31
|
const formModelLocal = defineModel<UI_I_CreateDatastoreForm>({ required: true })
|
@@ -36,11 +36,11 @@
|
|
36
36
|
</template>
|
37
37
|
|
38
38
|
<script lang="ts" setup>
|
39
|
+
import type { UI_I_ErrorFields } from '~/node_modules/bfg-uikit/components/ui/wizard/lib/models/interfaces'
|
39
40
|
import type {
|
40
41
|
UI_I_Localization,
|
41
42
|
UI_I_ArbitraryObject,
|
42
43
|
} from '~/lib/models/interfaces'
|
43
|
-
import type { UI_I_ErrorFields } from '~/components/atoms/wizard/lib/models/interfaces'
|
44
44
|
import type { UI_I_CreateDatastoreForm } from '~/components/common/backup/storage/actions/add/lib/models/interfaces'
|
45
45
|
import { dynamicSteps } from '~/components/common/backup/storage/actions/add/lib/config/steps'
|
46
46
|
|
package/components/common/backup/storage/actions/add/steps/nameAndConfigure/NameAndConfigure.vue
CHANGED
@@ -19,7 +19,7 @@
|
|
19
19
|
</template>
|
20
20
|
|
21
21
|
<script lang="ts" setup>
|
22
|
-
import type { UI_I_WizardStep } from '~/components/
|
22
|
+
import type { UI_I_WizardStep } from '~/node_modules/bfg-uikit/components/ui/wizard/lib/models/interfaces'
|
23
23
|
import type { UI_I_CreateDatastoreForm } from '~/components/common/backup/storage/actions/add/lib/models/interfaces'
|
24
24
|
|
25
25
|
const formModel = defineModel<UI_I_CreateDatastoreForm>({ required: true })
|
package/components/common/backup/storage/actions/add/steps/nameAndConfigure/NameAndConfigureNew.vue
CHANGED
@@ -133,8 +133,8 @@
|
|
133
133
|
</template>
|
134
134
|
|
135
135
|
<script setup lang="ts">
|
136
|
+
import type { UI_I_WizardStep } from '~/node_modules/bfg-uikit/components/ui/wizard/lib/models/interfaces'
|
136
137
|
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
137
|
-
import type { UI_I_WizardStep } from '~/components/atoms/wizard/lib/models/interfaces'
|
138
138
|
import type { UI_I_CreateDatastoreForm } from '~/components/common/backup/storage/actions/add/lib/models/interfaces'
|
139
139
|
|
140
140
|
const formModelLocal = defineModel<UI_I_CreateDatastoreForm>({ required: true })
|
package/components/common/backup/storage/actions/add/steps/nameAndConfigure/NameAndConfigureOld.vue
CHANGED
@@ -172,8 +172,8 @@
|
|
172
172
|
</template>
|
173
173
|
|
174
174
|
<script lang="ts" setup>
|
175
|
+
import type { UI_I_WizardStep } from '~/node_modules/bfg-uikit/components/ui/wizard/lib/models/interfaces'
|
175
176
|
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
176
|
-
import type { UI_I_WizardStep } from '~/components/atoms/wizard/lib/models/interfaces'
|
177
177
|
import type { UI_I_InitialValidationFields } from '~/components/common/backup/storage/actions/add/steps/nameAndConfigure/lib/models/interfaces'
|
178
178
|
import type { UI_I_CreateDatastoreForm } from '~/components/common/backup/storage/actions/add/lib/models/interfaces'
|
179
179
|
import type { UI_T_InitialValidationFields } from '~/components/common/backup/storage/actions/add/steps/nameAndConfigure/lib/models/types'
|
@@ -1 +1 @@
|
|
1
|
-
export type UI_T_BlocksWidth = [number, number, number]
|
1
|
+
export type UI_T_BlocksWidth = [number, number, number]
|
@@ -1,5 +1,5 @@
|
|
1
|
-
export interface UI_I_FileInfo {
|
2
|
-
type: string
|
3
|
-
title: string
|
4
|
-
value: string | number
|
5
|
-
}
|
1
|
+
export interface UI_I_FileInfo {
|
2
|
+
type: string
|
3
|
+
title: string
|
4
|
+
value: string | number
|
5
|
+
}
|
@@ -1,28 +1,26 @@
|
|
1
1
|
<template>
|
2
|
-
<
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
2
|
+
<div class="countdown-timer">
|
3
|
+
<h3 class="countdown-timer__inner">
|
4
|
+
<span class="countdown-timer__minutes">{{ minutes }}</span>
|
5
|
+
<span class="countdown-timer__separator">:</span>
|
6
|
+
<span class="countdown-timer__seconds"
|
7
|
+
>{{ seconds }} {{ localization.common.seconds }}</span
|
8
|
+
>
|
9
|
+
</h3>
|
10
|
+
</div>
|
8
11
|
</template>
|
9
12
|
|
10
13
|
<script lang="ts" setup>
|
14
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
15
|
+
|
11
16
|
const props = defineProps<{
|
12
17
|
timer: number
|
13
18
|
totalTime: number
|
14
19
|
}>()
|
15
20
|
|
16
|
-
const
|
17
|
-
|
18
|
-
const isNewView = computed<boolean>(() => $store.getters['main/getIsNewView'])
|
21
|
+
const localization = computed<UI_I_Localization>(() => useLocal())
|
19
22
|
|
20
23
|
const secondsInMinute = 60
|
21
|
-
|
22
|
-
const formatTime = (time: number): string => {
|
23
|
-
return (time < 10 ? '0' : '') + time
|
24
|
-
}
|
25
|
-
|
26
24
|
const minutes = computed<string>(() => {
|
27
25
|
if (!props.timer) return '00'
|
28
26
|
const minutes = Math.floor(props.totalTime / secondsInMinute)
|
@@ -34,6 +32,19 @@ const seconds = computed<string>(() => {
|
|
34
32
|
const seconds = props.totalTime - +minutes.value * secondsInMinute
|
35
33
|
return formatTime(seconds)
|
36
34
|
})
|
35
|
+
|
36
|
+
const formatTime = (time: number): string => {
|
37
|
+
return (time < 10 ? '0' : '') + time
|
38
|
+
}
|
37
39
|
</script>
|
38
40
|
|
39
|
-
<style lang="scss" scoped
|
41
|
+
<style lang="scss" scoped>
|
42
|
+
.countdown-timer {
|
43
|
+
&__inner {
|
44
|
+
padding-top: 12px;
|
45
|
+
& > span {
|
46
|
+
font-size: 40px;
|
47
|
+
}
|
48
|
+
}
|
49
|
+
}
|
50
|
+
</style>
|
@@ -1,50 +1,50 @@
|
|
1
|
-
import type {
|
2
|
-
UI_I_AdapterStatus,
|
3
|
-
UI_I_MainRectHeights,
|
4
|
-
UI_I_SelectedAdapter,
|
5
|
-
UI_I_SelectedPort,
|
6
|
-
UI_I_SwitchLine,
|
7
|
-
UI_I_NetworkPositionsConst,
|
8
|
-
} from '~/components/common/diagramMain/lib/models/interfaces'
|
9
|
-
|
10
|
-
export const managePhysicalAdapterStatusInitial: UI_I_AdapterStatus = {
|
11
|
-
active: [],
|
12
|
-
standby: [],
|
13
|
-
unused: [],
|
14
|
-
}
|
15
|
-
|
16
|
-
export const mainRectHeightsInitial: UI_I_MainRectHeights = {
|
17
|
-
networksHeight: 0,
|
18
|
-
adaptersHeight: 0,
|
19
|
-
}
|
20
|
-
|
21
|
-
export const switchLineInitial: UI_I_SwitchLine = {
|
22
|
-
y1: 0,
|
23
|
-
y2: 0,
|
24
|
-
ay: 0,
|
25
|
-
}
|
26
|
-
|
27
|
-
export const selectedPortInitial: UI_I_SelectedPort = {
|
28
|
-
networkId: '-1',
|
29
|
-
portId: '-1',
|
30
|
-
activeAdapters: [],
|
31
|
-
}
|
32
|
-
|
33
|
-
export const selectedAdapterInitial: UI_I_SelectedAdapter = {
|
34
|
-
adapterId: '-1',
|
35
|
-
connectedPorts: [],
|
36
|
-
}
|
37
|
-
|
38
|
-
export const selectedSwitchLineYInitial: UI_I_SwitchLine = {
|
39
|
-
y1: 0,
|
40
|
-
y2: 0,
|
41
|
-
}
|
42
|
-
|
43
|
-
export const NETWORK_POSITIONS: UI_I_NetworkPositionsConst = {
|
44
|
-
EMPTY_PORTS_PADDING_BOTTOM: 7.5,
|
45
|
-
FROM_VLAN_ID_TO_GROUP_NAME: 22,
|
46
|
-
VMS_AND_PORTS_HEIGHT: 22,
|
47
|
-
V_CENTER_HEIGHT: 32,
|
48
|
-
BETWEEN_VMS_AND_PORTS: 7.5,
|
49
|
-
BETWEEN_V_CENTERS: 12.5,
|
50
|
-
} as const
|
1
|
+
import type {
|
2
|
+
UI_I_AdapterStatus,
|
3
|
+
UI_I_MainRectHeights,
|
4
|
+
UI_I_SelectedAdapter,
|
5
|
+
UI_I_SelectedPort,
|
6
|
+
UI_I_SwitchLine,
|
7
|
+
UI_I_NetworkPositionsConst,
|
8
|
+
} from '~/components/common/diagramMain/lib/models/interfaces'
|
9
|
+
|
10
|
+
export const managePhysicalAdapterStatusInitial: UI_I_AdapterStatus = {
|
11
|
+
active: [],
|
12
|
+
standby: [],
|
13
|
+
unused: [],
|
14
|
+
}
|
15
|
+
|
16
|
+
export const mainRectHeightsInitial: UI_I_MainRectHeights = {
|
17
|
+
networksHeight: 0,
|
18
|
+
adaptersHeight: 0,
|
19
|
+
}
|
20
|
+
|
21
|
+
export const switchLineInitial: UI_I_SwitchLine = {
|
22
|
+
y1: 0,
|
23
|
+
y2: 0,
|
24
|
+
ay: 0,
|
25
|
+
}
|
26
|
+
|
27
|
+
export const selectedPortInitial: UI_I_SelectedPort = {
|
28
|
+
networkId: '-1',
|
29
|
+
portId: '-1',
|
30
|
+
activeAdapters: [],
|
31
|
+
}
|
32
|
+
|
33
|
+
export const selectedAdapterInitial: UI_I_SelectedAdapter = {
|
34
|
+
adapterId: '-1',
|
35
|
+
connectedPorts: [],
|
36
|
+
}
|
37
|
+
|
38
|
+
export const selectedSwitchLineYInitial: UI_I_SwitchLine = {
|
39
|
+
y1: 0,
|
40
|
+
y2: 0,
|
41
|
+
}
|
42
|
+
|
43
|
+
export const NETWORK_POSITIONS: UI_I_NetworkPositionsConst = {
|
44
|
+
EMPTY_PORTS_PADDING_BOTTOM: 7.5,
|
45
|
+
FROM_VLAN_ID_TO_GROUP_NAME: 22,
|
46
|
+
VMS_AND_PORTS_HEIGHT: 22,
|
47
|
+
V_CENTER_HEIGHT: 32,
|
48
|
+
BETWEEN_VMS_AND_PORTS: 7.5,
|
49
|
+
BETWEEN_V_CENTERS: 12.5,
|
50
|
+
} as const
|