← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1400566] [NEW] Not showing delete button on undeletable volumes can cause confusion

 

Public bug reported:

How to reproduce

Project - > volumes create a volume and attach an instance on it. The
delete button should not show up for that volume.

Currently when volumes are in not deletable state, we use "allowed"
method in the tables.py to hide the delete button.  Volumes in the
following states are deletable   : DELETABLE_STATES = ("available",
"error", "error_extending")

There are some concerns that when the delete button is not available, it
could confuse users why the button disappears.  One suggestion is that
instead of hiding it , make deletable button disabled.

We need UX folks help resolve this kind of UX concern.

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
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/1400566

Title:
  Not showing delete button on undeletable volumes can cause confusion

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  How to reproduce

  Project - > volumes create a volume and attach an instance on it. The
  delete button should not show up for that volume.

  Currently when volumes are in not deletable state, we use "allowed"
  method in the tables.py to hide the delete button.  Volumes in the
  following states are deletable   : DELETABLE_STATES = ("available",
  "error", "error_extending")

  There are some concerns that when the delete button is not available,
  it could confuse users why the button disappears.  One suggestion is
  that instead of hiding it , make deletable button disabled.

  We need UX folks help resolve this kind of UX concern.

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


Follow ups

References