Fix locations of included templates in admin volume panels

Change-Id: I777e2ae75dd96effc3dd0eba92e2654659788008
Closes-Bug: #1699524
This commit is contained in:
Akihiro Motoki 2017-06-21 14:43:44 +00:00
parent 4a882c14b9
commit b498474309
5 changed files with 5 additions and 5 deletions

View File

@ -3,5 +3,5 @@
{% block title %}{% trans "Update Volume Snapshot Status" %}{% endblock %}
{% block main %}
{% include 'admin/volumes/snapshots/_update_status.html' %}
{% include 'admin/snapshots/_update_status.html' %}
{% endblock %}

View File

@ -3,5 +3,5 @@
{% block title %}{% trans "Manage Volume" %}{% endblock %}
{% block main %}
{% include 'admin/volumes/volumes/_manage_volume.html' %}
{% include 'admin/volumes/_manage_volume.html' %}
{% endblock %}

View File

@ -3,5 +3,5 @@
{% block title %}{% trans "Migrate Volume" %}{% endblock %}
{% block main %}
{% include 'admin/volumes/volumes/_migrate_volume.html' %}
{% include 'admin/volumes/_migrate_volume.html' %}
{% endblock %}

View File

@ -3,5 +3,5 @@
{% block title %}{% trans "Unmanage Volume" %}{% endblock %}
{% block main %}
{% include 'admin/volumes/volumes/_unmanage_volume.html' %}
{% include 'admin/volumes/_unmanage_volume.html' %}
{% endblock %}

View File

@ -3,5 +3,5 @@
{% block title %}{% trans "Update Volume Status" %}{% endblock %}
{% block main %}
{% include 'admin/volumes/volumes/_update_status.html' %}
{% include 'admin/volumes/_update_status.html' %}
{% endblock %}