manila-ui/manila_ui/dashboards/admin/shares/templates/shares/_migration_get_progress.html

14 lines
359 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body-right %}
<h3>{% trans "Description:" %}</h3>
<p>{% blocktrans trimmed %}
Obtains migration progress of a migrating share.
<br>
<br>
This is equivalent to the <tt>'manila migration-get-progress'</tt> command.
{% endblocktrans %}
</p>
{% endblock %}