summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/templates/infrastructure/overview/undeploy_confirmation.html
blob: b234ac95b6b3418ea9ebda7eb78de6619b2aaf8b (plain)
1
2
3
4
5
6
7
8
9
10
11
{% 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 %}