Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Make url-list links goto proper url-detail tab sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtho11 committed May 27, 2015
1 parent 346e1b6 commit 76e9924
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2 ng-show="vm.resourceList.length > 0" class="text-center hk-fade-in">Current
<div class="panel panel-default hk-summary">
<div class="row">
<div class="col-sm-3 hk-summary-item">
<a href="/hawkular-ui/url/availability/{{res.id}}">
<a href="/hawkular-ui/url/alerts/{{res.id}}">
<span class="hk-data">{{(vm.alertList|filter:{triggerId: (res.id + '_trigger')}).length || 0}} <i class="fa fa-flag" ng-show="(vm.alertList|filter:{triggerId: (res.id + '_trigger')}).length > 0"></i></span>
<span class="hk-item">Unresolved Alerts</span>
</a>
Expand All @@ -66,7 +66,7 @@ <h2 ng-show="vm.resourceList.length > 0" class="text-center hk-fade-in">Current
</a>
</div>
<div class="col-sm-3 hk-summary-item">
<a href="/hawkular-ui/url/availability/{{res.id}}">
<a href="/hawkular-ui/url/response-time/{{res.id}}">
<span class="hk-data" ng-show="res.responseTime.length > 0">{{res.responseTime[0].value}} <span>ms</span></span>
<span class="hk-data spinner" ng-hide="res.responseTime.length > 0" popover="Your data is being collected. You should see something in a few seconds." popover-trigger="mouseenter" popover-placement="bottom"></span>
<span class="hk-item">Response Time</span>
Expand Down

0 comments on commit 76e9924

Please sign in to comment.