horizon/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/create.html

12 lines
333 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Create Host Aggregate" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Create Host Aggregate") %}
{% endblock page_header %}
{% block main %}
{% include 'horizon/common/_workflow.html' %}
{% endblock %}