summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/templates/infrastructure/overview/scale_out.html
diff options
context:
space:
mode:
Diffstat (limited to 'tuskar_ui/infrastructure/templates/infrastructure/overview/scale_out.html')
-rw-r--r--tuskar_ui/infrastructure/templates/infrastructure/overview/scale_out.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/tuskar_ui/infrastructure/templates/infrastructure/overview/scale_out.html b/tuskar_ui/infrastructure/templates/infrastructure/overview/scale_out.html
deleted file mode 100644
index 4ef31c20..00000000
--- a/tuskar_ui/infrastructure/templates/infrastructure/overview/scale_out.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% extends 'infrastructure/base.html' %}
-{% load i18n %}
-{% block title %}{% trans "Scale-out Deployment" %}{% endblock %}
-
-{% block page_header %}
- {% include "horizon/common/_page_header.html" with title=_("Scale-out Deployment") %}
-{% endblock page_header %}
-
-{% block infrastructure_main %}
- {% include "infrastructure/overview/_scale_out.html" %}
-{% endblock %}