{% translate 'Storage Pools' %}
{% translate 'Manage Storage Pools For Eenos Backup' %}
{% translate 'You can manage all your backup storage pools from here. You may add, remove, or test the storage pools' %}
{% if form.errors %}
{% for error in form.non_field_errors %}
{{ error|escape }}
{% endfor %}
{% for field in form %}
{% for error in field.errors %}
{{ error|escape }}
{% endfor %}
{% endfor %}
{% endif %}
{% if messages %}
{% for message in messages %}
{% if message.tags == "success" %}
{{ message }}
{% else %}
{{ message }}
{% endif %}
{% endfor %}
{% endif %}
{% translate 'Available Storage Pools' %}
{% translate 'Sl.No' %} | {% translate 'Pool ID' %} | {% translate 'Pool Name' %} | {% translate 'Pool Type' %} | {% translate 'Storage Path' %} | {% translate 'Pool Status' %} | {% translate 'Action' %} |
---|---|---|---|---|---|---|
{% translate 'Sl.No' %} | {% translate 'Pool ID' %} | {% translate 'Pool Name' %} | {% translate 'Pool Type' %} | {% translate 'Storage Path' %} | {% translate 'Pool Status' %} | {% translate 'Action' %} |