← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1627560] Re: The name of log on button flicker

 

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

commit ce3a0fbdd94ffb954ca390c5e93fb1140af984e4
Author: Kenji Ishii <ken-ishii@xxxxxxxxxxxxx>
Date:   Mon Sep 26 10:13:38 2016 +0900

    Fix the flicker of the log on button name
    
    A log on button name in horizon depends on auth_type.
    This patch will fix it so as to be displayed without a flicker
    after evaluation is finished.
    
    Change-Id: I174716651ea2f4ac894c7dd5d52e5f57fe8be06a
    Closes-Bug: #1627560


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

Title:
  The name of log on button flicker

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  A log on button name in horizon depends on auth_type.
  If auth_type is 'credentials', it will be shown 'Sign in'. If not so, it will be Connect'.

  In this case, 'Sign in' is shown firstly, whichever an auth_type a user have. 
  Then if auth_type is not 'credentials', its name will be changed.

  It should be displayed after evaluation is finished.

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


References