bfg-common 1.5.279 → 1.5.280

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.
Files changed (29) hide show
  1. package/assets/localization/local_be.json +9 -6
  2. package/assets/localization/local_en.json +10 -7
  3. package/assets/localization/local_hy.json +9 -6
  4. package/assets/localization/local_kk.json +9 -6
  5. package/assets/localization/local_ru.json +9 -6
  6. package/assets/localization/local_zh.json +5 -2
  7. package/components/common/backup/storage/actions/add/New.vue +3 -3
  8. package/components/common/backup/storage/actions/add/steps/name/New.vue +1 -0
  9. package/components/common/backup/storage/actions/add/steps/readyComplete/ReadyCompleteNew.vue +10 -3
  10. package/components/common/backup/storage/actions/add/steps/typeMode/TypeModeNew.vue +3 -1
  11. package/components/common/readyToComplete/Old.vue +1 -1
  12. package/components/common/tooltip/Help.vue +2 -2
  13. package/components/common/wizards/datastore/add/New.vue +3 -3
  14. package/components/common/wizards/datastore/add/lib/config/steps.ts +1 -1
  15. package/components/common/wizards/datastore/add/lib/validations.ts +3 -3
  16. package/components/common/wizards/datastore/add/steps/hostAccessibility/table/new/New.vue +1 -1
  17. package/components/common/wizards/datastore/add/steps/hostAccessibility/table/new/lib/config/compatibleTable.ts +8 -6
  18. package/components/common/wizards/datastore/add/steps/nameAndConfigure/NameAndConfigureNew.vue +8 -5
  19. package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDevice.vue +1 -0
  20. package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceNew.vue +4 -3
  21. package/components/common/wizards/datastore/add/steps/nameAndDevice/table/Table.vue +2 -1
  22. package/components/common/wizards/datastore/add/steps/nameAndDevice/table/lib/models/interfaces.ts +1 -0
  23. package/components/common/wizards/datastore/add/steps/nameAndDevice/table/new/New.vue +19 -3
  24. package/components/common/wizards/datastore/add/steps/nameAndDevice/table/new/lib/config/lunDiskTable.ts +14 -5
  25. package/components/common/wizards/datastore/add/steps/nameAndDevice/table/new/lib/models/enums.ts +1 -1
  26. package/components/common/wizards/datastore/add/steps/readyComplete/ReadyCompleteNew.vue +51 -7
  27. package/components/common/wizards/datastore/add/steps/readyComplete/lib/config/propertiesDetails.ts +1 -1
  28. package/components/common/wizards/datastore/add/steps/typeMode/TypeModeNew.vue +10 -4
  29. package/package.json +1 -1
@@ -1222,6 +1222,7 @@
1222
1222
  "range": "Дыяпазон",
1223
1223
  "readyComplete": "Гатовы да завяршэння",
1224
1224
  "readyCompleteDesc": "Праверце свой выбар, перш чым скончыць працу майстра",
1225
+ "readyCompleteDatastoreDesc": "Перад стварэннем сховішча дадзеных праглядзіце падрабязнасці.",
1225
1226
  "reboot": "Перазагрузка",
1226
1227
  "rebootNodeApplyChanges": "Перазагрузіце вузел, каб прымяніць змены.",
1227
1228
  "recommendations": "Рэкамендацыі",
@@ -1349,8 +1350,9 @@
1349
1350
  "selectDatastoreName": "Select a name",
1350
1351
  "selectDestination": "Выберыце пункт прызначэння",
1351
1352
  "selectDestinationComputeResourceOperation": "Выберыце мэтавы вылічальны рэсурс для гэтай аперацыі",
1352
- "selectDiskToContinueAlert": "Выберыце дыск/LUN, каб працягнуць",
1353
+ "selectDiskToContinueAlert": "Выберыце дыск/LUN для працягу.",
1353
1354
  "selected": "Выбранае",
1355
+ "selected2": "Выбрана",
1354
1356
  "selectedHostDisconnectedMaintenanceMode": "Выбраны хост адключаны, знаходзіцца ў рэжыме абслугоўвання або змяняе свой статус у рэжыме абслугоўвання.",
1355
1357
  "selectExistingNetwork": "Выберыце існуючую сетку",
1356
1358
  "selectExistingStandardSwitch": "Выберыце існуючы стандартны перамыкач",
@@ -1361,10 +1363,10 @@
1361
1363
  "selectGuestOSMachineType": "Выберыце гасцявую аперацыйную сістэму і тып кампутара",
1362
1364
  "selectHardware": "Выберыце Абсталяванне",
1363
1365
  "selectHost": "Выберыце гаспадара",
1364
- "selectHostToContinueAlert": "Выберыце хост, каб працягнуць",
1365
- "selectHostToViewAccessible": "Выберыце хост для прагляду яго даступных дыскаў/LUN:",
1366
+ "selectHostToContinueAlert": "Выберыце хост, каб працягнуць.",
1367
+ "selectHostToViewAccessible": "Выберыце хост для прагляду яго даступных дыскаў/LUN.",
1366
1368
  "selectionPath": "Шлях адбору",
1367
- "selectLeastEntityContinue": "Выберыце хаця б адну сутнасць, каб працягнуць.",
1369
+ "selectLeastEntityContinue": "Каб працягнуць, выберыце хаця б аднаго хоста.",
1368
1370
  "selectLocationForVirtualMachines": "Выберыце месцазнаходжанне для віртуальных машын гэтага хаста.",
1369
1371
  "selectLocationVirtualMachine": "Выберыце месца для віртуальнай машыны.",
1370
1372
  "selectName": "Выберыце імя",
@@ -1404,7 +1406,7 @@
1404
1406
  "sharedPassthroughGPUAssignmentPolicy": "Палітыка прызначэння агульнага скразнога графічнага працэсара",
1405
1407
  "sharedSecret": "Агульны сакрэт",
1406
1408
  "sharedStorm": "Агульны шторм",
1407
- "sharedStormDesc": "Стварыце агульнае сховішча дадзеных шторму на дыску/LUN",
1409
+ "sharedStormDesc": "Стварыце агульнае сховішча дадзеных шторму на дыску/LUN.",
1408
1410
  "sharePolicy": "Палітыка абмену",
1409
1411
  "shares": "Акцыі",
1410
1412
  "sharesMustBe": "Агульныя рэсурсы павінны знаходзіцца ў дыяпазоне ад {0} да {1}.",
@@ -2601,7 +2603,8 @@
2601
2603
  "mountGuestTools": "Мантаваць гасцявыя інструменты",
2602
2604
  "template": "Шаблон",
2603
2605
  "convertToTemplate": "Пераўтварыць у шаблон",
2604
- "newTemplate": "New Template"
2606
+ "newTemplate": "New Template",
2607
+ "createTemplateFromVM": "Стварыць шаблон з ВМ"
2605
2608
  },
