summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/updatepool.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/updatepool.html')
-rw-r--r--openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/updatepool.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/updatepool.html b/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/updatepool.html
deleted file mode 100644
index 64455622..00000000
--- a/openstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/updatepool.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{% extends 'base.html' %}
-{% load i18n %}
-{% block title %}{% trans "Edit Pool" %}{% endblock %}
-
-{% block page_header %}
- {% include "horizon/common/_page_header.html" with title=_("Edit Pool") %}
-{% endblock page_header %}
-
-{% block main %}
- {% include 'project/loadbalancers/_updatepool.html' %}
-{% endblock %}