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
<divv-if="props.message.messageBodyNotFound"class="alert alert-info">Could not find message body. This could be because the message URL is invalid or the corresponding message was processed and is no longer tracked by ServiceControl.</div>
11
+
<divv-else-if="props.message.bodyUnavailable"class="alert alert-info">Message body unavailable.</div>
<trclass="interactiveList"v-for="(header, index) in props.message.headers":key="index">
13
+
<tdnowrap="nowrap">{{ header.key }}</td>
14
+
<td>
15
+
<pre>{{ header.value }}</pre>
16
+
</td>
17
+
</tr>
18
+
</tbody>
19
+
</table>
20
+
<divv-if="props.message.headersNotFound"class="alert alert-info">Could not find message headers. This could be because the message URL is invalid or the corresponding message was processed and is no longer tracked by ServiceControl.</div>
Could not find message headers. This could be because the message URL is invalid or the corresponding message was processed and is no longer tracked by ServiceControl.
Could not find message body. This could be because the message URL is invalid or the corresponding message was processed and is no longer tracked by ServiceControl.
463
-
</div>
464
-
<divv-if="panel === 3 && failedMessage.bodyUnavailable"class="alert alert-info">Message body unavailable.</div>
0 commit comments