2606
2609
  "networks": {
2607
2610
  "active_ports": "Актыўныя Парты",
@@ -1221,6 +1221,7 @@
1221
1221
  "range": "Range",
1222
1222
  "readyComplete": "Ready to Complete",
1223
1223
  "readyCompleteDesc": "Review your selections before finishing the wizard",
1224
+ "readyCompleteDatastoreDesc": "Review the details before the datastore is created.",
1224
1225
  "reboot": "Reboot",
1225
1226
  "rebootNodeApplyChanges": "Reboot the node to apply changes.",
1226
1227
  "recommendations": "Recommendations",
@@ -1348,8 +1349,9 @@
1348
1349
  "selectDatastoreName": "Select a name",
1349
1350
  "selectDestination": "Select Destination",
1350
1351
  "selectDestinationComputeResourceOperation": "Select the destination compute resource for this operation",
1351
- "selectDiskToContinueAlert": "Select disk/LUN to continue",
1352
+ "selectDiskToContinueAlert": "Select a disk/LUN to proceed.",
1352
1353
  "selected": "Selected",
1354
+ "selected2": "Selected",
1353
1355
  "selectedHostDisconnectedMaintenanceMode": "Selected host is disconnected, in maintenance mode or changing its maintenance mode status.",
1354
1356
  "selectExistingNetwork": "Select an existing network",
1355
1357
  "selectExistingStandardSwitch": "Select an existing standard switch",
@@ -1360,10 +1362,10 @@
1360
1362
  "selectGuestOSMachineType": "Select a Guest OS and Machine Type",
1361
1363
  "selectHardware": "Select Hardware",
1362
1364
  "selectHost": "Select a host",
1363
- "selectHostToContinueAlert": "Select Host to continue",
1364
- "selectHostToViewAccessible": "Select a host to view its accessible disks/LUNs:",
1365
+ "selectHostToContinueAlert": "Select a host to proceed.",
1366
+ "selectHostToViewAccessible": "Select a host to view its accessible disks/LUNs.",
1365
1367
  "selectionPath": "Selection path",
1366
- "selectLeastEntityContinue": "Select at least one entity to continue.",
1368
+ "selectLeastEntityContinue": "Select at least one host to proceed.",
1367
1369
  "selectLocationForVirtualMachines": "Select a location for this host's virtual machines.",
1368
1370
  "selectLocationVirtualMachine": "Select a location for the virtual machine.",
1369
1371
  "selectName": "Select a Name",
@@ -1403,7 +1405,7 @@
1403
1405
  "sharedPassthroughGPUAssignmentPolicy": "Shared passthrough GPU assignment policy",
1404
1406
  "sharedSecret": "Shared secret",
1405
1407
  "sharedStorm": "Shared Storm",
1406
- "sharedStormDesc": "Create shared storm datastore on a disk/LUN",
1408
+ "sharedStormDesc": "Create shared storm datastore on a disk/LUN.",
1407
1409
  "sharePolicy": "Share Policy",
1408
1410
  "shares": "Shares",
1409
1411
  "sharesMustBe": "Shares must be between {0} and {1}.",
@@ -1803,7 +1805,7 @@
1803
1805
  "stormSharedStorage": "Shared Storm",
1804
1806
  "localStorageHelpDesc": "The data is stored on the local file system of the host.",
1805
1807
  "stormSharedStorageHelpDesc": "Storm shared storage must be pre-deployed on dedicated servers. Shared access of hosts to Storm storage is provided.",
1806
- "nfsHelpDesc": "NFS storage is a network file system. NFS versions 4.1 and 4.2 are supported",
1808
+ "nfsHelpDesc": "NFS storage is a network file system. NFS versions 4.1 and 4.2 are supported.",
1807
1809
  "storageDrsAutomation": "Storage DRS Automation",
1808
1810
  "storageDrsRuntimeSettings": "Storage DRS Runtime Settings",
1809
1811
  "selectClustersAndHosts": "Select Clusters and Hosts",
@@ -2605,7 +2607,8 @@
2605
2607
  "mountGuestTools": "Mount Guest Tools",
2606
2608
  "template": "Template",
2607
2609
  "convertToTemplate": "Convert to Template",
2608
- "newTemplate": "New Template"
2610
+ "newTemplate": "New Template",
2611
+ "createTemplateFromVM": "Create Template from VM"
2609
2612
  },
