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

Commit

Permalink
HAWKULAR-304 UXD Label Changes to show 'Current' time range on Availa…
Browse files Browse the repository at this point in the history
…bility and Response Time.
  • Loading branch information
mtho11 committed Jun 3, 2015
1 parent c2ae69f commit 11e6137
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2 ng-show="vm.resourceList.length > 0" class="text-center hk-fade-in">Current
<a href="/hawkular-ui/url/availability/{{res.id}}">
<span class="hk-data" ng-show="res.responseTime.length > 0"><i class="fa " ng-class="res.isUp ? 'fa-arrow-up' : 'fa-arrow-down'"></i>{{res.isUp ? 'Up' : 'Down'}}</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">Availability</span>
<span class="hk-item">Current Availability</span>
</a>
</div>
<div class="col-sm-3 hk-summary-item">
Expand All @@ -70,7 +70,7 @@ <h2 ng-show="vm.resourceList.length > 0" class="text-center hk-fade-in">Current
<span class="hk-data" ng-show="res.responseTime.length > 0 && res.responseTime[0].value >= 0">{{res.responseTime[0].value}} <span>ms</span></span>
<span class="hk-data" ng-show="res.responseTime.length > 0 && res.responseTime[0].value < 0">n/a</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>
<span class="hk-item">Current Response Time</span>
</a>
</div>
</div>
Expand Down

0 comments on commit 11e6137

Please sign in to comment.