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

Commit

Permalink
Add resolved alerts filter on empty case
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasponce committed Oct 13, 2015
1 parent 60dc0be commit 328e171
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ <h1 class="text-center">Alert Center</h1>
<div class="hk-info-top clearfix">
<h3>Alerts ({{ac.alertsList.length}})</h3>
</div>
<div class="checkbox">
<label>
<input type="checkbox" ng-model="ac.hasResolvedAlerts" ng-change="ac.changeResolvedFilter()"> Display Resolved Alerts
</label>
</div>
<div class="blank-slate-pf">
<div class="blank-slate-pf-icon">
<i class="fa fa-flag"></i>
Expand Down

0 comments on commit 328e171

Please sign in to comment.