2610
2613
  "networks": {
2611
2614
  "active_ports": "Active ports",
@@ -1221,6 +1221,7 @@
1221
1221
  "range": "Շրջանակ",
1222
1222
  "readyComplete": "Պատրաստ է ավարտին",
1223
1223
  "readyCompleteDesc": "Վերանայեք ձեր ընտրությունը նախքան կախարդն ավարտելը",
1224
+ "readyCompleteDatastoreDesc": "Վերանայեք մանրամասները նախքան տվյալների պահոցը ստեղծելը։",
1224
1225
  "reboot": "Վերբեռնել",
1225
1226
  "rebootNodeApplyChanges": "Փոփոխությունները կիրառելու համար վերագործարկեք հանգույցը:",
1226
1227
  "recommendations": "Առաջարկություններ",
@@ -1348,8 +1349,9 @@
1348
1349
  "selectDatastoreName": "Ընտրեք անուն",
1349
1350
  "selectDestination": "Ընտրեք նպատակակետ",
1350
1351
  "selectDestinationComputeResourceOperation": "Ընտրեք թիրախային հաշվարկային ռեսուրսը այս գործողության համար:",
1351
- "selectDiskToContinueAlert": "Շարունակելու համար ընտրեք սկավառակ/LUN",
1352
+ "selectDiskToContinueAlert": "Շարունակելու համար ընտրեք սկավառակ/LUN:",
1352
1353
  "selected": "Ընտրված է",
1354
+ "selected2": "Ընտրված է",
1353
1355
  "selectedHostDisconnectedMaintenanceMode": "Ընտրված հոսթն անջատված է, գտնվում է սպասարկման ռեժիմում կամ փոխում է սպասարկման ռեժիմի կարգավիճակը:",
1354
1356
  "selectExistingNetwork": "Ընտրեք գոյություն ունեցող ցանց",
1355
1357
  "selectExistingStandardSwitch": "Ընտրեք գոյություն ունեցող ստանդարտ անջատիչ",
@@ -1360,10 +1362,10 @@
1360
1362
  "selectGuestOSMachineType": "Ընտրեք հյուրի գործառնական համակարգը և համակարգչի տեսակը",
1361
1363
  "selectHardware": "Ընտրեք Սարքավորում",
1362
1364
  "selectHost": "Ընտրեք հյուրընկալող",
1363
- "selectHostToContinueAlert": "Շարունակելու համար ընտրեք հյուրընկալող",
1364
- "selectHostToViewAccessible": "Ընտրեք հոսթ՝ իր հասանելի սկավառակները/LUN-ները դիտելու համար.",
1365
+ "selectHostToContinueAlert": "Շարունակելու համար ընտրեք հոսթինգ:",
1366
+ "selectHostToViewAccessible": "Ընտրեք հոսթ՝ իր հասանելի սկավառակները/LUN-ները դիտելու համար:",
1365
1367
  "selectionPath": "Ընտրության ուղի",
1366
- "selectLeastEntityContinue": "Շարունակելու համար ընտրեք առնվազն մեկ միավոր:",
1368
+ "selectLeastEntityContinue": "Շարունակելու համար ընտրեք առնվազն մեկ հոսթինգ։",
1367
1369
  "selectLocationForVirtualMachines": "Ընտրեք գտնվելու վայրը այդ հյուրընկալողի վիրտուալ մեքենաների համար.",
1368
1370
  "selectLocationVirtualMachine": "Ընտրեք տեղ վիրտուալ մեքենայի համար:",
1369
1371
  "selectName": "Select a name",
@@ -1403,7 +1405,7 @@
1403
1405
  "sharedPassthroughGPUAssignmentPolicy": "Ընդհանուր վերջնական GPU նշանակման քաղաքականություն",
1404
1406
  "sharedSecret": "Ընդհանուր գաղտնիք",
1405
1407
  "sharedStorm": "Համօգտագործվող փոթորիկ",
1406
- "sharedStormDesc": "Ստեղծեք ընդհանուր փոթորկի տվյալների պահոց սկավառակի/LUN-ի վրա",
1408
+ "sharedStormDesc": "Ստեղծեք ընդհանուր փոթորկի տվյալների պահոց սկավառակի/LUN-ի վրա:",
1407
1409
  "sharePolicy": "Համօգտագործման քաղաքականություն",
1408
1410
  "shares": "Տարածել",
1409
1411
  "sharesMustBe": "Ընդհանուր ռեսուրսները պետք է լինեն {0} - ից {1} միջակայքում:",
@@ -2605,7 +2607,8 @@
2605
2607
  "mountGuestTools": "Տեղադրեք հյուրերի գործիքները",
2606
2608
  "template": "Ձևանմուշ",
2607
2609
  "convertToTemplate": "Վերափոխել ձևանմուշի",
2608
- "newTemplate": "New Template"
2610
+ "newTemplate": "New Template",
2611
+ "createTemplateFromVM": "Ստեղծել ձևանմուշ ՎՄ-ից"
2609
2612
  },
2610
2613
  "networks": {
2611
2614
  "active_ports": "Ակտիվ պորտեր",
@@ -1221,6 +1221,7 @@
1221
1221
  "range": "Ауқым",
1222
1222
  "readyComplete": "Аяқтауға дайын",
1223
1223
  "readyCompleteDesc": "Шеберді аяқтамас бұрын таңдауларыңызды қарап шығыңыз",
1224
+ "readyCompleteDatastoreDesc": "Деректер қоймасын жасамас бұрын мәліметтерді қарап шығыңыз.",
1224
1225
  "reboot": "Қайта жүктеңіз",
1225
1226
  "rebootNodeApplyChanges": "Өзгерістерді қолдану үшін түйінді қайта жүктеңіз.",
1226
1227
  "recommendations": "Ұсыныстар",
@@ -1348,8 +1349,9 @@
1348
1349
  "selectDatastoreName": "Select a name",
1349
1350
  "selectDestination": "Баратын жерді таңдаңыз",
1350
1351
  "selectDestinationComputeResourceOperation": "Осы операция үшін мақсатты есептеу ресурсын таңдаңыз.",
1351
- "selectDiskToContinueAlert": "Жалғастыру үшін диск/LUN таңдаңыз",
1352
+ "selectDiskToContinueAlert": "Жалғастыру үшін диск/LUN таңдаңыз.",
1352
1353
  "selected": "Таңдалған",
1354
+ "selected2": "Таңдалған",
1353
1355
  "selectedHostDisconnectedMaintenanceMode": "Таңдалған хост жұмыс істемейді, техникалық қызмет көрсету режимінде немесе техникалық қызмет көрсету режимінің күйін өзгертуде.",
1354
1356
  "selectExistingNetwork": "Бар желіні таңдаңыз",
1355
1357
  "selectExistingStandardSwitch": "Бар стандартты қосқышты таңдаңыз",
@@ -1360,10 +1362,10 @@
1360
1362
  "selectGuestOSMachineType": "Қонақтардың операциялық жүйесін және компьютер түрін таңдаңыз",
1361
1363
  "selectHardware": "Аппараттық құралды таңдаңыз",
1362
1364
  "selectHost": "Хостты таңдаңыз",
1363
- "selectHostToContinueAlert": "Жалғастыру үшін хостты таңдаңыз",
1364
- "selectHostToViewAccessible": "Қолжетімді дискілерді/LUNs көру үшін хостты таңдаңыз:",
1365
+ "selectHostToContinueAlert": "Жалғастыру үшін хостты таңдаңыз.",
1366
+ "selectHostToViewAccessible": "Қолжетімді дискілерді/LUNs көру үшін хостты таңдаңыз.",
1365
1367
  "selectionPath": "Таңдау жолы",
1366
- "selectLeastEntityContinue": "Жалғастыру үшін кемінде бір нысанды таңдаңыз.",
1368
+ "selectLeastEntityContinue": "Жалғастыру үшін кемінде бір хостты таңдаңыз.",
1367
1369
  "selectLocationForVirtualMachines": "Осы хосттың виртуалды машиналары үшін орынды таңдаңыз.",
1368
1370
  "selectLocationVirtualMachine": "Виртуалды машина үшін орынды таңдаңыз.",
1369
1371
  "selectName": "Select a name",
@@ -1403,7 +1405,7 @@
1403
1405
  "sharedPassthroughGPUAssignmentPolicy": "Жалпы GPU тағайындау саясаты",
1404
1406
  "sharedSecret": "Ортақ құпия",
1405
1407
  "sharedStorm": "Ортақ дауыл",
1406
- "sharedStormDesc": "Дискіде/LUN-да ортақ дауыл деректер қоймасын жасаңыз",
1408
+ "sharedStormDesc": "Дискіде/LUN-да ортақ дауыл деректер қоймасын жасаңыз.",
1407
1409
  "sharePolicy": "Бөлісу саясаты",
1408
1410
  "shares": "Таратыңыз",
1409
1411
  "sharesMustBe": "Жалпы ресурстар {0} - ден {1} - ге дейін болуы керек.",
@@ -2604,7 +2606,8 @@
2604
2606
  "mountGuestTools": "Қонақ құралдарын орнату",
2605
2607
  "template": "Үлгі",
2606
2608
  "convertToTemplate": "Үлгіге айналдыру",
2607
- "newTemplate": "New Template"
2609
+ "newTemplate": "New Template",
2610
+ "createTemplateFromVM": "ВМ негізінде үлгі жасау"
2608
2611
  },
