You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<no-datav-if="state.not_found"title="message failures"message="Could not find message. This could be because the message URL is invalid or the corresponding message was processed and is no longer tracked by ServiceControl."></no-data>
85
85
<no-datav-else-if="state.failed_to_load"title="message failures"message="An error occurred while trying to load the message. Please check the ServiceControl logs to learn what the issue is."></no-data>
<MetadataLabelv-if="state.data.failure_status.retry_in_progress"tooltip="Message is being added to the retries queue"type="info"text="Requesting retry..." />
100
-
<MetadataLabelv-if="state.data.failure_status.retried"tooltip="Message is enqueued to be retried"type="info"text="Waiting for retry" />
101
-
<MetadataLabelv-if="state.data.failure_status.restoring"tooltip="Message is being restored"type="info"text="Restoring..." />
102
-
<MetadataLabelv-if="state.data.failure_status.archiving"tooltip="Message is being deleted"type="info"text="Deleting..." />
103
-
<MetadataLabelv-if="state.data.failure_status.archived"tooltip="Message is deleted"type="warning"text="Deleted" />
104
-
<MetadataLabelv-if="state.data.failure_status.resolved"tooltip="Message was processed successfully"type="warning"text="Processed" />
<MetadataLabelv-if="state.data.failure_status.retry_in_progress"tooltip="Message is being added to the retries queue"type="info"text="Requesting retry..." />
99
+
<MetadataLabelv-if="state.data.failure_status.retried"tooltip="Message is enqueued to be retried"type="info"text="Waiting for retry" />
100
+
<MetadataLabelv-if="state.data.failure_status.restoring"tooltip="Message is being restored"type="info"text="Restoring..." />
101
+
<MetadataLabelv-if="state.data.failure_status.archiving"tooltip="Message is being deleted"type="info"text="Deleting..." />
102
+
<MetadataLabelv-if="state.data.failure_status.archived"tooltip="Message is deleted"type="warning"text="Deleted" />
103
+
<MetadataLabelv-if="state.data.failure_status.resolved"tooltip="Message was processed successfully"type="warning"text="Processed" />
0 commit comments