bfg-common 1.3.531 → 1.3.533
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.
|
@@ -47,7 +47,7 @@ const stepFromSharedStorm = (
|
|
|
47
47
|
text: localization.readyComplete,
|
|
48
48
|
disabled: true,
|
|
49
49
|
complete: false,
|
|
50
|
-
testId: 'create-datastore-ready-complete',
|
|
50
|
+
testId: 'create-datastore-storm-ready-complete',
|
|
51
51
|
})
|
|
52
52
|
return steps
|
|
53
53
|
}
|
|
@@ -98,7 +98,7 @@ const stepFromNfs = (
|
|
|
98
98
|
text: localization.readyComplete,
|
|
99
99
|
disabled: true,
|
|
100
100
|
complete: false,
|
|
101
|
-
testId: 'create-datastore-ready-complete',
|
|
101
|
+
testId: 'create-datastore-nfs-ready-complete',
|
|
102
102
|
})
|
|
103
103
|
|
|
104
104
|
return steps
|
|
@@ -162,7 +162,7 @@ const stemFromLocal = (
|
|
|
162
162
|
text: localization.readyComplete,
|
|
163
163
|
disabled: true,
|
|
164
164
|
complete: false,
|
|
165
|
-
testId: 'create-datastore-ready-complete',
|
|
165
|
+
testId: 'create-datastore-local-ready-complete',
|
|
166
166
|
},
|
|
167
167
|
]
|
|
168
168
|
}
|
package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/DeviceSelection.vue
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
<atoms-the-icon class="error-icon" name="info-circle" />
|
|
31
31
|
</div>
|
|
32
32
|
|
|
33
|
-
<div class="clr-subtext" data-id="datastore-name-
|
|
33
|
+
<div class="clr-subtext" data-id="storm-datastore-name-field-require">
|
|
34
34
|
{{ formErrors?.errors?.name?.[0] || '' }}
|
|
35
35
|
</div>
|
|
36
36
|
</div>
|