Files
tuskar-ui-extras/tuskar_boxes/overview/templates/overview/undeploy_confirmation.html
Radomir Dopieralski f1bf2337ae Copy of the current Overview panel from tuskar
Starting with the current templates and view, I will gradually
remake it to look like the wireframes require.

Change-Id: Ia6539c84677a4a40a030620b90cedc042f470e6c
2014-10-02 10:34:52 +02:00

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 %}