Starting with the current templates and view, I will gradually remake it to look like the wireframes require. Change-Id: Ia6539c84677a4a40a030620b90cedc042f470e6c
12 lines
379 B
HTML
12 lines
379 B
HTML
{% extends 'infrastructure/base.html' %}
|
|
{% load i18n %}
|
|
{% block title %}{% trans "Undeploy overcloud" %}{% endblock %}
|
|
|
|
{% block page_header %}
|
|
{% include "horizon/common/_page_header.html" with title=_("Undeploy overcloud") %}
|
|
{% endblock page_header %}
|
|
|
|
{% block infrastructure_main %}
|
|
{% include "infrastructure/overview/_undeploy_confirmation.html" %}
|
|
{% endblock %}
|