Merge "Remove the extra Networks url in ports details page's breadcrumb" into stable/ocata

This commit is contained in:
Jenkins 2017-07-27 16:06:54 +00:00 committed by Gerrit Code Review
commit f034f047e0
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)
]