File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8484 </template >
8585 <template #bodyCell =" { column , text } " >
8686 <template v-if =" column .key === ' successfulMigrations' " >
87- {{ text.migrations.filter(m => m.jobstatus === 'SUCCEEDED').length }} / {{ text.migrations.length }}
87+ {{ text.migrations.filter(m => m.migrationjobstatus === 'SUCCEEDED').length }} / {{ text.migrations.length }}
8888 <!-- {{ text.migrations }} -->
8989 </template >
9090 <template v-else-if =" column .key === ' created' " >
@@ -214,9 +214,9 @@ export default {
214214 generatedPlanMigrationColumns: generatedPlanMigrationColumns,
215215 migrationColumns: generatedPlanMigrationColumns .concat ([
216216 {
217- key: ' jobstatus ' ,
217+ key: ' migrationjobstatus ' ,
218218 title: this .$t (' label.status' ),
219- dataIndex: ' jobstatus '
219+ dataIndex: ' migrationjobstatus '
220220 }
221221 ]),
222222 loading: false ,
You can’t perform that action at this time.
0 commit comments