bfg-common 1.3.200 → 1.3.202
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.
|
@@ -210,10 +210,10 @@ b {
|
|
|
210
210
|
content: '';
|
|
211
211
|
height: 0.5rem;
|
|
212
212
|
width: 0.5rem;
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
top: 2px;
|
|
216
|
-
right: -16px;
|
|
213
|
+
top: 0.3499998rem;
|
|
214
|
+
right: 0.3rem;
|
|
215
|
+
//top: 2px;
|
|
216
|
+
//right: -16px;
|
|
217
217
|
background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2012%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cstyle%3E.cls-1%7Bfill%3A%239a9a9a%3B%7D%3C%2Fstyle%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Ctitle%3ECaret%3C%2Ftitle%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M6%2C9L1.2%2C4.2a0.68%2C0.68%2C0%2C0%2C1%2C1-1L6%2C7.08%2C9.84%2C3.24a0.68%2C0.68%2C0%2C1%2C1%2C1%2C1Z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
|
|
218
218
|
background-repeat: no-repeat;
|
|
219
219
|
background-size: contain;
|
package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/DeviceSelection.vue
CHANGED
|
@@ -380,8 +380,8 @@ watch(
|
|
|
380
380
|
() => props.stepPosition,
|
|
381
381
|
() => {
|
|
382
382
|
const { stepPosition, datastoreType, mode } = props
|
|
383
|
-
const hostsDataForProcurator =
|
|
384
|
-
|
|
383
|
+
// const hostsDataForProcurator =
|
|
384
|
+
// $store.getters['storage/getNewDatastoreHosts']
|
|
385
385
|
|
|
386
386
|
// if (
|
|
387
387
|
// mode === 'sphere' &&
|
|
@@ -394,8 +394,7 @@ watch(
|
|
|
394
394
|
if (
|
|
395
395
|
mode === 'procurator' &&
|
|
396
396
|
stepPosition === 1 &&
|
|
397
|
-
datastoreType === 'shared-storm'
|
|
398
|
-
!hostsDataForProcurator
|
|
397
|
+
datastoreType === 'shared-storm'
|
|
399
398
|
) {
|
|
400
399
|
initLunDisksDataTable()
|
|
401
400
|
}
|