summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/project/networks/templates/networks/ports/_port_ips.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/project/networks/templates/networks/ports/_port_ips.html')
-rw-r--r--openstack_dashboard/dashboards/project/networks/templates/networks/ports/_port_ips.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/openstack_dashboard/dashboards/project/networks/templates/networks/ports/_port_ips.html b/openstack_dashboard/dashboards/project/networks/templates/networks/ports/_port_ips.html
deleted file mode 100644
index bfd5ea9f..00000000
--- a/openstack_dashboard/dashboards/project/networks/templates/networks/ports/_port_ips.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% for ip in ips %}
-<ul>
- <li>
- {{ ip.ip_address }}
- </li>
-</ul>
-{% endfor %}