We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa561cf commit 93be1dfCopy full SHA for 93be1df
src/Exceptionless.Web/ClientApp/src/lib/components/events/summary/EventLogSummary.svelte
@@ -25,6 +25,6 @@
25
{/if}
26
</strong>
27
28
- {#if showType || source.data.Source}: {/if}
29
- <a href="/event/{source.id}" class="inline">{source.data.Message}</a>
+ {#if showType || source.data.Source}: {/if}
+ <a href="/event/{source.id}" class="inline">{source.data.Message}</a>
30
</div>
0 commit comments