Reviewed: https://review.opendev.org/610096 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=ff4644261fad4e68817ee482100c2a819c0a0a5e Submitter: Zuul Branch: master
commit ff4644261fad4e68817ee482100c2a819c0a0a5e Author: BubaVV <[email protected]> Date: Tue Oct 16 16:34:18 2018 +0300 Periodically check item status if it in transition state Several Angular based dashboards, such as images and snapshots, not regenerated after some item on this page changes its status from transition state. For example, an image may be shown forever in the "Creating" state with running progress bar. To improve UI this patch re-upload items list until some item in transition state. If status of item changed, then 'trackBy' field changed and Angular will re-render row with this particular item with ng-repeat-start directive and won't re-render all entire page. Change-Id: I2308baebb65b11180d66bd69d834386022c2ad84 Closes-bug: #1797592 ** 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/1797592 Title: Progress bar doesn't displayed at image upload Status in OpenStack Dashboard (Horizon): Fix Released Bug description: "Create image" modal windows should render progress bar during image upload, immediately after "Create image" button pressed. It disappears when image loaded. Screenshot of expected behavior is attached To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1797592/+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

