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 802939a commit 7e1ef17Copy full SHA for 7e1ef17
src/ServicePulse.Host/app/modules/monitoring/views/endpoint_details.html
@@ -280,6 +280,12 @@ <h5 ng-class="{active: showInstancesBreakdown}">
280
<span class="warning" ng-if="instance.isStale">
281
<i class="fa pa-endpoint-lost endpoint-details" uib-tooltip="Unable to connect to instance"></i>
282
</span>
283
+ <span class="warning" ng-if="instance.errorCount">
284
+ <a ng-if="instance.errorCount" class="warning btn" href="#/failed-messages/groups/{{endpointName}}/{{sourceIndex}}/{{instance.serviceControlId}}">
285
+ <i class="fa fa-envelope"></i>
286
+ <span class="badge badge-important ng-binding">{{instance.errorCount | metricslargenumber}}</span>
287
+ </a>
288
+ </span>
289
</div>
290
291
0 commit comments