No feedback has been given.
-
This page can contain error descriptions written by your users when this error occurr.
-
Either write your own error page or activate one of your built in ones.
+
This page can contain error descriptions written by your users when this error occur.
+
Either write your own error page or activate one of our built in ones.
//Example for ASP.NET MVC5
Err.Configuration.UserInteraction.AskForFeedback = true;
Err.Configuration.DisplayErrorPages();
diff --git a/src/Server/Coderr.Server.Web/ClientApp/components/analyze/incidents/incident.css b/src/Server/Coderr.Server.Web/ClientApp/components/analyze/incidents/incident.css
index 6d98d35b..a1b50460 100644
--- a/src/Server/Coderr.Server.Web/ClientApp/components/analyze/incidents/incident.css
+++ b/src/Server/Coderr.Server.Web/ClientApp/components/analyze/incidents/incident.css
@@ -8,3 +8,10 @@
.more {
display: none;
}
+
+.badge {
+ font-size: 0.8em;
+ background-color: #abdbe7;
+ color: #000;
+ padding: 2px;
+}
diff --git a/src/Server/Coderr.Server.Web/ClientApp/components/analyze/incidents/incident.vue.html b/src/Server/Coderr.Server.Web/ClientApp/components/analyze/incidents/incident.vue.html
index d974009a..038cf6a7 100644
--- a/src/Server/Coderr.Server.Web/ClientApp/components/analyze/incidents/incident.vue.html
+++ b/src/Server/Coderr.Server.Web/ClientApp/components/analyze/incidents/incident.vue.html
@@ -1,112 +1,80 @@