Improve key-pair description

Improving volume type extra specs description

Change-Id: Ief0b619deefd7c18e882dee3932c5cd90209dbe4
Closes-Bug: #2101181
This commit is contained in:
Dmitriy Chubinidze 2025-03-07 19:21:59 +00:00
parent a11c3d3161
commit 7c94e4af45

@ -4,4 +4,8 @@
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% trans 'Create a new "extra spec" key-value pair for a volume type.' %}</p>
<h5>{% trans 'Example for LVM:' %}</h5>
{% trans 'Key:' %} <b>volume_backend_name</b>
<p>{% trans 'Value:' %} <b>LVM</b></p>
<p>{% trans 'This example creates a lvm volume type with volume_backend_name=LVM as extra specifications.' %}</p>
{% endblock %}