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