You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix description for name field of edit alarm definition.
(Cherry-picked from 0373c98)
Change-Id: Ibab742e42c11ab63e377cd895b4c73cd1445093a
Task: 6298
Story: 2001507
Copy file name to clipboardExpand all lines: monitoring/alarmdefs/templates/alarmdefs/_edit.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@
9
9
10
10
{% block modal-body %}
11
11
<h3>{% trans "Description" %}:</h3>
12
-
<p>{% blocktrans %}
13
-
The Name field is used to identify the notification method.
14
-
{% endblocktrans %}</p>
12
+
<p>{% blocktrans %}
13
+
The Name field is used to identify the alarm definition.
14
+
{% endblocktrans %}</p>
15
15
<p>{% blocktrans %}
16
16
The Expression field which if true, triggers a notification to be sent.
17
17
See <ahref="https://github.com/openstack/monasca-api/blob/master/docs/monasca-api-spec.md#alarm-definition-expressions" target="_blank">Alarm Expressions</a> for how to write an expression.
0 commit comments