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

8 lines
192 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Create Host Aggregate" %}{% endblock %}
{% block main %}
{% include 'horizon/common/_workflow.html' %}
{% endblock %}