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

11 lines
367 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 share, 'ip' rule represents ipv4 address,
'user' rule represents username or usergroup,
'cephx' rule represents ceph auth ID.
{% endblocktrans %}</p>
{% endblock %}