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

Commit

Permalink
Merge pull request #422 from ammendonca/HAWKULAR-579
Browse files Browse the repository at this point in the history
HAWKULAR-579 : Split Alert settings into Response Time and Availability
  • Loading branch information
ppalaga committed Aug 26, 2015
2 parents f5e2c19 + 10f1ead commit 89cccb5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion console/src/main/scripts/plugins/metrics/html/alerts.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
<section id="hk-alerts" class="hk-tab-content">
<div class="hk-info-top clearfix">
<h3 class="pull-left">Alerts <span>({{(mac.alertList).length}})</span></h3>
<span class="hk-settings pull-right"><a href="#" ng-click="mac.openSetup()"><i class="fa fa-cog"></i>Alert Settings</a></span>
<span class="hk-settings pull-right">
<a href="#" ng-click="mac.openResponseSetup()"><i class="fa fa-cog"></i>Response Time Alert Settings</a>
<a href="#" ng-controller="MetricsAvailabilityController as vm" ng-click="vm.openAvailabilitySetup()">
<i class="fa fa-cog"></i>Availability Alert Settings</a>
</span>
</div>
<div ng-include="'plugins/metrics/html/alerts-view.html'"></div>
</section>
Expand Down

0 comments on commit 89cccb5

Please sign in to comment.