Skip to content

Commit bfee5bb

Browse files
committed
Added appname
1 parent 022fb68 commit bfee5bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Server/Coderr.Server.Web/ClientApp/components/analyze/incidents/incident.vue.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<h3>
2121
{{incident.Description}}
2222
<span class="lead text-muted">[{{incident.FullName}}] </span>
23-
<span class="lead text-muted" v-if="applicationName">{{applicationName}}</span>
2423
</h3>
2524
<div class="tags">
2625
<span v-for="tag in incident.Tags" class="badge badge-dark">{{tag}}</span>
@@ -47,6 +46,10 @@ <h3>
4746

4847
<div v-if="highlights.length > 0" class="p-3">
4948
<table class="w-100">
49+
<tr>
50+
<th>Application</th>
51+
<td>{{applicationName}}</td>
52+
</tr>
5053
<tr v-for="high in highlights">
5154
<th>{{high.name}}</th>
5255
<td style="width: 100%">{{high.value}}</td>

0 commit comments

Comments
 (0)