2609
2612
  "networks": {
2610
2613
  "active_ports": "Белсенді порттар",
@@ -1221,6 +1221,7 @@
1221
1221
  "range": "Диапазон",
1222
1222
  "readyComplete": "Готово к завершению",
1223
1223
  "readyCompleteDesc": "Проверьте свой выбор перед завершением работы мастера.",
1224
+ "readyCompleteDatastoreDesc": "Перед созданием хранилища данных проверьте детали.",
1224
1225
  "reboot": "Перезагрузить",
1225
1226
  "rebootNodeApplyChanges": "Перезагрузите узел, чтобы применить изменения.",
1226
1227
  "recommendations": "Рекомендации",
@@ -1348,8 +1349,9 @@
1348
1349
  "selectDatastoreName": "Выберите имя хранилища",
1349
1350
  "selectDestination": "Выберите пункт назначения",
1350
1351
  "selectDestinationComputeResourceOperation": "Выберите целевой вычислительный ресурс для этой операции.",
1351
- "selectDiskToContinueAlert": "Выберите диск/LUN, чтобы продолжить",
1352
+ "selectDiskToContinueAlert": "Выберите диск/LUN для продолжения.",
1352
1353
  "selected": "Выбранный",
1354
+ "selected2": "Выбрано",
1353
1355
  "selectedHostDisconnectedMaintenanceMode": "Выбранный хост отключен, находится в режиме обслуживания или меняет статус режима обслуживания.",
1354
1356
  "selectExistingNetwork": "Выберите существующую сеть",
1355
1357
  "selectExistingStandardSwitch": "Выберите существующий стандартный коммутатор",
@@ -1360,10 +1362,10 @@
1360
1362
  "selectGuestOSMachineType": "Выберите гостевую операционную систему и тип компьютера",
1361
1363
  "selectHardware": "Выберите оборудование",
1362
1364
  "selectHost": "Выберите хост",
1363
- "selectHostToContinueAlert": "Выберите хост, чтобы продолжить",
1364
- "selectHostToViewAccessible": "Выберите хост для просмотра его доступных дисков/LUN:",
1365
+ "selectHostToContinueAlert": "Выберите хост для продолжения.",
1366
+ "selectHostToViewAccessible": "Выберите хост для просмотра его доступных дисков/LUN.",
1365
1367
  "selectionPath": "Путь выбора",
1366
- "selectLeastEntityContinue": "Выберите хотя бы один объект, чтобы продолжить.",
1368
+ "selectLeastEntityContinue": "Для продолжения выберите хотя бы один хост.",
1367
1369
  "selectLocationForVirtualMachines": "Выберите местоположение для виртуальных машин этого хоста.",
1368
1370
  "selectLocationVirtualMachine": "Выберите место для виртуальной машины.",
1369
1371
  "selectName": "Выбор имени",
@@ -1403,7 +1405,7 @@
1403
1405
  "sharedPassthroughGPUAssignmentPolicy": "Политика назначения общего сквозного графического процессора",
1404
1406
  "sharedSecret": "Общий ключ",
1405
1407
  "sharedStorm": "Шторм",
1406
- "sharedStormDesc": "Создать общее хранилище данных Storm на диске/LUN",
1408
+ "sharedStormDesc": "Создать общее хранилище данных Storm на диске/LUN.",
1407
1409
  "sharePolicy": "Поделиться политикой",
1408
1410
  "shares": "Распределение",
1409
1411
  "sharesMustBe": "Общие ресурсы должны находиться в диапазоне от {0} до {1}.",
@@ -2604,7 +2606,8 @@
2604
2606
  "mountGuestTools": "Монтировать гостевые инструменты",
2605
2607
  "template": "Шаблон",
2606
2608
  "convertToTemplate": "Преобразовать в шаблон",
2607
- "newTemplate": "New Template"
2609
+ "newTemplate": "New Template",
2610
+ "createTemplateFromVM": "Создать шаблон из ВМ"
2608
2611
  },
2609
2612
  "networks": {
2610
2613
  "active_ports": "Активные порты",
@@ -1220,6 +1220,7 @@
1220
1220
  "range": "范围",
1221
1221
  "readyComplete": "准备完成",
1222
1222
  "readyCompleteDesc": "在完成向导之前检查您的选择",
1223
+ "readyCompleteDatastoreDesc": "在创建数据存储之前检查详细信息。",
1223
1224
  "reboot": "重新加载",
1224
1225
  "rebootNodeApplyChanges": "重新启动节点以应用更改。",
1225
1226
  "recommendations": "建议",
@@ -1349,6 +1350,7 @@
1349
1350
  "selectDestinationComputeResourceOperation": "选择此操作的目标计算资源。",
1350
1351
  "selectDiskToContinueAlert": "选择磁盘/LUN 继续",
1351
1352
  "selected": "已选择",
1353
+ "selected2": "已选择",
1352
1354
  "selectedHostDisconnectedMaintenanceMode": "所选主机已关闭、处于维护模式或更改维护模式状态。",
1353
1355
  "selectExistingNetwork": "选择现有网络",
1354
1356
  "selectExistingStandardSwitch": "选择现有的标准交换机",
@@ -1360,7 +1362,7 @@
1360
1362
  "selectHardware": "选择硬件",
1361
1363
  "selectHost": "选择主机",
1362
1364
  "selectHostToContinueAlert": "选择主机继续",
1363
- "selectHostToViewAccessible": "选择一个主机以查看其可访问的磁盘/LUN",
1365
+ "selectHostToViewAccessible": "选择一个主机以查看其可访问的磁盘/LUN",
1364
1366
  "selectionPath": "选择路径",
1365
1367
  "selectLeastEntityContinue": "选择至少一个实体以继续。",
1366
1368
  "selectLocationForVirtualMachines": "选择该主机的虚拟机的位置。",
@@ -2602,7 +2604,8 @@
2602
2604
  "mountGuestTools": "安装访客工具",
2603
2605
  "template": "模板",
2604
2606
  "convertToTemplate": "转换为模板",
2605
- "newTemplate": "New Template"
2607
+ "newTemplate": "New Template",
2608
+ "createTemplateFromVM": "从虚拟机创建模板"
2606
2609
  },
