Skip to content

Commit

Permalink
Merge pull request #3106 from skateman/alert-details-hr
Browse files Browse the repository at this point in the history
Indent <hr> properly for notification frequency when editing alerts
(cherry picked from commit 98380cf)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1530759
  • Loading branch information
mzazrivec authored and simaishi committed Jan 3, 2018
1 parent 11cad00 commit e721bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/miq_policy/_alert_details.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@
- hide = true
- else
= h(@sb[:alert][:repeat_times][@alert.options[:notifications][:delay_next_evaluation]])
%hr
- if hide
:javascript
$(".notification-frequency").hide();
%hr
-# Expression
- if @edit
- if !@edit[:new][:expression][:eval_method]
Expand Down

0 comments on commit e721bd8

Please sign in to comment.