bfg-common 1.4.559 → 1.4.560
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/browse/BrowseNew.vue +2 -2
- package/components/common/browse/BrowseOld.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardwareNew.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardwareOld.vue +2 -2
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<!-- v-if="props.show"-->
|
|
3
2
|
<ui-modal
|
|
4
|
-
|
|
3
|
+
v-if="props.show"
|
|
5
4
|
:title="localization.common.selectFile"
|
|
6
5
|
test-id="browse"
|
|
7
6
|
size="md"
|
|
7
|
+
show
|
|
8
8
|
width="864px"
|
|
9
9
|
:texts="modalButtonsText"
|
|
10
10
|
:is-disabled-accept="!props.selectedFile"
|
package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardwareNew.vue
CHANGED
|
@@ -180,9 +180,9 @@
|
|
|
180
180
|
</div>
|
|
181
181
|
|
|
182
182
|
<Teleport to="body">
|
|
183
|
-
<!-- v-if="props.isShowFileModal"-->
|
|
184
183
|
<common-vm-actions-common-customize-hardware-virtual-hardware-browse-view
|
|
185
|
-
|
|
184
|
+
v-if="props.isShowFileModal"
|
|
185
|
+
show
|
|
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
|
@@ -132,9 +132,9 @@
|
|
|
132
132
|
</div>
|
|
133
133
|
|
|
134
134
|
<Teleport to="body">
|
|
135
|
-
<!-- v-if="props.isShowFileModal"-->
|
|
136
135
|
<common-vm-actions-common-customize-hardware-virtual-hardware-browse-view
|
|
137
|
-
|
|
136
|
+
v-if="props.isShowFileModal"
|
|
137
|
+
show
|
|
138
138
|
:nodes="props.nodes"
|
|
139
139
|
:files="props.files"
|
|
140
140
|
:files-loading="props.filesLoading"
|