Comment 2 for bug 1803475

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

Reviewed: https://review.openstack.org/618070
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=a9d6c7886c9d3d884b2b8d9dff0e0d20c1f96457
Submitter: Zuul
Branch: master

commit a9d6c7886c9d3d884b2b8d9dff0e0d20c1f96457
Author: wangliangyu <email address hidden>
Date: Thu Nov 15 10:20:04 2018 +0800

    Make update status dialog less confusing

    Now, we give the init status of the volume when resetting status.
    The first glance is the current status, instead of "Select an
    new status", and we could do nothing with the status will confuse user.
    The same with snapshot.

    According to the above situation and Akihiro's suggestion:
     - Use "Select on new status" as the default label
     - List all possible values for status *including the current status*
     - Add "(current)" to the current value in the dropdown list

    Change-Id: I61e642e2fd8ddd7498911272678e57b60b60a3b8
    Closes-Bug: #1803475