Comment 4 for bug 1398695

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

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

commit c7354a144f125674b4b2203bb73ca3e5f70125df
Author: Andrew Lazarev <email address hidden>
Date: Thu Dec 18 17:13:54 2014 -0800

    [Sahara] Fixed tab selection in case of processes names conflict

    We need to have delimeters around service name because it is
    possible that one process name is a substring of another process
    name (e.g. 'namenode' and 'secondarynamenode'). Implemented the
    easiest fix by adding delimeters currently used in data-target
    attribute.

    Change-Id: Iae734d5f2f34f492fe12a566ed636fd7ad525851
    Closes-Bug: #1398695