Comment 2 for bug 1381633

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

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

commit ca1048c193136493850409fa4c8ed5ce5a193661
Author: Cindy Lu <email address hidden>
Date: Wed Oct 15 18:12:30 2014 -0700

    add Column attribute for help tooltip in heading

    To use: add attribute help_text=_("foo") to tables.Column(...)
    This will add a help icon next to the Column name which
    you can hover-over to get informational text.

    Change-Id: I10a28bd51efbaf83c617b30b31d861445418f9d8
    Closes-Bug: #1381633