bfg-common 1.4.364 → 1.4.365
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/newHardDisk/location/Location.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/location/storageModalNew/StorageModalNew.vue +3 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/location/storageModalNew/lib/config/table.ts +12 -12
- package/package.json +1 -1
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
<Teleport to="body">
|
|
38
38
|
<common-vm-actions-common-customize-hardware-virtual-hardware-new-hard-disk-location-storage-modal-new
|
|
39
|
-
v-if="
|
|
39
|
+
v-if="isNewView"
|
|
40
40
|
:storage-modal-is-show="storageModalIsShow"
|
|
41
41
|
:datastore="props.datastore"
|
|
42
42
|
@change-storage="onChangeStorage"
|
|
@@ -159,6 +159,9 @@ const onSubmit = (): void => {
|
|
|
159
159
|
|
|
160
160
|
<style scoped lang="scss">
|
|
161
161
|
.select-storage-modal-container {
|
|
162
|
+
display: flex;
|
|
163
|
+
flex-direction: column;
|
|
164
|
+
grid-gap: 12px;
|
|
162
165
|
padding-left: 32px;
|
|
163
166
|
padding-bottom: 5px;
|
|
164
167
|
|
|
@@ -167,7 +170,6 @@ const onSubmit = (): void => {
|
|
|
167
170
|
font-weight: 400;
|
|
168
171
|
line-height: 14.52px;
|
|
169
172
|
color: #9da6ad;
|
|
170
|
-
margin-bottom: 12px;
|
|
171
173
|
}
|
|
172
174
|
}
|
|
173
175
|
</style>
|
|
@@ -22,7 +22,7 @@ export const tableDataFunc = (
|
|
|
22
22
|
col: 1,
|
|
23
23
|
colName: localization.inventorySummary.state,
|
|
24
24
|
text: localization.inventorySummary.state,
|
|
25
|
-
isSortable:
|
|
25
|
+
isSortable: false,
|
|
26
26
|
sort: 'asc',
|
|
27
27
|
sortColumn: true,
|
|
28
28
|
width: '30%',
|
|
@@ -33,7 +33,7 @@ export const tableDataFunc = (
|
|
|
33
33
|
col: 2,
|
|
34
34
|
colName: localization.common.capacity,
|
|
35
35
|
text: localization.common.capacity,
|
|
36
|
-
isSortable:
|
|
36
|
+
isSortable: false,
|
|
37
37
|
sort: 'asc',
|
|
38
38
|
sortColumn: true,
|
|
39
39
|
width: '30%',
|
|
@@ -44,7 +44,7 @@ export const tableDataFunc = (
|
|
|
44
44
|
col: 3,
|
|
45
45
|
colName: localization.common.provisioned,
|
|
46
46
|
text: localization.common.provisioned,
|
|
47
|
-
isSortable:
|
|
47
|
+
isSortable: false,
|
|
48
48
|
sort: 'asc',
|
|
49
49
|
sortColumn: true,
|
|
50
50
|
width: '30%',
|
|
@@ -55,7 +55,7 @@ export const tableDataFunc = (
|
|
|
55
55
|
col: 4,
|
|
56
56
|
colName: localization.common.free,
|
|
57
57
|
text: localization.common.free,
|
|
58
|
-
isSortable:
|
|
58
|
+
isSortable: false,
|
|
59
59
|
sort: 'asc',
|
|
60
60
|
sortColumn: true,
|
|
61
61
|
width: '30%',
|
|
@@ -66,7 +66,7 @@ export const tableDataFunc = (
|
|
|
66
66
|
col: 5,
|
|
67
67
|
colName: localization.common.used,
|
|
68
68
|
text: localization.common.used,
|
|
69
|
-
isSortable:
|
|
69
|
+
isSortable: false,
|
|
70
70
|
sort: 'asc',
|
|
71
71
|
sortColumn: true,
|
|
72
72
|
width: '30%',
|
|
@@ -77,7 +77,7 @@ export const tableDataFunc = (
|
|
|
77
77
|
col: 6,
|
|
78
78
|
colName: localization.common.type,
|
|
79
79
|
text: localization.common.type,
|
|
80
|
-
isSortable:
|
|
80
|
+
isSortable: false,
|
|
81
81
|
sort: 'asc',
|
|
82
82
|
sortColumn: true,
|
|
83
83
|
width: '30%',
|
|
@@ -88,7 +88,7 @@ export const tableDataFunc = (
|
|
|
88
88
|
col: 7,
|
|
89
89
|
colName: localization.common.thinProvisioning,
|
|
90
90
|
text: localization.common.thinProvisioning,
|
|
91
|
-
isSortable:
|
|
91
|
+
isSortable: false,
|
|
92
92
|
sort: 'asc',
|
|
93
93
|
sortColumn: true,
|
|
94
94
|
width: '30%',
|
|
@@ -99,7 +99,7 @@ export const tableDataFunc = (
|
|
|
99
99
|
col: 8,
|
|
100
100
|
colName: localization.common.access,
|
|
101
101
|
text: localization.common.access,
|
|
102
|
-
isSortable:
|
|
102
|
+
isSortable: false,
|
|
103
103
|
sort: 'asc',
|
|
104
104
|
sortColumn: true,
|
|
105
105
|
width: '30%',
|
|
@@ -110,7 +110,7 @@ export const tableDataFunc = (
|
|
|
110
110
|
col: 9,
|
|
111
111
|
colName: localization.common.hardwareAcceleration,
|
|
112
112
|
text: localization.common.hardwareAcceleration,
|
|
113
|
-
isSortable:
|
|
113
|
+
isSortable: false,
|
|
114
114
|
sort: 'asc',
|
|
115
115
|
sortColumn: true,
|
|
116
116
|
width: '30%',
|
|
@@ -121,7 +121,7 @@ export const tableDataFunc = (
|
|
|
121
121
|
col: 10,
|
|
122
122
|
colName: localization.common.driverType,
|
|
123
123
|
text: localization.common.driverType,
|
|
124
|
-
isSortable:
|
|
124
|
+
isSortable: false,
|
|
125
125
|
sort: 'asc',
|
|
126
126
|
sortColumn: true,
|
|
127
127
|
width: '30%',
|
|
@@ -132,7 +132,7 @@ export const tableDataFunc = (
|
|
|
132
132
|
col: 11,
|
|
133
133
|
colName: localization.common.device,
|
|
134
134
|
text: localization.common.device,
|
|
135
|
-
isSortable:
|
|
135
|
+
isSortable: false,
|
|
136
136
|
sort: 'asc',
|
|
137
137
|
sortColumn: true,
|
|
138
138
|
width: '30%',
|
|
@@ -143,7 +143,7 @@ export const tableDataFunc = (
|
|
|
143
143
|
col: 12,
|
|
144
144
|
colName: localization.common.storageIoControl,
|
|
145
145
|
text: localization.common.storageIoControl,
|
|
146
|
-
isSortable:
|
|
146
|
+
isSortable: false,
|
|
147
147
|
sort: 'asc',
|
|
148
148
|
sortColumn: true,
|
|
149
149
|
width: '30%',
|