← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1615632] Re: Horizon uses a table row class called 'status_unknown' when it should use 'table-warning'

 

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

commit 041af0fd0a20165bc1f70cc14ffc8d50de516a47
Author: Rob Cresswell <robert.cresswell@xxxxxxxxxxx>
Date:   Mon Aug 22 14:17:13 2016 +0100

    Replace table row 'status_unknown' class with 'warning' class
    
    The default bootstrap styling for table rows uses the same classes as
    alerts (warning, danger etc). Rather than layering additional logic
    around this with a new class, we should just fall back to the documented
    boostrap method.
    
    Also resets the warning colour to its default bootstrap variable, rather
    than carrying an altered version.
    
    Change-Id: I3472244fcbbd121a8de48d78084554760dab6385
    Closes-Bug: 1615632


** 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/1615632

Title:
  Horizon uses a table row class called 'status_unknown' when it should
  use 'table-warning'

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  We're adding extra handling for a table row 'status_unknown' class; we
  should just use bootstraps 'warning' class, and default to the
  bootstrap handling.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1615632/+subscriptions


References