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

Commit

Permalink
HAWKULAR-1033 : Set last update on AC alert list
Browse files Browse the repository at this point in the history
  • Loading branch information
ammendonca committed Feb 10, 2016
1 parent e585a46 commit f849b6a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ module HawkularMetrics {
}).finally(() => {
this.lastUpdateDate = new Date();
});

this.$rootScope.lastUpdateTimestamp = new Date();
}

public showDetailPage(alertId: AlertId): void {
Expand Down

0 comments on commit f849b6a

Please sign in to comment.