Remove the extra Networks url in ports details page's breadcrumb

There are two Networks url in ports details page's breadcrumb,
This patch remove the extra one.

Change-Id: I8ce37da8f999eb18e925eecda22664490db2381a
This commit is contained in:
zhurong 2017-07-09 20:27:35 +08:00
parent 47831ee6b8
commit c6f060a12a
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ class DetailView(project_views.DetailView):
network_id=port.network_id)
# TODO(robcresswell) Add URL for "Ports" crumb after bug/1416838
breadcrumb = [
(_("Networks"), self.get_redirect_url()),
((port.network_name or port.network_id), port.network_url),
(_("Ports"), None)
]