From b861fecefa7924bf3a519aa2aaefee4bbceee12e Mon Sep 17 00:00:00 2001 From: vimniky Date: Tue, 27 Feb 2018 10:13:59 +0800 Subject: [PATCH] Added back Accidentally removed warning radio option in Add Alert --- .../addon/components/alert/form-cluster-rules/template.hbs | 5 +++-- .../addon/components/alert/form-project-rules/template.hbs | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/alert/addon/components/alert/form-cluster-rules/template.hbs b/lib/alert/addon/components/alert/form-cluster-rules/template.hbs index 9e9697b35..7daf9637b 100644 --- a/lib/alert/addon/components/alert/form-cluster-rules/template.hbs +++ b/lib/alert/addon/components/alert/form-cluster-rules/template.hbs @@ -27,7 +27,8 @@
@@ -86,7 +87,7 @@
-
{{if isEventTarget (t 'alertPage.newOrEdit.happens') (t 'alertPage.newOrEdit.is')}}
+
{{if isEventTarget (t 'alertPage.newOrEdit.happens') (t 'alertPage.newOrEdit.is')}}
{{#if (eq model._targetType 'systemService')}} diff --git a/lib/alert/addon/components/alert/form-project-rules/template.hbs b/lib/alert/addon/components/alert/form-project-rules/template.hbs index 043c3ea81..91db2da62 100644 --- a/lib/alert/addon/components/alert/form-project-rules/template.hbs +++ b/lib/alert/addon/components/alert/form-project-rules/template.hbs @@ -88,7 +88,7 @@
-
{{t 'alertPage.newOrEdit.is'}}
+
{{t 'alertPage.newOrEdit.is'}}
{{#if (eq model._targetType 'pod')}}