Reviewed: https://review.openstack.org/317527 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=c3278a2420a22557ebc999cdb9edc55933e31e3b Submitter: Jenkins Branch: master
commit c3278a2420a22557ebc999cdb9edc55933e31e3b Author: Matt Borland <[email protected]> Date: Tue May 17 08:16:55 2016 -0600 table-detail (Angular) tables correct problem with row striping A recent change introduced a problem with row striping for the tables using table-detail. This can be seen by going to the Launch Instance (Angular) and looking at the different tables (Source, Flavor, Networks). It's also well-shown when going to the Angular Images panel. I corrected the problem seemingly by adding an explict default transparency to all tr elements within this context. This I believe overrides the default bootstrap 2n selector, which would in this case gray out all odd lines, which in this case would be all the primary (non-detail) rows. I encountered another bug with the transfer table when you select the first element, but that is separate from this issue and I'll file a bug on that. Change-Id: Ic885df8c16ecb715fb7c8bc5e19bb1eead49a219 Closes-Bug: 1582732 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1582732 Title: Row formatting for Angular tables is wrong Status in OpenStack Dashboard (Horizon): Fix Released Bug description: The table formatting for the Angular tables makes all lines the same color, where they are supposed to alternate colors. This was recently changed, and can be tested by going to the Angular Images panel. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1582732/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

