bfg-common 1.4.557 → 1.4.558
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/vm/actions/common/customizeHardware/virtualHardware/VirtualHardwareNew.vue
CHANGED
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
<Teleport to="body">
|
|
183
183
|
<!-- v-if="props.isShowFileModal"-->
|
|
184
184
|
<common-vm-actions-common-customize-hardware-virtual-hardware-browse-view
|
|
185
|
-
show
|
|
185
|
+
:show="props.isShowFileModal"
|
|
186
186
|
:nodes="props.nodes"
|
|
187
187
|
:files="props.files"
|
|
188
188
|
:files-loading="props.filesLoading"
|
package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardwareOld.vue
CHANGED
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
<Teleport to="body">
|
|
135
135
|
<!-- v-if="props.isShowFileModal"-->
|
|
136
136
|
<common-vm-actions-common-customize-hardware-virtual-hardware-browse-view
|
|
137
|
-
show
|
|
137
|
+
:show="props.isShowFileModal"
|
|
138
138
|
:nodes="props.nodes"
|
|
139
139
|
:files="props.files"
|
|
140
140
|
:files-loading="props.filesLoading"
|