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

This commit is contained in:
Jenkins 2017-07-10 04:03:29 +00:00 committed by Gerrit Code Review
commit 2756c2ecc9
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)
]