bfg-common 1.5.390 → 1.5.391
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/components/common/backup/storage/actions/add/Add.vue +251 -250
- package/components/common/backup/storage/actions/add/lib/validations.ts +252 -234
- package/components/common/backup/storage/actions/add/steps/nameAndConfigure/NameAndConfigure.vue +46 -44
- package/components/common/backup/storage/actions/add/steps/nameAndConfigure/NameAndConfigureNew.vue +280 -272
- package/components/common/backup/storage/actions/add/steps/nameAndConfigure/NameAndConfigureOld.vue +339 -328
- package/components/common/vmt/actions/add/Old.vue +5 -4
- package/package.json +1 -1
@@ -210,10 +210,11 @@ const localization = computed<UI_I_Localization>(() => useLocal())
|
|
210
210
|
top: 0;
|
211
211
|
}
|
212
212
|
.vmt-context {
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
213
|
+
margin-top: 24px;
|
214
|
+
//padding: 16px 15px 10px 10px;
|
215
|
+
//height: 100%;
|
216
|
+
//display: flex;
|
217
|
+
//flex-direction: column;
|
217
218
|
|
218
219
|
.context-title-wrap {
|
219
220
|
padding-bottom: 3px;
|