{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}edit_alarm_form{% endblock %} {% block form_action %}{{ action_url }}{% endblock %} {% block modal-header %}{% trans "Edit Alarm Definition" %}{% endblock %} {% block modal-body %}
{% blocktrans %} The Name field is used to identify the notification method. {% endblocktrans %}
{% blocktrans %} The Expression field which if true, triggers a notification to be sent. See Alarm Expressions for how to write an expression. {% endblocktrans %}
{% blocktrans %} The Alarm Actions field contains the list of Notification that should be sent when transitioning to an ALARM state. {% endblocktrans %}
{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}