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

Commit

Permalink
Fix bad status in detail of alert
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala committed Nov 12, 2015
1 parent adcf8a3 commit 0da46a6
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 0da46a6

Please sign in to comment.