Fix description for name field

Fix description for name field of edit alarm definition.

Change-Id: Id59a49fde7798d86b7f152ce00cf1ad6b7b5b8ce
Task:  6298
Story: 2001507
This commit is contained in:
Haruki Yamanashi 2018-01-31 20:14:25 +09:00
parent 639ebcbfad
commit 0373c984d2
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@
{% block modal-body %}
<h3>{% trans "Description" %}:</h3>
<p>{% blocktrans %}
The Name field is used to identify the notification method.
{% endblocktrans %}</p>
<p>{% blocktrans %}
The Name field is used to identify the alarm definition.
{% endblocktrans %}</p>
<p>{% blocktrans %}
The Expression field which if true, triggers a notification to be sent.
See <a href="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.