summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-08-22 15:03:05 +0000
committerGerrit Code Review <review@openstack.org>2022-08-22 15:03:05 +0000
commit9bcf50f3cc049dcdee1c90680947459acde6de1a (patch)
treebecccf5538d348a1f818306b6853fc76c9bc3e93
parentc28cdb8afb61e6d70924a876c5e9905f8e64a0ab (diff)
parentf9eb7c8d999323b14dce8d9d50689ff1faff3a05 (diff)
downloadhorizon-9bcf50f3cc049dcdee1c90680947459acde6de1a.tar.gz
Merge "Bugfix: Add missing closing </div> tags to network topology"
-rw-r--r--openstack_dashboard/dashboards/project/network_topology/templates/network_topology/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/index.html b/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/index.html
index ac69cff24..7acd814d3 100644
--- a/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/index.html
+++ b/openstack_dashboard/dashboards/project/network_topology/templates/network_topology/index.html
@@ -47,4 +47,6 @@
});
}
</script>
+ </div>
+</div>
{% endblock %}