bfg-common 1.5.225 → 1.5.227
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 +15 -1
- package/assets/localization/local_en.json +17 -3
- package/assets/localization/local_hy.json +15 -1
- package/assets/localization/local_kk.json +15 -1
- package/assets/localization/local_ru.json +15 -1
- package/assets/localization/local_zh.json +15 -1
- package/components/atoms/table/info/Info.vue +4 -0
- package/components/common/backup/storage/actions/add/Add.vue +36 -22
- package/components/common/backup/storage/actions/add/New.vue +2 -50
- package/components/common/backup/storage/actions/add/Old.vue +24 -81
- package/components/common/backup/storage/actions/add/lib/config/steps.ts +9 -9
- package/components/common/backup/storage/actions/add/lib/models/interfaces.ts +1 -0
- package/components/common/backup/storage/actions/add/lib/utils.ts +1 -34
- package/components/common/backup/storage/actions/add/lib/validations.ts +70 -14
- package/components/common/backup/storage/actions/add/steps/common/tooltipInfo/TooltipInfo.vue +94 -0
- package/components/common/backup/storage/actions/add/steps/name/New.vue +4 -4
- package/components/common/backup/storage/actions/add/steps/name/Old.vue +9 -28
- package/components/common/backup/storage/actions/add/steps/nameAndConfigure/NameAndConfigure.vue +41 -41
- package/components/common/backup/storage/actions/add/steps/nameAndConfigure/NameAndConfigureNew.vue +294 -279
- package/components/common/backup/storage/actions/add/steps/nameAndConfigure/NameAndConfigureOld.vue +13 -10
- package/components/common/backup/storage/actions/add/steps/nameAndConfigure/lib/models/interfaces.ts +2 -0
- package/components/common/backup/storage/actions/add/steps/nameAndConfigure/lib/models/types.ts +1 -0
- package/components/common/backup/storage/actions/add/steps/readyComplete/ReadyComplete.vue +6 -5
- package/components/common/backup/storage/actions/add/steps/readyComplete/ReadyCompleteOld.vue +0 -11
- package/components/common/backup/storage/actions/add/steps/readyComplete/lib/config/propertiesDetails.ts +36 -100
- package/components/common/backup/storage/actions/add/steps/typeMode/TypeMode.vue +0 -3
- package/components/common/backup/storage/actions/add/steps/typeMode/TypeModeNew.vue +0 -3
- package/components/common/backup/storage/actions/add/steps/typeMode/TypeModeOld.vue +0 -5
- package/components/common/pages/scheduledTasks/modals/common/frequency/Frequency.vue +1 -0
- package/components/common/pages/scheduledTasks/modals/common/frequency/end/End.vue +9 -1
- package/components/common/pages/scheduledTasks/modals/common/frequency/lib/utils.ts +24 -7
- package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceNew.vue +2 -1
- package/lib/models/interfaces.ts +3 -0
- package/package.json +2 -2
- package/components/common/backup/storage/actions/add/lib/models/enums.ts +0 -5
- package/components/common/backup/storage/actions/add/temp/Add.vue +0 -527
- package/components/common/backup/storage/actions/add/temp/lib/config/stepItems.ts +0 -236
- package/components/common/backup/storage/actions/add/temp/lib/models/interfaces.ts +0 -58
- package/components/common/backup/storage/actions/add/temp/lib/models/types.ts +0 -14
- package/components/common/backup/storage/actions/add/temp/lib/utils.ts +0 -71
- package/components/common/backup/storage/actions/add/temp/local/Local.vue +0 -83
- package/components/common/backup/storage/actions/add/temp/local/accessibility/Accessibility.vue +0 -104
- package/components/common/backup/storage/actions/add/temp/local/accessibility/lib/config/tabsPannel.ts +0 -25
- package/components/common/backup/storage/actions/add/temp/local/accessibility/lib/models/interfaces.ts +0 -9
- package/components/common/backup/storage/actions/add/temp/local/accessibility/lib/models/types.ts +0 -5
- package/components/common/backup/storage/actions/add/temp/local/accessibility/tablesView/TablesView.vue +0 -141
- package/components/common/backup/storage/actions/add/temp/local/accessibility/tablesView/lib/config/compatibleTable.ts +0 -62
- package/components/common/backup/storage/actions/add/temp/local/accessibility/tablesView/lib/config/hostsTableItems.ts +0 -27
- package/components/common/backup/storage/actions/add/temp/local/accessibility/tablesView/lib/config/incompatibleTable.ts +0 -68
- package/components/common/backup/storage/actions/add/temp/local/accessibility/tablesView/lib/config/tableKeys.ts +0 -15
- package/components/common/backup/storage/actions/add/temp/local/createName/CreateName.vue +0 -160
- package/components/common/backup/storage/actions/add/temp/local/createName/lib/config/defaultForm.ts +0 -15
- package/components/common/backup/storage/actions/add/temp/nfs/Nfs.vue +0 -106
- package/components/common/backup/storage/actions/add/temp/nfs/accessibility/Accessibility.vue +0 -104
- package/components/common/backup/storage/actions/add/temp/nfs/accessibility/lib/config/tabsPannel.ts +0 -25
- package/components/common/backup/storage/actions/add/temp/nfs/accessibility/lib/models/interfaces.ts +0 -9
- package/components/common/backup/storage/actions/add/temp/nfs/accessibility/lib/models/types.ts +0 -5
- package/components/common/backup/storage/actions/add/temp/nfs/accessibility/tablesView/TablesView.vue +0 -141
- package/components/common/backup/storage/actions/add/temp/nfs/accessibility/tablesView/lib/config/compatibleTable.ts +0 -62
- package/components/common/backup/storage/actions/add/temp/nfs/accessibility/tablesView/lib/config/hostsTableItems.ts +0 -27
- package/components/common/backup/storage/actions/add/temp/nfs/accessibility/tablesView/lib/config/incompatibleTable.ts +0 -68
- package/components/common/backup/storage/actions/add/temp/nfs/accessibility/tablesView/lib/config/tableKeys.ts +0 -15
- package/components/common/backup/storage/actions/add/temp/nfs/configuration/Configuration.vue +0 -469
- package/components/common/backup/storage/actions/add/temp/nfs/configuration/lib/config/defaultForm.ts +0 -51
- package/components/common/backup/storage/actions/add/temp/nfs/configuration/lib/models/interfaces.ts +0 -14
- package/components/common/backup/storage/actions/add/temp/nfs/configuration/serversList/DeletePopover.vue +0 -99
- package/components/common/backup/storage/actions/add/temp/nfs/configuration/serversList/ServersList.vue +0 -125
- package/components/common/backup/storage/actions/add/temp/nfs/configuration/serversList/lib/config/serversListConfig.ts +0 -40
- package/components/common/backup/storage/actions/add/temp/nfs/configuration/serversList/lib/config/tableKeys.ts +0 -3
- package/components/common/backup/storage/actions/add/temp/nfs/configuration/serversList/lib/models/interfaces.ts +0 -13
- package/components/common/backup/storage/actions/add/temp/nfs/configuration/serversList/lib/models/types.ts +0 -1
- package/components/common/backup/storage/actions/add/temp/nfs/kerberosAuthentication/KerberosAuthentication.vue +0 -55
- package/components/common/backup/storage/actions/add/temp/nfs/kerberosAuthentication/lib/config/radioOptions.ts +0 -27
- package/components/common/backup/storage/actions/add/temp/nfs/version/Version.vue +0 -42
- package/components/common/backup/storage/actions/add/temp/nfs/version/lib/config/versionOptions.ts +0 -22
- package/components/common/backup/storage/actions/add/temp/readyComplete/ReadyComplete.vue +0 -85
- package/components/common/backup/storage/actions/add/temp/readyComplete/lib/config/propertiesDetails.ts +0 -165
- package/components/common/backup/storage/actions/add/temp/readyComplete/lib/models/interfaces.ts +0 -4
- package/components/common/backup/storage/actions/add/temp/samba/Samba.vue +0 -95
- package/components/common/backup/storage/actions/add/temp/samba/accessibility/Accessibility.vue +0 -104
- package/components/common/backup/storage/actions/add/temp/samba/accessibility/lib/config/tabsPannel.ts +0 -25
- package/components/common/backup/storage/actions/add/temp/samba/accessibility/lib/models/interfaces.ts +0 -9
- package/components/common/backup/storage/actions/add/temp/samba/accessibility/lib/models/types.ts +0 -5
- package/components/common/backup/storage/actions/add/temp/samba/accessibility/tablesView/TablesView.vue +0 -141
- package/components/common/backup/storage/actions/add/temp/samba/accessibility/tablesView/lib/config/compatibleTable.ts +0 -62
- package/components/common/backup/storage/actions/add/temp/samba/accessibility/tablesView/lib/config/hostsTableItems.ts +0 -53
- package/components/common/backup/storage/actions/add/temp/samba/accessibility/tablesView/lib/config/incompatibleTable.ts +0 -68
- package/components/common/backup/storage/actions/add/temp/samba/accessibility/tablesView/lib/config/tableKeys.ts +0 -15
- package/components/common/backup/storage/actions/add/temp/samba/configuration/Configuration.vue +0 -470
- package/components/common/backup/storage/actions/add/temp/samba/configuration/lib/config/defaultForm.ts +0 -51
- package/components/common/backup/storage/actions/add/temp/samba/configuration/lib/models/interfaces.ts +0 -14
- package/components/common/backup/storage/actions/add/temp/samba/configuration/serversList/DeletePopover.vue +0 -99
- package/components/common/backup/storage/actions/add/temp/samba/configuration/serversList/ServersList.vue +0 -124
- package/components/common/backup/storage/actions/add/temp/samba/configuration/serversList/lib/config/serversListConfig.ts +0 -40
- package/components/common/backup/storage/actions/add/temp/samba/configuration/serversList/lib/config/tableKeys.ts +0 -3
- package/components/common/backup/storage/actions/add/temp/samba/configuration/serversList/lib/models/interfaces.ts +0 -13
- package/components/common/backup/storage/actions/add/temp/samba/configuration/serversList/lib/models/types.ts +0 -1
- package/components/common/backup/storage/actions/add/temp/samba/kerberosAuthentication/KerberosAuthentication.vue +0 -55
- package/components/common/backup/storage/actions/add/temp/samba/kerberosAuthentication/lib/config/radioOptions.ts +0 -27
- package/components/common/backup/storage/actions/add/temp/sharedStorm/SharedStorm.vue +0 -106
- package/components/common/backup/storage/actions/add/temp/sharedStorm/storage/Storage.vue +0 -71
- package/components/common/backup/storage/actions/add/temp/sharedStorm/storage/lib/config/defaultForm.ts +0 -15
- package/components/common/backup/storage/actions/add/temp/types/Types.vue +0 -79
- package/components/common/backup/storage/actions/add/temp/types/lib/config/typeOptions.ts +0 -62
|
@@ -2369,7 +2369,8 @@
|
|
|
2369
2369
|
"deleteDatacenterDesc": "Вы ўпэўненыя, што хочаце выдаліць цэнтр апрацоўкі дадзеных \" {0}\"? Гэта дзеянне таксама прывядзе да выдалення ўсіх яго аварыйных сігналаў і выдаленні ўсіх звязаных хастоў і віртуальных машын з спісу.",
|
|
2370
2370
|
"gotIt": "Зразумець",
|
|
2371
2371
|
"nodeSetupStarted": "Запусціла налада вузла",
|
|
2372
|
-
"nodeSetupStartedDesc": "Налада вузла была паспяхова запушчана. Гэта можа заняць хвіліну. Далейшыя дзеянні не патрабуецца."
|
|
2372
|
+
"nodeSetupStartedDesc": "Налада вузла была паспяхова запушчана. Гэта можа заняць хвіліну. Далейшыя дзеянні не патрабуецца.",
|
|
2373
|
+
"valueMustBeAtLeastOneHourAfterStart": "Значэнне павінна быць не менш чым на гадзіну пазней часу пачатку"
|
|
2373
2374
|
},
|
|
2374
2375
|
"auth": {
|
|
2375
2376
|
"welcomeTo": "Сардэчна запрашаем у",
|
|
@@ -3135,5 +3136,18 @@
|
|
|
3135
3136
|
},
|
|
3136
3137
|
"bottomPanel": {
|
|
3137
3138
|
"failed": "Няўдалы"
|
|
3139
|
+
},
|
|
3140
|
+
"role": {
|
|
3141
|
+
"roleManagement": "Кіраванне ролямі",
|
|
3142
|
+
"selectRoleToViewItsDetails": "Выберыце ролю для прагляду яе дэталяў.",
|
|
3143
|
+
"roleUsage": "Выкарыстанне ролі"
|
|
3144
|
+
},
|
|
3145
|
+
"backup": {
|
|
3146
|
+
"selectName": "Абярыце назву",
|
|
3147
|
+
"specifyBackupStorageType": "Укажыце тып рэзервовага сховішча.",
|
|
3148
|
+
"specifyBackupStorageName": "Укажыце назву рэзервовага сховішча.",
|
|
3149
|
+
"specifyBackupStorageNameAndConfiguration": "Укажыце назву і канфігурацыю рэзервовага сховішча.",
|
|
3150
|
+
"selectHostsThatRequireAccessBackupStorage": "Абярыце хосты, якім патрэбны доступ да рэзервовага сховішча.",
|
|
3151
|
+
"selectDestinationStorageForBackupStorage": "Абярыце мэтавае сховішча для рэзервовага капіявання."
|
|
3138
3152
|
}
|
|
3139
3153
|
}
|
|
@@ -1578,7 +1578,7 @@
|
|
|
1578
1578
|
"uploadImage": "Upload Image",
|
|
1579
1579
|
"uppercaseCharacters": "uppercase characters",
|
|
1580
1580
|
"urlErrorText": "Please enter a valid URL",
|
|
1581
|
-
"usage": "
|
|
1581
|
+
"usage": "Usage",
|
|
1582
1582
|
"usageCap": "Usage",
|
|
1583
1583
|
"usbRedirection": "USB Redirection",
|
|
1584
1584
|
"useAllAvailablePartitions": "Use all available partitions",
|
|
@@ -2373,7 +2373,8 @@
|
|
|
2373
2373
|
"deleteDatacenterDesc": "Are you sure you want to delete the datacenter “{0}”? This action will also delete all its alarms and remove all associated hosts and virtual machines from the inventory.",
|
|
2374
2374
|
"gotIt": "Got It",
|
|
2375
2375
|
"nodeSetupStarted": "Node Setup Started",
|
|
2376
|
-
"nodeSetupStartedDesc": "Node setup has been successfully started. This may take a moment to complete. No further action is required."
|
|
2376
|
+
"nodeSetupStartedDesc": "Node setup has been successfully started. This may take a moment to complete. No further action is required.",
|
|
2377
|
+
"valueMustBeAtLeastOneHourAfterStart": "The value must be at least one hour later than the start time."
|
|
2377
2378
|
},
|
|
2378
2379
|
"auth": {
|
|
2379
2380
|
"welcomeTo": "Welcome to",
|
|
@@ -2626,7 +2627,7 @@
|
|
|
2626
2627
|
"receiveBandwidth": "Receive bandwidth",
|
|
2627
2628
|
"averageAmountDataReceive": "Average amount of data receive per second",
|
|
2628
2629
|
"dataReceive": "Data receive",
|
|
2629
|
-
"networkUsageName": "
|
|
2630
|
+
"networkUsageName": "Usage",
|
|
2630
2631
|
"networkUtilizationDuringInterval": "Network utilization (combined transmit-rates and receive-rates) during the interval",
|
|
2631
2632
|
"dataUsage": "Data usage",
|
|
2632
2633
|
"packetsReceived": "Packets received",
|
|
@@ -3139,5 +3140,18 @@
|
|
|
3139
3140
|
},
|
|
3140
3141
|
"bottomPanel": {
|
|
3141
3142
|
"failed": "Failed"
|
|
3143
|
+
},
|
|
3144
|
+
"role": {
|
|
3145
|
+
"roleManagement": "Role Management",
|
|
3146
|
+
"selectRoleToViewItsDetails": "Select a role to view its details.",
|
|
3147
|
+
"roleUsage": "Role Usage"
|
|
3148
|
+
},
|
|
3149
|
+
"backup": {
|
|
3150
|
+
"selectName": "Select a Name",
|
|
3151
|
+
"specifyBackupStorageType": "Specify backup storage type.",
|
|
3152
|
+
"specifyBackupStorageName": "Specify the backup storage name.",
|
|
3153
|
+
"specifyBackupStorageNameAndConfiguration": "Specify the backup storage name and configuration.",
|
|
3154
|
+
"selectHostsThatRequireAccessBackupStorage": "Select the hosts that require access to the backup storage.",
|
|
3155
|
+
"selectDestinationStorageForBackupStorage": "Select the destination storage for the backup storage."
|
|
3142
3156
|
}
|
|
3143
3157
|
}
|
|
@@ -2373,7 +2373,8 @@
|
|
|
2373
2373
|
"deleteDatacenterDesc": "Համոզված եք, որ ցանկանում եք ջնջել \"{0} \" տվյալների կենտրոնը: Այս գործողությունը նաև կջնջի դրա բոլոր ահազանգերը և կհեռացնի բոլոր հարակից սերվերներն ու վիրտուալ մեքենաները ցուցակից:",
|
|
2374
2374
|
"gotIt": "հասկացա",
|
|
2375
2375
|
"nodeSetupStarted": "Հանգույցի կարգավորումը սկսվեց",
|
|
2376
|
-
"nodeSetupStartedDesc": "Հանգույցի կարգավորումը հաջողությամբ սկսվեց: Սա կարող է տեւել մի պահ: Այլ գործողություն չի պահանջվում:"
|
|
2376
|
+
"nodeSetupStartedDesc": "Հանգույցի կարգավորումը հաջողությամբ սկսվեց: Սա կարող է տեւել մի պահ: Այլ գործողություն չի պահանջվում:",
|
|
2377
|
+
"valueMustBeAtLeastOneHourAfterStart": "Արժեքը պետք է լինի առնվազն մեկ ժամ ուշ, քան մեկնարկի ժամանակը"
|
|
2377
2378
|
},
|
|
2378
2379
|
"auth": {
|
|
2379
2380
|
"welcomeTo": "Բարի գալուստ",
|
|
@@ -3139,5 +3140,18 @@
|
|
|
3139
3140
|
},
|
|
3140
3141
|
"bottomPanel": {
|
|
3141
3142
|
"failed": "Անհաջող"
|
|
3143
|
+
},
|
|
3144
|
+
"role": {
|
|
3145
|
+
"roleManagement": "Դերի կառավարում",
|
|
3146
|
+
"selectRoleToViewItsDetails": "Ընտրեք դեր, դրա մանրամասները դիտելու համար:",
|
|
3147
|
+
"roleUsage": "Դերի օգտագործումը"
|
|
3148
|
+
},
|
|
3149
|
+
"backup": {
|
|
3150
|
+
"selectName": "Ընտրեք անվանումը",
|
|
3151
|
+
"specifyBackupStorageType": "Նշեք պահուստային պահպանման տիպը։",
|
|
3152
|
+
"specifyBackupStorageName": "Նշեք պահուստային պահպանման անունը։",
|
|
3153
|
+
"specifyBackupStorageNameAndConfiguration": "Նշեք պահուստային պահպանման անունը և կազմաձևերը։",
|
|
3154
|
+
"selectHostsThatRequireAccessBackupStorage": "Ընտրեք հոսթեր, որոնք պետք է հասանելիություն ունենան պահուստային պահպանմանը։",
|
|
3155
|
+
"selectDestinationStorageForBackupStorage": "Ընտրեք նպատակային պահեստը պահուստային պատճենների համար։"
|
|
3142
3156
|
}
|
|
3143
3157
|
}
|
|
@@ -2372,7 +2372,8 @@
|
|
|
2372
2372
|
"deleteDatacenterDesc": "\"{0} \" деректер орталығын жойғыңыз келетініне сенімдісіз бе? Бұл әрекет сонымен қатар оның барлық дабылдарын жояды және барлық байланысты хосттар мен виртуалды машиналарды тізімнен жояды.",
|
|
2373
2373
|
"gotIt": "Түсіндім",
|
|
2374
2374
|
"nodeSetupStarted": "Түйін орнату басталды",
|
|
2375
|
-
"nodeSetupStartedDesc": "Түйін орнату сәтті басталды. Бұл біраз уақыт алуы мүмкін. Бұдан әрі әрекет қажет емес."
|
|
2375
|
+
"nodeSetupStartedDesc": "Түйін орнату сәтті басталды. Бұл біраз уақыт алуы мүмкін. Бұдан әрі әрекет қажет емес.",
|
|
2376
|
+
"valueMustBeAtLeastOneHourAfterStart": "Мән басталу уақытынан кемінде бір сағат кеш болуы керек"
|
|
2376
2377
|
},
|
|
2377
2378
|
"auth": {
|
|
2378
2379
|
"welcomeTo": "Қош келдіңіз",
|
|
@@ -3138,5 +3139,18 @@
|
|
|
3138
3139
|
},
|
|
3139
3140
|
"bottomPanel": {
|
|
3140
3141
|
"failed": "Сәтсіз"
|
|
3142
|
+
},
|
|
3143
|
+
"role": {
|
|
3144
|
+
"roleManagement": "Рөлдерді басқару",
|
|
3145
|
+
"selectRoleToViewItsDetails": "Оның мәліметтерін көру үшін рөлді таңдаңыз.",
|
|
3146
|
+
"roleUsage": "Рөлді пайдалану"
|
|
3147
|
+
},
|
|
3148
|
+
"backup": {
|
|
3149
|
+
"selectName": "Атауын таңдаңыз",
|
|
3150
|
+
"specifyBackupStorageType": "Резервтік сақтау түрін көрсетіңіз.",
|
|
3151
|
+
"specifyBackupStorageName": "Резервтік сақтау атауын көрсетіңіз.",
|
|
3152
|
+
"specifyBackupStorageNameAndConfiguration": "Резервтік сақтау атауы мен баптауларын көрсетіңіз.",
|
|
3153
|
+
"selectHostsThatRequireAccessBackupStorage": "Резервтік сақтауға қолжетімділік қажет хосттарды таңдаңыз.",
|
|
3154
|
+
"selectDestinationStorageForBackupStorage": "Резервтік сақтау үшін мақсатты сақтау орнын таңдаңыз."
|
|
3141
3155
|
}
|
|
3142
3156
|
}
|
|
@@ -2372,7 +2372,8 @@
|
|
|
2372
2372
|
"deleteDatacenterDesc": "Вы уверены, что хотите удалить центр обработки данных “{0}”? Это действие также приведет к удалению всех его аварийных сигналов и удалению всех связанных хостов и виртуальных машин из списка.",
|
|
2373
2373
|
"gotIt": "Понял",
|
|
2374
2374
|
"nodeSetupStarted": "Начата настройка узла",
|
|
2375
|
-
"nodeSetupStartedDesc": "Настройка узла успешно запущена. Это может занять некоторое время. Никаких дальнейших действий не требуется."
|
|
2375
|
+
"nodeSetupStartedDesc": "Настройка узла успешно запущена. Это может занять некоторое время. Никаких дальнейших действий не требуется.",
|
|
2376
|
+
"valueMustBeAtLeastOneHourAfterStart": "Значение должно быть не менее чем на час позже времени начала"
|
|
2376
2377
|
},
|
|
2377
2378
|
"auth": {
|
|
2378
2379
|
"welcomeTo": "Добро пожаловать в",
|
|
@@ -3138,5 +3139,18 @@
|
|
|
3138
3139
|
},
|
|
3139
3140
|
"bottomPanel": {
|
|
3140
3141
|
"failed": "Неудавшиеся"
|
|
3142
|
+
},
|
|
3143
|
+
"role": {
|
|
3144
|
+
"roleManagement": "Управление ролями",
|
|
3145
|
+
"selectRoleToViewItsDetails": "Выберите роль, чтобы просмотреть сведения о ней.",
|
|
3146
|
+
"roleUsage": "Использование ролей"
|
|
3147
|
+
},
|
|
3148
|
+
"backup": {
|
|
3149
|
+
"selectName": "Выберите имя",
|
|
3150
|
+
"specifyBackupStorageType": "Укажите тип хранилища для резервного копирования.",
|
|
3151
|
+
"specifyBackupStorageName": "Укажите имя хранилища для резервного копирования.",
|
|
3152
|
+
"specifyBackupStorageNameAndConfiguration": "Укажите имя и конфигурацию хранилища для резервного копирования.",
|
|
3153
|
+
"selectHostsThatRequireAccessBackupStorage": "Выберите хосты, которым нужен доступ к хранилищу резервных копий.",
|
|
3154
|
+
"selectDestinationStorageForBackupStorage": "Выберите целевое хранилище для резервного копирования."
|
|
3141
3155
|
}
|
|
3142
3156
|
}
|
|
@@ -2370,7 +2370,8 @@
|
|
|
2370
2370
|
"deleteDatacenterDesc": "你确定要删除数据中心“{0}”吗?此操作将同时删除所有警报和从库中移除所有关联的主机和虚拟机。",
|
|
2371
2371
|
"gotIt": "得到了",
|
|
2372
2372
|
"nodeSetupStarted": "节点设置开始",
|
|
2373
|
-
"nodeSetupStartedDesc": "节点设置已成功启动。这可能需要一些时间才能完成。无需采取进一步的行动。"
|
|
2373
|
+
"nodeSetupStartedDesc": "节点设置已成功启动。这可能需要一些时间才能完成。无需采取进一步的行动。",
|
|
2374
|
+
"valueMustBeAtLeastOneHourAfterStart": "该值必须至少比开始时间晚一小时。"
|
|
2374
2375
|
},
|
|
2375
2376
|
"auth": {
|
|
2376
2377
|
"welcomeTo": "欢迎来到",
|
|
@@ -3136,5 +3137,18 @@
|
|
|
3136
3137
|
},
|
|
3137
3138
|
"bottomPanel": {
|
|
3138
3139
|
"failed": "失败的"
|
|
3140
|
+
},
|
|
3141
|
+
"role": {
|
|
3142
|
+
"roleManagement": "角色管理",
|
|
3143
|
+
"selectRoleToViewItsDetails": "选择角色以查看其细节。",
|
|
3144
|
+
"roleUsage": "角色使用"
|
|
3145
|
+
},
|
|
3146
|
+
"backup": {
|
|
3147
|
+
"selectName": "选择名称",
|
|
3148
|
+
"specifyBackupStorageType": "指定备份存储类型。",
|
|
3149
|
+
"specifyBackupStorageName": "指定备份存储名称。",
|
|
3150
|
+
"specifyBackupStorageNameAndConfiguration": "指定备份存储名称和配置。",
|
|
3151
|
+
"selectHostsThatRequireAccessBackupStorage": "选择需要访问备份存储的主机。",
|
|
3152
|
+
"selectDestinationStorageForBackupStorage": "为备份存储选择目标存储。"
|
|
3139
3153
|
}
|
|
3140
3154
|
}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
:get-datastore-table-func="props.getDatastoreTableFunc"
|
|
13
13
|
@change-steps="onChangeSteps"
|
|
14
14
|
@change-storage="onChangeStorage"
|
|
15
|
+
@submit="onCreate"
|
|
15
16
|
@hide="onHideModal"
|
|
16
17
|
/>
|
|
17
18
|
<common-backup-storage-actions-add-old
|
|
@@ -27,16 +28,13 @@
|
|
|
27
28
|
:get-datastore-table-func="props.getDatastoreTableFunc"
|
|
28
29
|
@change-steps="onChangeSteps"
|
|
29
30
|
@change-storage="onChangeStorage"
|
|
31
|
+
@submit="onCreate"
|
|
30
32
|
@hide="onHideModal"
|
|
31
33
|
/>
|
|
32
34
|
</template>
|
|
33
35
|
|
|
34
36
|
<script setup lang="ts">
|
|
35
37
|
import type { UI_T_Project } from '~/lib/models/types'
|
|
36
|
-
import type {
|
|
37
|
-
// UI_T_DatastoreType,
|
|
38
|
-
UI_T_NfsType,
|
|
39
|
-
} from '~/components/common/backup/storage/actions/add/lib/models/types'
|
|
40
38
|
import type { UI_I_CreateDatastoreForm } from '~/components/common/backup/storage/actions/add/lib/models/interfaces'
|
|
41
39
|
import type { UI_I_DatastoreTableItem } from '~/lib/models/store/storage/interfaces'
|
|
42
40
|
import type { UI_I_TablePayload } from '~/lib/models/table/interfaces'
|
|
@@ -46,7 +44,8 @@ import type {
|
|
|
46
44
|
UI_I_WizardStep,
|
|
47
45
|
} from '~/components/atoms/wizard/lib/models/interfaces'
|
|
48
46
|
import type { UI_T_DatastoreTypeCode } from '~/components/common/backup/storage/actions/add/lib/models/types'
|
|
49
|
-
|
|
47
|
+
// TODO use from uikit
|
|
48
|
+
import Wizard from "~/components/atoms/wizard/lib/utils/utils";
|
|
50
49
|
import {
|
|
51
50
|
stepsFunc,
|
|
52
51
|
stepsSchemeInitial,
|
|
@@ -68,7 +67,7 @@ const props = withDefaults(
|
|
|
68
67
|
{ hosts: [] }
|
|
69
68
|
)
|
|
70
69
|
const emits = defineEmits<{
|
|
71
|
-
(event: 'create', value:
|
|
70
|
+
(event: 'create', value: UI_I_CreateDatastoreForm): void
|
|
72
71
|
(event: 'hide'): void
|
|
73
72
|
}>()
|
|
74
73
|
|
|
@@ -77,7 +76,7 @@ const isNewView = computed<boolean>(() => $store.getters['main/getIsNewView'])
|
|
|
77
76
|
|
|
78
77
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
79
78
|
|
|
80
|
-
const title = ref(localization.value.common.
|
|
79
|
+
const title = ref(localization.value.common.newBackupStorage)
|
|
81
80
|
|
|
82
81
|
const wizard: Wizard = new Wizard(
|
|
83
82
|
stepsFunc(localization.value),
|
|
@@ -106,7 +105,7 @@ const validationFunc = async (
|
|
|
106
105
|
value,
|
|
107
106
|
form.value,
|
|
108
107
|
dynamicSteps.name,
|
|
109
|
-
'
|
|
108
|
+
'name',
|
|
110
109
|
wizard,
|
|
111
110
|
props.project
|
|
112
111
|
)
|
|
@@ -134,7 +133,7 @@ const validationFunc = async (
|
|
|
134
133
|
)
|
|
135
134
|
value = nameValidation.newValue
|
|
136
135
|
|
|
137
|
-
const folderValidation = validation.
|
|
136
|
+
const folderValidation = validation.checkFolderSync(
|
|
138
137
|
localization.value,
|
|
139
138
|
form.value.folder,
|
|
140
139
|
wizard,
|
|
@@ -142,7 +141,7 @@ const validationFunc = async (
|
|
|
142
141
|
)
|
|
143
142
|
value = folderValidation.newValue
|
|
144
143
|
|
|
145
|
-
const serverValidation = validation.
|
|
144
|
+
const serverValidation = validation.checkServerSync(
|
|
146
145
|
localization.value,
|
|
147
146
|
form.value.server,
|
|
148
147
|
wizard,
|
|
@@ -150,10 +149,28 @@ const validationFunc = async (
|
|
|
150
149
|
)
|
|
151
150
|
value = serverValidation.newValue
|
|
152
151
|
|
|
152
|
+
const usernameValidation = validation.checkUsernameSync(
|
|
153
|
+
localization.value,
|
|
154
|
+
form.value.user,
|
|
155
|
+
wizard,
|
|
156
|
+
value
|
|
157
|
+
)
|
|
158
|
+
value = usernameValidation.newValue
|
|
159
|
+
|
|
160
|
+
const passwordValidation = validation.checkPasswordSync(
|
|
161
|
+
localization.value,
|
|
162
|
+
form.value.password,
|
|
163
|
+
wizard,
|
|
164
|
+
value
|
|
165
|
+
)
|
|
166
|
+
value = passwordValidation.newValue
|
|
167
|
+
|
|
153
168
|
stepHasError =
|
|
154
169
|
nameValidation.stepHasError ||
|
|
155
170
|
folderValidation.stepHasError ||
|
|
156
|
-
serverValidation.stepHasError
|
|
171
|
+
serverValidation.stepHasError ||
|
|
172
|
+
usernameValidation.stepHasError ||
|
|
173
|
+
passwordValidation.stepHasError
|
|
157
174
|
}
|
|
158
175
|
|
|
159
176
|
if (
|
|
@@ -163,31 +180,31 @@ const validationFunc = async (
|
|
|
163
180
|
nextStep.id
|
|
164
181
|
)
|
|
165
182
|
) {
|
|
166
|
-
const
|
|
183
|
+
const hostsValidation = await validation.checkHostsAccessibilitySync(
|
|
167
184
|
localization.value,
|
|
168
185
|
form.value.hosts,
|
|
169
186
|
wizard,
|
|
170
187
|
value
|
|
171
188
|
)
|
|
172
189
|
|
|
173
|
-
value =
|
|
190
|
+
value = hostsValidation.newValue
|
|
174
191
|
|
|
175
|
-
stepHasError =
|
|
192
|
+
stepHasError = hostsValidation.stepHasError
|
|
176
193
|
}
|
|
177
194
|
|
|
178
195
|
if (
|
|
179
196
|
wizard.isValidateForStep(dynamicSteps.storage, currentStep.id, nextStep.id)
|
|
180
197
|
) {
|
|
181
|
-
const
|
|
198
|
+
const storageValidation = await validation.checkStorageSync(
|
|
182
199
|
localization.value,
|
|
183
200
|
form.value.storm_id,
|
|
184
201
|
wizard,
|
|
185
202
|
value
|
|
186
203
|
)
|
|
187
204
|
|
|
188
|
-
value =
|
|
205
|
+
value = storageValidation.newValue
|
|
189
206
|
|
|
190
|
-
stepHasError =
|
|
207
|
+
stepHasError = storageValidation.stepHasError
|
|
191
208
|
}
|
|
192
209
|
|
|
193
210
|
return {
|
|
@@ -217,12 +234,9 @@ const onChangeStorage = (storage: UI_I_DatastoreTableItem | null): void => {
|
|
|
217
234
|
form.value.storm_id = storage.id
|
|
218
235
|
}
|
|
219
236
|
|
|
220
|
-
const
|
|
221
|
-
form: UI_I_CreateDatastoreForm,
|
|
222
|
-
mode: UI_T_DatastoreType,
|
|
223
|
-
version: UI_T_NfsType
|
|
237
|
+
const onCreate = async (
|
|
224
238
|
): Promise<void> => {
|
|
225
|
-
emits('create',
|
|
239
|
+
emits('create', form.value)
|
|
226
240
|
}
|
|
227
241
|
|
|
228
242
|
const onHideModal = (): void => {
|
|
@@ -196,9 +196,9 @@ import type {
|
|
|
196
196
|
import type Wizard from '~/node_modules/bfg-uikit/components/ui/wizard/lib/utils/utils'
|
|
197
197
|
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
198
198
|
import type { UI_T_Project } from '~/lib/models/types'
|
|
199
|
-
import type { UI_I_CreateDatastoreForm } from '~/components/common/backup/storage/actions/add/lib/models/interfaces'
|
|
200
|
-
import type { UI_I_DatastoreTableItem } from '~/lib/models/store/storage/interfaces'
|
|
201
199
|
import type { UI_I_TablePayload } from '~/lib/models/table/interfaces'
|
|
200
|
+
import type { UI_I_DatastoreTableItem } from '~/lib/models/store/storage/interfaces'
|
|
201
|
+
import type { UI_I_CreateDatastoreForm } from '~/components/common/backup/storage/actions/add/lib/models/interfaces'
|
|
202
202
|
import { dynamicSteps } from '~/components/common/backup/storage/actions/add/lib/config/steps'
|
|
203
203
|
|
|
204
204
|
const formModelLocal = defineModel<UI_I_CreateDatastoreForm>({ required: true })
|
|
@@ -279,51 +279,3 @@ const onCreateDatastore = (): void => emits('submit')
|
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
281
|
</style>
|
|
282
|
-
|
|
283
|
-
<!--<template>-->
|
|
284
|
-
<!-- <div class="new-datastore">new-->
|
|
285
|
-
<!-- <common-backup-storage-actions-add-temp-add-->
|
|
286
|
-
<!-- :mode="props.mode"-->
|
|
287
|
-
<!-- :finish-func="props.finishFunc"-->
|
|
288
|
-
<!-- :hosts="props.hosts"-->
|
|
289
|
-
<!-- :datastore="props.datastore"-->
|
|
290
|
-
<!-- :get-datastore-table-func="props.getDatastoreTableFunc"-->
|
|
291
|
-
<!-- @hide="onHideModal"-->
|
|
292
|
-
<!-- />-->
|
|
293
|
-
<!-- </div>-->
|
|
294
|
-
<!--</template>-->
|
|
295
|
-
|
|
296
|
-
<!--<script setup lang="ts">-->
|
|
297
|
-
<!--import type {-->
|
|
298
|
-
<!-- // UI_T_DatastoreType,-->
|
|
299
|
-
<!-- UI_T_NfsType,-->
|
|
300
|
-
<!--} from '~/components/common/backup/storage/actions/add/lib/models/types'-->
|
|
301
|
-
<!--import type { UI_I_CreateDatastoreForm } from '~/components/common/backup/storage/actions/add/lib/models/interfaces'-->
|
|
302
|
-
<!--import type {-->
|
|
303
|
-
<!-- UI_T_DatastoreType,-->
|
|
304
|
-
<!-- UI_T_WizardDatastoreMode,-->
|
|
305
|
-
<!--} from '~/components/common/backup/storage/actions/add/temp/lib/models/types'-->
|
|
306
|
-
<!--import type { UI_I_DatastoreTableItem } from '~/lib/models/store/storage/interfaces'-->
|
|
307
|
-
<!--import type { UI_I_TablePayload } from '~/lib/models/table/interfaces'-->
|
|
308
|
-
|
|
309
|
-
<!--const props = defineProps<{-->
|
|
310
|
-
<!-- mode: UI_T_WizardDatastoreMode-->
|
|
311
|
-
<!-- datastore: UI_I_DatastoreTableItem[]-->
|
|
312
|
-
<!-- getDatastoreTableFunc: (payload: UI_I_TablePayload) => Promise<void>-->
|
|
313
|
-
<!-- finishFunc: (-->
|
|
314
|
-
<!-- datastoreForm: UI_I_CreateDatastoreForm,-->
|
|
315
|
-
<!-- datastoreType: UI_T_DatastoreType,-->
|
|
316
|
-
<!-- version: UI_T_NfsType-->
|
|
317
|
-
<!-- ) => Promise<void>-->
|
|
318
|
-
<!-- hosts?: any[]-->
|
|
319
|
-
<!--}>()-->
|
|
320
|
-
<!--const emits = defineEmits<{-->
|
|
321
|
-
<!-- (event: 'hide'): void-->
|
|
322
|
-
<!--}>()-->
|
|
323
|
-
|
|
324
|
-
<!--const onHideModal = (): void => {-->
|
|
325
|
-
<!-- emits('hide')-->
|
|
326
|
-
<!--}-->
|
|
327
|
-
<!--</script>-->
|
|
328
|
-
|
|
329
|
-
<!--<style scoped lang="scss"></style>-->
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
v-model="formModelLocal"
|
|
24
24
|
:project="props.project"
|
|
25
25
|
:messages-fields="selectedStep.fields"
|
|
26
|
+
:alert-messages="props.alertMessages[dynamicSteps.name]"
|
|
26
27
|
/>
|
|
27
28
|
|
|
28
29
|
<common-backup-storage-actions-add-steps-name-and-configure
|
|
@@ -30,17 +31,27 @@
|
|
|
30
31
|
v-model="formModelLocal"
|
|
31
32
|
:project="props.project"
|
|
32
33
|
:messages-fields="selectedStep.fields"
|
|
34
|
+
:alert-messages="props.alertMessages[dynamicSteps.nameAndConfigure]"
|
|
33
35
|
/>
|
|
34
36
|
|
|
35
|
-
<
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
37
|
+
<div v-if="selectedStep.id === dynamicSteps.storage">
|
|
38
|
+
<!-- TODO-->
|
|
39
|
+
<atoms-alert
|
|
40
|
+
v-show="props.alertMessages[dynamicSteps.storage]?.length"
|
|
41
|
+
test-id="configure-error-alert"
|
|
42
|
+
status="alert-danger"
|
|
43
|
+
:items="props.alertMessages[dynamicSteps.storage]"
|
|
44
|
+
/>
|
|
45
|
+
<common-vm-actions-common-select-storage
|
|
46
|
+
:datastore="props.datastore"
|
|
47
|
+
:get-datastore-table-func="props.getDatastoreTableFunc"
|
|
48
|
+
hide-compatibility
|
|
49
|
+
hide-alert
|
|
50
|
+
class="storage-datatable h-full"
|
|
51
|
+
:alert-messages="props.alertMessages[dynamicSteps.storage]"
|
|
52
|
+
@change-storage="onChangeStorage"
|
|
53
|
+
/>
|
|
54
|
+
</div>
|
|
44
55
|
|
|
45
56
|
<common-backup-storage-actions-add-steps-host-accessibility
|
|
46
57
|
v-if="selectedStep.id === dynamicSteps.hostAccessibility"
|
|
@@ -63,9 +74,11 @@
|
|
|
63
74
|
|
|
64
75
|
<script setup lang="ts">
|
|
65
76
|
import type { UI_I_WizardStep } from '~/components/atoms/wizard/lib/models/interfaces'
|
|
66
|
-
import type Wizard from '~/components/
|
|
77
|
+
import type Wizard from '~/node_modules/bfg-uikit/components/ui/wizard/lib/utils/utils'
|
|
67
78
|
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
68
79
|
import type { UI_T_Project } from '~/lib/models/types'
|
|
80
|
+
import type { UI_I_TablePayload } from '~/lib/models/table/interfaces'
|
|
81
|
+
import type { UI_I_DatastoreTableItem } from '~/lib/models/store/storage/interfaces'
|
|
69
82
|
import type { UI_I_CreateDatastoreForm } from '~/components/common/backup/storage/actions/add/lib/models/interfaces'
|
|
70
83
|
import { dynamicSteps } from '~/components/common/backup/storage/actions/add/lib/config/steps'
|
|
71
84
|
|
|
@@ -98,74 +111,4 @@ const onHideModal = (): void => emits('hide')
|
|
|
98
111
|
const onCreateDatastore = (): void => emits('submit')
|
|
99
112
|
</script>
|
|
100
113
|
|
|
101
|
-
<style scoped lang="scss">
|
|
102
|
-
@import 'assets/scss/common/mixins.scss';
|
|
103
|
-
.new-datastore {
|
|
104
|
-
&__body {
|
|
105
|
-
@include flex($dir: column);
|
|
106
|
-
height: 100%;
|
|
107
|
-
padding-left: 24px;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.finish-block {
|
|
112
|
-
padding: 18px 24px 24px 24px;
|
|
113
|
-
|
|
114
|
-
.add-hosts-ready-to-complete-mt-12 {
|
|
115
|
-
margin-top: 12px;
|
|
116
|
-
|
|
117
|
-
.add-hosts-ready-to-complete-bold {
|
|
118
|
-
line-height: 18px;
|
|
119
|
-
font-weight: 700;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
</style>
|
|
124
|
-
|
|
125
|
-
<!--<template>-->
|
|
126
|
-
<!-- <div class="new-datastore">-->
|
|
127
|
-
<!-- <common-backup-storage-actions-add-temp-add-->
|
|
128
|
-
<!-- :mode="props.mode"-->
|
|
129
|
-
<!-- :finish-func="props.finishFunc"-->
|
|
130
|
-
<!-- :hosts="props.hosts"-->
|
|
131
|
-
<!-- :datastore="props.datastore"-->
|
|
132
|
-
<!-- :get-datastore-table-func="props.getDatastoreTableFunc"-->
|
|
133
|
-
<!-- @hide="onHideModal"-->
|
|
134
|
-
<!-- />-->
|
|
135
|
-
<!-- </div>-->
|
|
136
|
-
<!--</template>-->
|
|
137
|
-
|
|
138
|
-
<!--<script setup lang="ts">-->
|
|
139
|
-
<!--import type {-->
|
|
140
|
-
<!-- // UI_T_DatastoreType,-->
|
|
141
|
-
<!-- UI_T_NfsType,-->
|
|
142
|
-
<!--} from '~/components/common/backup/storage/actions/add/lib/models/types'-->
|
|
143
|
-
<!--import type { UI_I_CreateDatastoreForm } from '~/components/common/backup/storage/actions/add/lib/models/interfaces'-->
|
|
144
|
-
<!--import type {-->
|
|
145
|
-
<!-- UI_T_DatastoreType,-->
|
|
146
|
-
<!-- UI_T_WizardDatastoreMode,-->
|
|
147
|
-
<!--} from '~/components/common/backup/storage/actions/add/temp/lib/models/types'-->
|
|
148
|
-
<!--import type { UI_I_DatastoreTableItem } from '~/lib/models/store/storage/interfaces'-->
|
|
149
|
-
<!--import type { UI_I_TablePayload } from '~/lib/models/table/interfaces'-->
|
|
150
|
-
|
|
151
|
-
<!--const props = defineProps<{-->
|
|
152
|
-
<!-- mode: UI_T_WizardDatastoreMode-->
|
|
153
|
-
<!-- datastore: UI_I_DatastoreTableItem[]-->
|
|
154
|
-
<!-- getDatastoreTableFunc: (payload: UI_I_TablePayload) => Promise<void>-->
|
|
155
|
-
<!-- finishFunc: (-->
|
|
156
|
-
<!-- datastoreForm: UI_I_CreateDatastoreForm,-->
|
|
157
|
-
<!-- datastoreType: UI_T_DatastoreType,-->
|
|
158
|
-
<!-- version: UI_T_NfsType-->
|
|
159
|
-
<!-- ) => Promise<void>-->
|
|
160
|
-
<!-- hosts?: any[]-->
|
|
161
|
-
<!--}>()-->
|
|
162
|
-
<!--const emits = defineEmits<{-->
|
|
163
|
-
<!-- (event: 'hide'): void-->
|
|
164
|
-
<!--}>()-->
|
|
165
|
-
|
|
166
|
-
<!--const onHideModal = (): void => {-->
|
|
167
|
-
<!-- emits('hide')-->
|
|
168
|
-
<!--}-->
|
|
169
|
-
<!--</script>-->
|
|
170
|
-
|
|
171
|
-
<!--<style scoped lang="scss"></style>-->
|
|
114
|
+
<style scoped lang="scss"></style>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
2
|
import type { UI_T_Project } from '~/lib/models/types'
|
|
3
3
|
import type { UI_I_WizardStep } from '~/components/atoms/wizard/lib/models/interfaces'
|
|
4
|
-
import { UI_E_WIZARD_STATUS } from '~/components/atoms/wizard/lib/models/enums'
|
|
5
4
|
import type { UI_I_ChangeStepsSchemes } from '~/components/common/backup/storage/actions/add/lib/models/interfaces'
|
|
6
5
|
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,
|
|
@@ -20,7 +20,7 @@ export const stepsFunc = (
|
|
|
20
20
|
{
|
|
21
21
|
id: dynamicSteps.type,
|
|
22
22
|
title: localization.common.type,
|
|
23
|
-
subTitle: localization.common.
|
|
23
|
+
subTitle: localization.common.specifyBackupStorageType,
|
|
24
24
|
status: UI_E_WIZARD_STATUS.SELECTED,
|
|
25
25
|
fields: {},
|
|
26
26
|
isValid: true,
|
|
@@ -28,11 +28,11 @@ export const stepsFunc = (
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
id: dynamicSteps.name,
|
|
31
|
-
title: localization.
|
|
32
|
-
subTitle: localization.common.
|
|
31
|
+
title: localization.backup.selectName,
|
|
32
|
+
subTitle: localization.common.specifyBackupStorageName,
|
|
33
33
|
status: UI_E_WIZARD_STATUS.INACTIVE,
|
|
34
34
|
fields: {
|
|
35
|
-
|
|
35
|
+
name: {
|
|
36
36
|
alert: '',
|
|
37
37
|
field: '',
|
|
38
38
|
}
|
|
@@ -43,7 +43,7 @@ export const stepsFunc = (
|
|
|
43
43
|
{
|
|
44
44
|
id: dynamicSteps.nameAndConfigure,
|
|
45
45
|
title: localization.common.nameAndConfiguration,
|
|
46
|
-
subTitle: localization.
|
|
46
|
+
subTitle: localization.backup.specifyBackupStorageNameAndConfiguration,
|
|
47
47
|
status: UI_E_WIZARD_STATUS.INACTIVE,
|
|
48
48
|
fields: {
|
|
49
49
|
name: {
|
|
@@ -58,7 +58,7 @@ export const stepsFunc = (
|
|
|
58
58
|
alert: '',
|
|
59
59
|
field: '',
|
|
60
60
|
},
|
|
61
|
-
|
|
61
|
+
user: {
|
|
62
62
|
alert: '',
|
|
63
63
|
field: '',
|
|
64
64
|
},
|
|
@@ -73,7 +73,7 @@ export const stepsFunc = (
|
|
|
73
73
|
{
|
|
74
74
|
id: dynamicSteps.storage,
|
|
75
75
|
title: localization.common.selectStorage,
|
|
76
|
-
subTitle: localization.
|
|
76
|
+
subTitle: localization.backup.selectDestinationStorageForBackupStorage,
|
|
77
77
|
status: UI_E_WIZARD_STATUS.INACTIVE,
|
|
78
78
|
fields: {
|
|
79
79
|
storage: {
|
|
@@ -87,7 +87,7 @@ export const stepsFunc = (
|
|
|
87
87
|
{
|
|
88
88
|
id: dynamicSteps.hostAccessibility,
|
|
89
89
|
title: localization.common.hostsAccessibility,
|
|
90
|
-
subTitle: localization.
|
|
90
|
+
subTitle: localization.backup.selectHostsThatRequireAccessBackupStorage,
|
|
91
91
|
status: UI_E_WIZARD_STATUS.INACTIVE,
|
|
92
92
|
fields: {
|
|
93
93
|
hostsAccessibility: {
|