Comment 3 for bug 1596741

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/334726
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=b60275a8cd8eebd671a97a1926a72e84d7ff3927
Submitter: Jenkins
Branch: master

commit b60275a8cd8eebd671a97a1926a72e84d7ff3927
Author: chen.qiaomin@99cloud.net <chen.qiaomin@99cloud.net>
Date: Tue Jun 28 01:28:50 2016 +0000

    Show name_or_id when router name is white space

    Reproduce:
    1 Open Project/Compute/Routers
    2 Create a router with name "white space"
    3 Then there will be a router with name "white space" display in the table.
      But this router could not be click into it's detail page.
    So there should show route's name_or_id when it's name is "white space".

    Change-Id: Ib1b8b36c2d5d6b7ca9c5b5c914667ae2e0b91613
    Closes-Bug: #1596741