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.
2 parents ab41180 + 7e1ef17 commit db399f4Copy full SHA for db399f4
src/ServicePulse.Host/app/modules/monitoring/views/endpoint_details.html
@@ -407,12 +407,6 @@ <h5 ng-class="{active: showInstancesBreakdown}">
407
<span class="warning" ng-if="endpoint.isStale">
408
<i class="fa pa-endpoint-lost endpoint-details" uib-tooltip="Unable to connect to instance"></i>
409
</span>
410
- <span class="warning" ng-if="endpoint.errorCount">
411
- <a ng-if="endpoint.errorCount" class="warning btn" href="#/failed-messages/groups/{{endpoint.serviceControlId}}">
412
- <i class="fa fa-envelope"></i>
413
- <span class="badge badge-important ng-binding">{{endpoint.errorCount | metricslargenumber}}</span>
414
- </a>
415
- </span>
416
</div>
417
418
<div class="row message-type-properties">
0 commit comments