bfg-common 1.3.309 → 1.3.310
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.
|
@@ -67,13 +67,14 @@
|
|
|
67
67
|
@browse="isShowFileModal = true"
|
|
68
68
|
/>
|
|
69
69
|
|
|
70
|
+
<!-- :short-options="props.type === 'edit'" // поменял из-за задачки PNCWEB-384-->
|
|
70
71
|
<common-vm-actions-common-customize-hardware-virtual-hardware-bus
|
|
71
72
|
v-model:bus="bus"
|
|
72
73
|
:index="indexByHardDisks"
|
|
73
74
|
:validation-type="busValidationType"
|
|
74
75
|
:error-validation-fields="props.errorValidationFields"
|
|
75
76
|
:disabled="isRunning"
|
|
76
|
-
|
|
77
|
+
short-options
|
|
77
78
|
component-type="disk_devices"
|
|
78
79
|
@remove-error-by-title="emits('remove-error-by-title', $event)"
|
|
79
80
|
/>
|
|
@@ -192,7 +193,8 @@ const onRollBackCdDvdDrive = (): void => {
|
|
|
192
193
|
}
|
|
193
194
|
|
|
194
195
|
const cdDvdMedia = ref<string>('')
|
|
195
|
-
const bus = ref<string>('ide')
|
|
196
|
+
// const bus = ref<string>('ide')
|
|
197
|
+
const bus = ref<string>('sata') // PNCWEB-384
|
|
196
198
|
|
|
197
199
|
const deleteFilesFromDatastore = ref<boolean>(false)
|
|
198
200
|
|