Skip to content

Commit

Permalink
Merge pull request #1070 from moolitayer/resolved_alerts
Browse files Browse the repository at this point in the history
Hide resolved alerts
  • Loading branch information
Dan Clarizio committed Apr 24, 2017
2 parents 2fc5842 + eee0141 commit 83e141c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/services/alerts_center_service.js
Expand Up @@ -409,7 +409,7 @@ function alertsCenterService(API, $q, $timeout, $document, $modal, $http) {

_this.getAlertsData = function(limit, offset, filters, sortField, sortAscending) {
var deferred = $q.defer();
var resourceOptions = '?expand=resources,alert_actions&attributes=assignee,resource';
var resourceOptions = '?expand=resources,alert_actions&attributes=assignee,resource&filter[]=resolved=false';
var limitOptions = '';
var offsetOptions = '';
var sortOptions = '';
Expand Down

0 comments on commit 83e141c

Please sign in to comment.