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 #652 from lucasponce/master
Browse files Browse the repository at this point in the history
HAWKULAR-805 Action renames alert by event
  • Loading branch information
mtho11 committed Nov 12, 2015
2 parents a6bad42 + 92b93d6 commit 128ac78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h2>Notifications</h2>
<div class="hk-info-container">
<div class="hk-info-heading">{{action.actionId}}</div>
<p class="hk-info-info">{{action.actionPlugin | firstUpper}}</p>
<p class="hk-info-info">{{action.alert.status | firstUpper}}</p>
<p class="hk-info-info">{{action.event.status | firstUpper}}</p>
<p class="hk-info-info">{{action.ctime | date:'d MMM yyyy, HH:mm'}}</p>
</div>
</div>
Expand Down

0 comments on commit 128ac78

Please sign in to comment.