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
<spanclass="message-data-box-text--error">An error occurred while retrieving the message data</span>
31
+
<spanclass="message-data-box-text--error"v-tippy="`Failed to load message data - there might be a connection issue or the message may no longer be available`">An error occurred while retrieving the message data</span>
<spanclass="message-data-box-text--unsupported">Message body cannot be displayed because content type "{{ messageData.body.data.content_type }}" is not supported.</span>
40
+
<spanclass="message-data-box-text--unsupported"v-tippy="`Content type '${messageData.body.data.content_type}' cannot be displayed in the message viewer`"
41
+
>Message body cannot be displayed because content type "{{ messageData.body.data.content_type }}" is not supported.</span
<h1role="status"aria-label="message-not-involved-in-saga"class="saga-message-title">No Saga Data Available</h1>
9
+
<imgclass="saga-message-image":src="NoSagaIcon"alt=""v-tippy="`No saga data found`"/>
10
+
<h1role="status"aria-label="message-not-involved-in-saga"class="saga-message-title"v-tippy="`This message is not part of any saga`">No Saga Data Available</h1>
<spanv-elseclass="timeout-status"aria-label="timeout requested"v-tippy="`This timeout has been requested but not yet processed`">Timeout Requested = {{ message.TimeoutFriendly }}</span>
<pclass="saga-message-text"v-tippy="`You need to install the NServiceBus.SagaAudit package in your endpoint`">To visualize your saga, please install the appropriate nuget package in your endpoint</p>
14
+
<ahref="https://www.nuget.org/packages/NServiceBus.SagaAudit"class="saga-message-link"v-tippy="`Go to NServiceBus.SagaAudit NuGet page`">install-package NServiceBus.SagaAudit</a>
<divclass="parsing-error-message">An error occurred while parsing and displaying the saga state for this update</div>
210
+
<divclass="parsing-error-message"v-tippy="`There was an error parsing the JSON data for the saga state`">An error occurred while parsing and displaying the saga state for this update</div>
0 commit comments