bfg-common 1.4.683 → 1.4.684
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.
|
@@ -182,6 +182,15 @@ export const getBodyDataFunc = (
|
|
|
182
182
|
testId: `${task.taskName}-progress`,
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
+
const zoneNodeParams = taskConfig.zoneNodeFunc(task, nav)
|
|
186
|
+
const zoneData = {
|
|
187
|
+
...zoneNodeParams,
|
|
188
|
+
nav,
|
|
189
|
+
icon: 'vsphere-icon-vcenter',
|
|
190
|
+
type: 'zone',
|
|
191
|
+
testId: `${task.targetType}-zone`,
|
|
192
|
+
}
|
|
193
|
+
|
|
185
194
|
const formattedStartTime =
|
|
186
195
|
task.startTime === '--'
|
|
187
196
|
? '--'
|
|
@@ -222,7 +231,7 @@ export const getBodyDataFunc = (
|
|
|
222
231
|
key: 'icon',
|
|
223
232
|
col: 10,
|
|
224
233
|
text: task.zone,
|
|
225
|
-
data:
|
|
234
|
+
data: zoneData,
|
|
226
235
|
},
|
|
227
236
|
{
|
|
228
237
|
key: 'default-actions',
|
package/package.json
CHANGED
|
File without changes
|