summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/project/volumes/templates/volumes/create_snapshot.html
blob: 4aa6562eb002e0543aefd50a39829ca323ca8ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Create Volume Snapshot" %}{% endblock %}

{% block page_header %}
  {% include "horizon/common/_page_header.html" with title=_("Create a Volume Snapshot") %}
{% endblock page_header %}

{% block main %}
    {% include 'project/volumes/_create_snapshot.html' %}
{% endblock %}