Skip to content

Commit db399f4

Browse files
authored
Merge pull request #590 from Particular/failed-msg-group-links-removed-on-details
Failed msg group links removed from message type detail table
2 parents ab41180 + 7e1ef17 commit db399f4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/ServicePulse.Host/app/modules/monitoring/views/endpoint_details.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -407,12 +407,6 @@ <h5 ng-class="{active: showInstancesBreakdown}">
407407
<span class="warning" ng-if="endpoint.isStale">
408408
<i class="fa pa-endpoint-lost endpoint-details" uib-tooltip="Unable to connect to instance"></i>
409409
</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>
416410
</div>
417411
</div>
418412
<div class="row message-type-properties">

0 commit comments

Comments
 (0)