2607
2610
  "networks": {
2608
2611
  "active_ports": "活动端口",
@@ -18,7 +18,7 @@
18
18
  >
19
19
  <template #subTitle>
20
20
  <div ref="subTitleBlock0">
21
- <div class="subtitle-block flex-row">
21
+ <div class="subtitle-block flex-row items-start">
22
22
  <ui-wizard-subtitle :sub-title="selectedStep.subTitle" />
23
23
 
24
24
  <common-tooltip-help
@@ -26,7 +26,7 @@
26
26
  help-id="datastore-type-subtitle-tooltip-icon"
27
27
  :title="localization.common.information"
28
28
  :help-text="localization.common.datastoreTypeHelpDesc"
29
- dropdown-width="272px"
29
+ dropdown-width="320px"
30
30
  dropdown-left
31
31
  dropdown-top
32
32
  class="ml-2"
@@ -236,7 +236,7 @@ const texts = computed<UI_I_WizardTexts>(() => ({
236
236
  back: localization.value.common.backCap,
237
237
  processing: localization.value.common.processing,
238
238
  next: localization.value.common.next,
239
- finish: localization.value.common.add,
239
+ finish: localization.value.common.create,
240
240
  incompleteTitle: localization.value.common.incompleteProcess,
241
241
  incompleteMessage: localization.value.common.incompleteProcessMessage,
242
242
  incompleteCancel: localization.value.common.cancel,
@@ -10,6 +10,7 @@
10
10
  <ui-input
11
11
  id="name-selection-input"
12
12
  v-model="formModelLocal.name"
13
+ :placeholder="localization.common.name"
13
14
  test-id="name-selection-input"
14
15
  :error="nameErrorText"
15
16
  />
@@ -17,7 +17,7 @@
17
17
  <span
18
18
  ref="detailsItemLabel"
19
19
  :style="{ width: labelMaxWidth + 'px' }"
20
- class="details-item-label"
20
+ :class="['details-item-label', { capitalize: localLanguage === 'en_US'}]"
21
21
  >
22
22
  {{ list.label }}:
23
23
  </span>
@@ -60,6 +60,10 @@
60
60
  <script lang="ts" setup>
61
61
  import type { UI_I_DetailsItem } from '~/components/common/details/lib/models/interfaces'
62
62
 
63
+ const { $store } = useNuxtApp()
64
+
65
+ const localLanguage = computed<string>(() => $store.getters['main/getInterfaceLang'])
66
+
63
67
  const props = defineProps<{
64
68
  dataReadyView: UI_I_DetailsItem[]
65
69
  }>()
@@ -134,12 +138,15 @@ const labelMaxWidth = computed(() => {
134
138
  line-height: 20px;
135
139
  letter-spacing: 0;
136
140
  vertical-align: middle;
137
- text-transform: capitalize;
138
141
  white-space: nowrap;
142
+
143
+ &.capitalize {
144
+ text-transform: capitalize;
145
+ }
139
146
  }
140
147
  &-value {
141
148
  display: flex;
142
- align-items: center;
149
+ align-items: start;
143
150
  color: var(--title-form-first-color);
144
151
  font-weight: 400;
145
152
  font-size: 13px;
@@ -22,7 +22,9 @@
22
22
  :help-id="`${option.testId}-${key}`"
23
23
  :help-text="option.tooltipContent"
24
24
  :title="localization.common.information"
25
- dropdown-width="272px"
25
+ icon-width="18"
26
+ icon-height="18"
27
+ dropdown-width="320px"
26
28
  dropdown-left
27
29
  dropdown-top
28
30
  />
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div>
3
- <atoms-table-info :items="props.data" />
3
+ <atoms-table-info :items="props.data" test-id="ready-to-complete"/>
4
4
  </div>
5
5
  </template>
6
6
 
@@ -7,7 +7,7 @@
7
7
  :width="props.iconWidth || '16'"
8
8
  :height="props.iconHeight || '16'"
9
9
  :class="['help-icon cursor-pointer', {active: isShowHelp}, {disabled: props.isDisabled}]"
10
- @click.stop="isShowHelp = !isShowHelp"
10
+ @click.stop.prevent="isShowHelp = !isShowHelp"
11
11
  />
12
12
  <ui-popup-window
13
13
  v-model="isShowHelp"
@@ -30,7 +30,7 @@
30
30
  width="16"
31
31
  height="16"
32
32
  class="help-close-icon cursor-pointer"
33
- @click.stop="isShowHelp = false"
33
+ @click.stop.prevent="isShowHelp = false"
34
34
  />
35
35
  </div>
36
36
 
@@ -18,7 +18,7 @@
18
18
  >
19
19
  <template #subTitle>
20
20
  <div ref="subTitleBlock0">
21
- <div class="subtitle-block flex-row">
21
+ <div class="subtitle-block flex-row items-start">
22
22
  <ui-wizard-subtitle :sub-title="selectedStep.subTitle" />
23
23
 
24
24
  <common-tooltip-help
@@ -26,7 +26,7 @@
26
26
  help-id="datastore-type-subtitle-icon"
27
27
  :help-text="localization.common.datastoreTypeHelpDesc"
28
28
  :title="localization.common.information"
29
- dropdown-width="272px"
29
+ dropdown-width="320px"
30
30
  dropdown-left
31
31
  dropdown-top
32
32
  />
@@ -199,7 +199,7 @@ const texts = computed<UI_I_WizardTexts>(() => ({
199
199
  back: localization.value.common.backCap,
200
200
  processing: localization.value.common.processing,
201
201
  next: localization.value.common.next,
202
- finish: localization.value.common.add,
202
+ finish: localization.value.common.create,
203
203
  incompleteTitle: localization.value.common.incompleteProcess,
204
204
  incompleteMessage: localization.value.common.incompleteProcessMessage,
205
205
  incompleteCancel: localization.value.common.cancel,
@@ -130,7 +130,7 @@ export const stepsFunc = (
130
130
  {
131
131
  id: dynamicSteps.readyComplete,
132
132
  title: localization.common.readyComplete,
133
- subTitle: localization.common.readyCompleteDesc,
133
+ subTitle: localization.common.readyCompleteDatastoreDesc,
134
134
  status: UI_E_WIZARD_STATUS.INACTIVE,
135
135
  fields: {},
136
136
  isValid: true,
@@ -36,7 +36,7 @@ const checkName = async (
36
36
  } else {
37
37
  return {
38
38
  isValid: false,
39
- message: !form.name ? localization.common.specifyDatastoreName : '',
39
+ message: !form.name ? localization.common.fieldRequired : '',
40
40
  }
41
41
  }
42
42
  }
@@ -112,7 +112,7 @@ export const checkNfsFolderSync = (
112
112
  dynamicSteps.nameAndConfigure,
113
113
  'folder',
114
114
  {
115
- fieldMessage: localization.common.specifyFolderName,
115
+ fieldMessage: localization.common.fieldRequired,
116
116
  alertMessage: '',
117
117
  }
118
118
  )
@@ -143,7 +143,7 @@ export const checkNfsServerSync = (
143
143
  dynamicSteps.nameAndConfigure,
144
144
  'server',
145
145
  {
146
- fieldMessage: localization.common.specifyServerName,
146
+ fieldMessage: localization.common.fieldRequired,
147
147
  alertMessage: '',
148
148
  }
149
149
  )
@@ -82,7 +82,7 @@ watch(
82
82
  return
83
83
  }
84
84
 
85
- hostBodyItems.value = getBodyDataFunc(newValue)
85
+ hostBodyItems.value = getBodyDataFunc(newValue, selectedHostsIdLocal.value)
86
86
  },
87
87
  { deep: true, immediate: true }
88
88
  )
@@ -19,7 +19,7 @@ export const getHeaderDataFunc = (
19
19
  text: localization.common.host,
20
20
  isSortable: true,
21
21
  sort: 'asc',
22
- width: '250px',
22
+ width: '50%',
23
23
  show: true,
24
24
  filter: false,
25
25
  },
@@ -29,7 +29,7 @@ export const getHeaderDataFunc = (
29
29
  text: localization.common.cluster,
30
30
  isSortable: true,
31
31
  sort: 'asc',
32
- width: '250px',
32
+ width: '50%',
33
33
  show: true,
34
34
  filter: false,
35
35
  },
@@ -44,11 +44,12 @@ export const options: UI_I_DataTableOptions = {
44
44
  server: true,
45
45
  isResizable: true,
46
46
  showSelectedRows: true,
47
- showColumnManager: false,
47
+ showColumnManager: true,
48
48
  }
49
49
 
50
50
  export const getBodyDataFunc = (
51
- bodyData: UI_I_CompatibleHostsTableItem[]
51
+ bodyData: UI_I_CompatibleHostsTableItem[],
52
+ selectedRows: string[]
52
53
  ): UI_I_DataTableBody[] => {
53
54
  return bodyData.map((host, _index: number) => {
54
55
  return {
@@ -56,6 +57,7 @@ export const getBodyDataFunc = (
56
57
  collapse: false,
57
58
  isHiddenCollapse: false,
58
59
  collapseToggle: false,
60
+ isSelected: selectedRows.includes(host.id),
59
61
  data: [
60
62
  {
61
63
  key: 'icon',
@@ -68,9 +70,9 @@ export const getBodyDataFunc = (
68
70
  {
69
71
  key: 'icon',
70
72
  col: 'col1',
71
- text: host.cluster || '--',
73
+ text: host.cluster === 'n/a' ? '--' : host.cluster,
72
74
  data: {
73
- iconClassName: `vsphere-icon-${clusterIconByState[1]}`,
75
+ iconClassName: host.cluster !== 'n/a' ? `vsphere-icon-${clusterIconByState[1]}` : '',
74
76
  },
75
77
  },
76
78
  ],
@@ -11,6 +11,7 @@
11
11
  id="configuration-name-input"
12
12
  v-model="formModelLocal.name"
13
13
  test-id="configuration-name-input"
14
+ :placeholder="localization.common.name"
14
15
  is-focused
15
16
  :error="nameErrorText"
16
17
  @blur="initValidation(true, ['name'])"
@@ -42,7 +43,7 @@
42
43
  id="configuration-folder-input"
43
44
  v-model="formModelLocal.folder"
44
45
  test-id="configuration-folder-input"
45
- placeholder="E.g: /vols/vol0/datastore-001"
46
+ :placeholder="$text.toCapitalizeByIndex(localization.common.eg, [0]) + ': /vols/vol0/datastore-001'"
46
47
  :error="folderErrorText"
47
48
  @blur="initValidation(true, ['folder'])"
48
49
  @input="initValidation(false, ['folder'])"
@@ -72,7 +73,7 @@
72
73
  id="configuration-server-input"
73
74
  v-model="formModelLocal.server"
74
75
  test-id="configuration-server-input"
75
- placeholder="E.g: nas, nas.it.com or 192.168.0.1"
76
+ :placeholder="$text.toCapitalizeByIndex(localization.common.eg, [0]) + ': nas, nas.it.com or 192.168.0.1'"
76
77
  :error="serverErrorText"
77
78
  @blur="initValidation(true, ['server'])"
78
79
  @input="initValidation(false, ['server'])"
@@ -102,6 +103,8 @@ const emits = defineEmits<{
102
103
 
103
104
  const localization = computed<UI_I_Localization>(() => useLocal())
104
105
 
106
+ const { $text } = useNuxtApp()
107
+
105
108
  const initValidationFields = ref<UI_I_InitialValidationFields>({
106
109
  name: false,
107
110
  folder: false,
@@ -119,7 +122,7 @@ const nameErrorText = computed<string>(() => {
119
122
 
120
123
  if (!initValidationFields.value.name) return ''
121
124
  return !formModelLocal.value.name
122
- ? localization.value.common.specifyDatastoreName
125
+ ? localization.value.common.fieldRequired
123
126
  : ''
124
127
  })
125
128
 
@@ -131,7 +134,7 @@ const folderErrorText = computed<string>(() => {
131
134
 
132
135
  if (!initValidationFields.value.folder) return ''
133
136
  return !formModelLocal.value.folder
134
- ? localization.value.common.specifyFolderName
137
+ ? localization.value.common.fieldRequired
135
138
  : ''
136
139
  })
137
140
 
@@ -143,7 +146,7 @@ const serverErrorText = computed<string>(() => {
143
146
 
144
147
  if (!initValidationFields.value.server) return ''
145
148
  return !formModelLocal.value.server
146
- ? localization.value.common.specifyServerName
149
+ ? localization.value.common.fieldRequired
147
150
  : ''
148
151
  })
149
152
  </script>
@@ -116,6 +116,7 @@ const loading = computed<boolean>(() =>
116
116
  $store.getters['storage/getLoading']('datastoreHosts')
117
117
  )
118
118
  const lunDisksData = computed<UI_I_CreateStorageLunDisks | null>(() => {
119
+ if(!formModel.value.hosts[0] && props.project === 'sphere') return null
119
120
  return $store.getters['storage/getNewDatastoreHosts']
120
121
  })
121
122
 
@@ -10,6 +10,7 @@
10
10
  <ui-input
11
11
  id="device-selection-input"
12
12
  v-model="formModelLocal.name"
13
+ :placeholder="localization.common.name"
13
14
  test-id="device-selection-input"
14
15
  :error="nameErrorText"
15
16
  @blur="initValidation(true)"
@@ -105,7 +106,7 @@ const emits = defineEmits<{
105
106
 
106
107
  const localization = computed<UI_I_Localization>(() => useLocal())
107
108
 
108
- const selectedHostLocal = ref<string>('')
109
+ const selectedHostLocal = ref<string>(formModelLocal.value.hosts[0] || '')
109
110
 
110
111
  const isInitDatastoreNameValidation = ref<boolean>(false)
111
112
  const initValidation = (onlyBlur: boolean): void => {
@@ -121,7 +122,7 @@ const nameErrorText = computed<string>(() => {
121
122
 
122
123
  if (!isInitDatastoreNameValidation.value) return ''
123
124
  return !formModelLocal.value.name
124
- ? localization.value.common.specifyDatastoreName
125
+ ? localization.value.common.fieldRequired
125
126
  : ''
126
127
  })
127
128
 
@@ -136,7 +137,7 @@ const onSelectHost = (event: string): void => {
136
137
  display: flex;
137
138
  flex-direction: column;
138
139
  row-gap: 16px;
139
- margin-top: 16px;
140
+ margin: 16px 0 10px 2px;
140
141
 
141
142
  &__alert {
142
143
  align-items: flex-start;
@@ -1,6 +1,7 @@
1
1
  <template>
2
2
  <common-wizards-datastore-add-steps-name-and-device-table-new
3
3
  v-if="isNewView"
4
+ v-model="modelLunDiskLocal"
4
5
  :table-data="props.lunDisksData?.items || []"
5
6
  :total-items="props.lunDisksData?.total_items || 0"
6
7
  :total-pages="props.lunDisksData?.total_pages || 1"
@@ -32,7 +33,7 @@ import type {
32
33
  UI_I_CreateStorageLunDisks,
33
34
  } from '~/components/common/wizards/datastore/add/steps/nameAndDevice/table/lib/models/interfaces'
34
35
 
35
- const modelLunDiskLocal = defineModel<UI_I_CreateStorageLunDiskItem[]>()
36
+ const modelLunDiskLocal = defineModel<UI_I_CreateStorageLunDiskItem[]>({ required: true })
36
37
  const props = defineProps<{
37
38
  lunDisksData: UI_I_CreateStorageLunDisks
38
39
  loading: boolean
@@ -1,6 +1,7 @@
1
1
  import type { API_UI_I_DataTable } from '~/lib/models/table/interfaces'
2
2
 
3
3
  export interface UI_I_CreateStorageLunDiskItem {
4
+ id: string
4
5
  name: string
5
6
  identifier: string
6
7
  lun: number
@@ -15,11 +15,25 @@
15
15
  @sort="onSorting"
16
16
  >
17
17
  <template #icon="{ item }">
18
- <span :class="['icon', item.data.iconClassName]" />
18
+ <span :class="['icon', item.data.iconClassName]" >
19
+ <ui-icon name="disk" width="18" height="18" />
20
+ </span>
19
21
  <span class="text-ellipsis">
20
22
  {{ item.text }}
21
23
  </span>
22
24
  </template>
25
+
26
+ <template #status="{ item }">
27
+ <ui-chip :test-id="item.data.testId" :color="item.data.chipColor" rounded>
28
+ <ui-icon
29
+ :name="item.data.icon"
30
+ width="14px"
31
+ height="14px"
32
+ class="chip-icon"
33
+ ></ui-icon>
34
+ {{ item.text }}
35
+ </ui-chip>
36
+ </template>
23
37
  </ui-data-table>
24
38
  </div>
25
39
  </template>
@@ -39,6 +53,8 @@ import {
39
53
  } from '~/components/common/wizards/datastore/add/steps/nameAndDevice/table/new/lib/config/lunDiskTable'
40
54
  import type { UI_I_CreateStorageLunDiskItem } from '~/components/common/wizards/datastore/add/steps/nameAndDevice/table/lib/models/interfaces'
41
55
 
56
+
57
+ const selectedLunDisks = defineModel<UI_I_CreateStorageLunDiskItem[]>({ required: true })
42
58
  const props = defineProps<{
43
59
  tableData: UI_I_CreateStorageLunDiskItem[]
44
60
  totalItems: number
@@ -57,7 +73,7 @@ const texts = computed<UI_I_TableTexts>(() => ({
57
73
  searchHere: localization.value.common.searchHere,
58
74
  rowsPerPage: localization.value.common.rowsPerPage,
59
75
  of: localization.value.common.of,
60
- selected: localization.value.common.selected,
76
+ selected: localization.value.common.selected2,
61
77
  columns: localization.value.common.columns,
62
78
  previous: localization.value.common.previous,
63
79
  next: localization.value.common.next,
@@ -87,7 +103,7 @@ watch(
87
103
  return
88
104
  }
89
105
 
90
- deviceBodyItems.value = getBodyDataFunc(newValue)
106
+ deviceBodyItems.value = getBodyDataFunc(newValue, localization.value, selectedLunDisks.value)
91
107
  },
92
108
  { deep: true, immediate: true }
93
109
  )
@@ -53,7 +53,7 @@ export const getHeaderDataFunc = (
53
53
  {
54
54
  col: 'col2',
55
55
  colName: 'lun',
56
- text: localization.common.lun,
56
+ text: localization.common.lun.toUpperCase(),
57
57
  isSortable: true,
58
58
  sort: 'asc',
59
59
  width: '96px',
@@ -117,15 +117,20 @@ export const options: UI_I_DataTableOptions = {
117
117
  // showPaginationOnTop: false,
118
118
  // showSearch: false,
119
119
  // withActions: false,
120
- // inBlock: true,
120
+ inBlock: true,
121
121
  // showExport: false,
122
122
  // withCollapse: false,
123
123
  }
124
124
 
125
125
  export const getBodyDataFunc = (
126
- bodyData: UI_I_CreateStorageLunDiskItem[]
126
+ bodyData: UI_I_CreateStorageLunDiskItem[],
127
+ localization: UI_I_Localization,
128
+ selectedRows: UI_I_CreateStorageLunDiskItem[]
127
129
  ): UI_I_DataTableBody[] => {
128
130
  const { $binary } = useNuxtApp() as any
131
+
132
+ const selectedItems: string[] = selectedRows.map((item) => item.id)
133
+
129
134
  return bodyData.map((device, index: number) => {
130
135
  const statusKey = device.hardware_acceleration
131
136
  ? E_DeviceStatus.Unknown
@@ -140,10 +145,13 @@ export const getBodyDataFunc = (
140
145
  collapse: false,
141
146
  isHiddenCollapse: false,
142
147
  collapseToggle: false,
148
+ isSelected: selectedItems.includes(device.id),
143
149
  data: [
144
150
  {
151
+ key: 'icon',
145
152
  col: 'col0',
146
153
  text: device.name,
154
+ data: { iconClassName: 'disk' }
147
155
  },
148
156
  {
149
157
  col: 'col1',
@@ -158,8 +166,9 @@ export const getBodyDataFunc = (
158
166
  text: $binary.round(device.capacity_mb),
159
167
  },
160
168
  {
169
+ key: 'status',
161
170
  col: 'col4',
162
- text: device.hardware_acceleration,
171
+ text: localization.common[statusKey],
163
172
  data: hardwareAccelerationData,
164
173
  },
165
174
  {
@@ -168,7 +177,7 @@ export const getBodyDataFunc = (
168
177
  },
169
178
  {
170
179
  col: 'col6',
171
- text: device.sector_format,
180
+ text: device.sector_format || '--',
172
181
  },
173
182
  ],
174
183
  }
@@ -12,5 +12,5 @@ export enum E_DeviceStatusChipColor {
12
12
  export enum E_DeviceStatusIcon {
13
13
  StatusCheck = 'status-check',
14
14
  Close = 'close',
15
- HelpIcon = 'help-icon',
15
+ HelpIcon = 'help-circle',
16
16
  }
@@ -14,7 +14,16 @@
14
14
  :key="listKey"
15
15
  class="details-item"
16
16
  >
17
- <span class="details-item-label"> {{ list.label }}: </span>
17
+ <span
18
+ ref="detailsItemLabel"
19
+ :style="{ width: labelMaxWidth + 'px' }"
20
+ :class="[
21
+ 'details-item-label',
22
+ { capitalize: localLanguage === 'en_US' }
23
+ ]"
24
+ >
25
+ {{ list.label }}:
26
+ </span>
18
27
 
19
28
  <div class="details-list__col-right">
20
29
  <!-- Если value — массив -->
@@ -27,14 +36,20 @@
27
36
  :key="itemKey"
28
37
  class="details-item-value"
29
38
  >
30
- <span :class="['icon', item.iconClassName]"></span>
39
+ <span
40
+ v-if="item.iconClassName"
41
+ :class="['icon', item.iconClassName]"
42
+ ></span>
31
43
  {{ item.label }}
32
44
  </span>
33
45
  </div>
34
46
 
35
47
  <!-- Если value — обычная строка -->
36
48
  <span v-else class="details-item-value">
37
- <span :class="['icon', list.iconClassName]"></span>
49
+ <span
50
+ v-if="list.iconClassName"
51
+ :class="['icon', list.iconClassName]"
52
+ ></span>
38
53
  {{ list.value }}
39
54
  </span>
40
55
  </div>
@@ -51,13 +66,37 @@ import type { UI_I_DetailsItem } from '~/components/common/details/lib/models/in
51
66
  const props = defineProps<{
52
67
  dataReadyView: UI_I_DetailsItem[]
53
68
  }>()
69
+
70
+ const { $store }: any = useNuxtApp()
71
+
72
+ const localLanguage = computed<string>(
73
+ () => $store.getters['main/getInterfaceLang']
74
+ )
75
+
76
+ const detailsItemLabel = ref([])
77
+ const labelMaxWidth = computed<number>(() => {
78
+ let maxWidth = 0
79
+ for (const key in detailsItemLabel.value) {
80
+ const node = detailsItemLabel.value[key]
81
+ if (node.scrollWidth > maxWidth) maxWidth = node.scrollWidth
82
+ }
83
+ return maxWidth
84
+ })
54
85
  </script>
86
+ <style>
87
+ :root {
88
+ --ready-to-complete-border-color: #e9ebeda3;
89
+ }
55
90
 
91
+ :root.dark-theme {
92
+ --ready-to-complete-border-color: #e9ebed1f;
93
+ }
94
+ </style>
56
95
  <style lang="scss" scoped>
57
96
  .ready-complete {
58
97
  &__section {
59
98
  &:not(:last-child) {
60
- border-bottom: 1px solid #e9ebed; // for dark and light mode
99
+ border-bottom: 1px solid var(--ready-to-complete-border-color);
61
100
  }
62
101
  }
63
102
 
@@ -71,7 +110,6 @@ const props = defineProps<{
71
110
  color: var(--title-form-first-color);
72
111
  font-weight: 500;
73
112
  font-size: 14px;
74
- line-height: 100%;
75
113
  margin: 16px 0;
76
114
  }
77
115
 
@@ -98,12 +136,16 @@ const props = defineProps<{
98
136
  line-height: 20px;
99
137
  letter-spacing: 0;
100
138
  vertical-align: middle;
101
- text-transform: capitalize;
102
139
  white-space: nowrap;
140
+
141
+ &.capitalize {
142
+ text-transform: capitalize;
143
+ }
103
144
  }
145
+
104
146
  &-value {
105
147
  display: flex;
106
- align-items: center;
148
+ align-items: start;
107
149
  color: var(--title-form-first-color);
108
150
  font-weight: 400;
109
151
  font-size: 13px;
@@ -114,6 +156,8 @@ const props = defineProps<{
114
156
 
115
157
  .icon {
116
158
  margin-right: 8px;
159
+ width: 20px;
160
+ height: 20px;
117
161
  }
118
162
  }
119
163
  }
@@ -14,7 +14,7 @@ const constructLunDiskItems = (
14
14
  return disks.map((disk) => {
15
15
  const capacity = $binary.round(disk.capacity_mb)
16
16
  return {
17
- label: `${disk.name} - ${capacity} ${localization.common.mb}`,
17
+ label: `${disk.name} - ${capacity}`,
18
18
  iconClassName: 'icon-vSphere-dsVmDisk',
19
19
  }
20
20
  })
@@ -22,7 +22,9 @@
22
22
  :help-id="`${option.testId}-${key}`"
23
23
  :help-text="option.tooltipContent"
24
24
  :title="localization.common.information"
25
- dropdown-width="272px"
25
+ icon-width="18"
26
+ icon-height="18"
27
+ dropdown-width="320px"
26
28
  dropdown-left
27
29
  dropdown-top
28
30
  />
@@ -77,21 +79,25 @@ const localization = computed<UI_I_Localization>(() => useLocal())
77
79
  width: 100%;
78
80
  height: 100%;
79
81
  background-color: var(--select-bg);
80
- border: 1px solid var(--line-color);
82
+ //border: 1px solid var(--line-color);
81
83
  border-radius: 8px;
82
84
  padding: 12px;
85
+ box-shadow: inset 0 0 0 1px var(--line-color);
86
+ transition: box-shadow 0.1s ease-in-out;
83
87
  }
84
88
 
85
89
  &:not(:checked) {
86
90
  & ~ .radio-label:hover {
87
- border-color: var(--select-border);
91
+ //border-color: var(--select-border);
92
+ box-shadow: inset 0 0 0 1px var(--select-border);
88
93
  }
89
94
  }
90
95
 
91
96
  &:checked {
92
97
  & ~ .radio-label {
93
98
  background-color: var(--radio-btn-active-label-bg-color);
94
- border-color: var(--radio-btn-active-label-border-color);
99
+ //border-color: var(--radio-btn-active-label-border-color);
100
+ box-shadow: inset 0 0 0 1.5px var(--radio-btn-active-label-border-color);
95
101
  }
96
102
  }
97
103
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.5.279",
4
+ "version": "1.5.280",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",