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 #467 from lucasponce/Alerts-Fixes
Browse files Browse the repository at this point in the history
Fix missing method on Alerts refactor
  • Loading branch information
pilhuhn committed Sep 16, 2015
2 parents c12b25e + 1d85de7 commit 9555363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ module HawkularMetrics {
_module.controller('AlertUrlAvailabilitySetupController', AlertUrlAvailabilitySetupController);

export class AlertUrlResponseSetupController extends AlertSetupController {
loadDefinitions():Array<ng.IPromise<any>> {
loadTriggers():Array<ng.IPromise<any>> {
let responseTriggerId = this.$routeParams.resourceId + '_trigger_thres';

let responseTriggerPromise = this.HawkularAlertsManager.getTrigger(responseTriggerId).then(
Expand Down

0 comments on commit 9555363

Please sign in to comment.