summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/_aggregate_hosts.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/_aggregate_hosts.html')
-rw-r--r--openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/_aggregate_hosts.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/_aggregate_hosts.html b/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/_aggregate_hosts.html
deleted file mode 100644
index c85c3e90..00000000
--- a/openstack_dashboard/dashboards/admin/aggregates/templates/aggregates/_aggregate_hosts.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<ul>
-{% for host in aggregate.hosts %}
- <li>{{ host }}</li>
-{% endfor %}
-</ul>