manila-ui/manila_ui/dashboards/project/share_snapshots/templates/share_snapshots/_rule_add.html

12 lines
414 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description" %}:</h3>
<p>{% blocktrans trimmed %}
Add policy rule to snapshot, 'ip' rule represents ip address,
'user' rule represents username or usergroup,
'cephx' rule represents ceph auth ID, and 'cert' rule represents
certificate.
{% endblocktrans %}</p>
{% endblock %}