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 022fb68 commit bfee5bbCopy full SHA for bfee5bb
src/Server/Coderr.Server.Web/ClientApp/components/analyze/incidents/incident.vue.html
@@ -20,7 +20,6 @@
20
<h3>
21
{{incident.Description}}
22
<span class="lead text-muted">[{{incident.FullName}}] </span>
23
- <span class="lead text-muted" v-if="applicationName">{{applicationName}}</span>
24
</h3>
25
<div class="tags">
26
<span v-for="tag in incident.Tags" class="badge badge-dark">{{tag}}</span>
@@ -47,6 +46,10 @@ <h3>
47
46
48
<div v-if="highlights.length > 0" class="p-3">
49
<table class="w-100">
+ <tr>
50
+ <th>Application</th>
51
+ <td>{{applicationName}}</td>
52
+ </tr>
53
<tr v-for="high in highlights">
54
<th>{{high.name}}</th>
55
<td style="width: 100%">{{high.value}}</td>
0 commit comments