summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/flavors/create.html
blob: ba990156fcf1c0eb874682d30640e08d83315ec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends 'infrastructure/base.html' %}
{% load i18n %}
{% block title %}{% trans "Create Flavor" %}{% endblock %}

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

{% block infrastructure_main %}
    {% include "infrastructure/resource_management/flavors/_create.html" %}
{% endblock %}