File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
src/Frontend/src/components/failedmessages Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -333,23 +333,20 @@ onMounted(async () => {
333333 <div class =" col-sm-12 no-side-padding" >
334334 <p class =" lead break" v-bind:class =" { 'msg-type-hover': group.hover2, 'msg-type-hover-off': group.hover3 }" >{{ group.title }}</p >
335335 <p class =" metadata" v-if =" !isBeingRestored(group.workflow_state.status)" >
336- <span class =" metadata" >
337- <FAIcon :icon =" faEnvelope" class =" icon" />
336+ <MetadataItem :icon =" faEnvelope" >
338337 {{ group.count }} message<span v-if =" group.count > 1" >s</span >
339338 <span v-if =" group.operation_remaining_count" > (currently restoring {{ group.operation_remaining_count }} </span >
340- </span >
339+ </MetadataItem >
341340
342- <span class =" metadata" >
343- <FAIcon :icon =" faClock" class =" icon" />
341+ <MetadataItem :icon =" faClock" >
344342 First failed:
345343 <time-since :date-utc =" group.first" ></time-since >
346- </span >
344+ </MetadataItem >
347345
348- <span class =" metadata" >
349- <FAIcon :icon =" faClock" class =" icon" />
346+ <MetadataItem :icon =" faClock" >
350347 Last failed:
351348 <time-since :date-utc =" group.last" ></time-since >
352- </span >
349+ </MetadataItem >
353350
354351 <MetadataItem :icon =" faArrowRotateRight" > Last retried: <time-since :date-utc =" group.last_operation_completion_time" ></time-since > </MetadataItem >
355352 </p >
You can’t perform that action at this time.
0 commit comments