summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/templates/infrastructure/overview/deployment_failed.html
diff options
context:
space:
mode:
Diffstat (limited to 'tuskar_ui/infrastructure/templates/infrastructure/overview/deployment_failed.html')
-rw-r--r--tuskar_ui/infrastructure/templates/infrastructure/overview/deployment_failed.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/tuskar_ui/infrastructure/templates/infrastructure/overview/deployment_failed.html b/tuskar_ui/infrastructure/templates/infrastructure/overview/deployment_failed.html
deleted file mode 100644
index c78acc23..00000000
--- a/tuskar_ui/infrastructure/templates/infrastructure/overview/deployment_failed.html
+++ /dev/null
@@ -1,25 +0,0 @@
-{% extends "infrastructure/overview/deployment_base.html" %}
-
-{% load i18n %}
-{% load url from future%}
-
-{% block deployment-icon %}fa-exclamation-circle{% endblock %}
-
-{% block deployment-title %}
- {% if stack.is_delete_failed %}
- {% trans "Undeploying failed" %}
- {% elif stack.is_failed %}
- {% trans "Deployment failed" %}
- {% else %}
- {% trans "Failure" %}
- {% endif %}
-{% endblock %}
-
-{% block deployment-info %}
-{% include "infrastructure/overview/_last_events.html" %}
-{% endblock %}
-
-{% block deployment-buttons %}
- {{ block.super }}
-{% endblock %}
-