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

Commit

Permalink
HAWKULAR-425 Add legend for threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
cardosogabriel committed Jul 3, 2015
1 parent 059ef7a commit 6c89289
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ <h2>Response Time</h2>

<div class="hk-legend text-left hk-response-time" ng-show="vm.chartData.dataPoints.length > 0">
<span><i class="fa fa-circle hk-blue"></i>Response Time</span>
<span><span class="hk-legend-square hk-red-light"></span>Response Time (above the threshold)</span>
<span><i class="fa fa-circle hk-red"></i>Threshold</span>
<span><span class="hk-legend-square hk-red-light"></span>Interval above the threshold</span>
</div>
</div>

Expand Down

0 comments on commit 6c89289

Please sign in to comment.