summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/project/volumes/templates/volumes/_create_snapshot.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/project/volumes/templates/volumes/_create_snapshot.html')
-rw-r--r--openstack_dashboard/dashboards/project/volumes/templates/volumes/_create_snapshot.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/openstack_dashboard/dashboards/project/volumes/templates/volumes/_create_snapshot.html b/openstack_dashboard/dashboards/project/volumes/templates/volumes/_create_snapshot.html
deleted file mode 100644
index 97c97bff..00000000
--- a/openstack_dashboard/dashboards/project/volumes/templates/volumes/_create_snapshot.html
+++ /dev/null
@@ -1,25 +0,0 @@
-{% extends "horizon/common/_modal_form.html" %}
-{% load i18n %}
-{% load url from future %}
-
-{% block form_id %}{% endblock %}
-{% block form_action %}{% url 'horizon:project:volumes:create_snapshot' volume_id %}{% endblock %}
-
-{% block modal_id %}create_volume_snapshot_modal{% endblock %}
-{% block modal-header %}{% trans "Create Volume Snapshot" %}{% endblock %}
-
-{% block modal-body %}
- <div class="left">
- <fieldset>
- {% include "horizon/common/_form_fields.html" %}
- </fieldset>
- </div>
- <div class="right quota-dynamic">
- {% include "project/volumes/_quota.html" with usages=usages snapshot_quota=True %}
- </div>
-{% endblock %}
-
-{% block modal-footer %}
- <input class="btn btn-primary pull-right" type="submit" value="{% trans "Create Volume Snapshot" %}" />
- <a href="{% url 'horizon:project:volumes:index' %}" class="btn secondary cancel close">{% trans "Cancel" %}</a>
-{% endblock %}