Actions
Bug #19049
closedVM admin interface rough edges
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
Observed on 9tee4 at v2.5.0~dev20220419201321:
- when adding a user to a shell machine, the "Add login permission" dropdown shows double smaller/greater than symbols around the e-mail address
- when adding a user to a shell machine, only the name and e-mail is shown. If there are users with identical name/e-mail addresses (e.g. on 9tee4), it is impossible to tell which is which. I suggest the UUID for the user is added at the end, perhaps between parentheses.
- when adding a user to a shell machine, all users show up in the search list, even if they have already been added to the shell machine. Suggest limiting the list to users not yet on the shell machine.
- when adding a user to a shell machine, if a user is selected that is already on the shell machine, the user gets added again (see also previous point, if they are no longer selectable, this one will also be fixed automatically). See also #19057, controller should not allow this.
- when adding a user to a shell machine, for some users (federated users?) I get a "Not Found" popup, and also an empty red box at the bottom left:
I think the user in the example is uuid ce8i5-tpzed-xo2k4i24bjzwedw, but it's hard to be sure until the second bullet on this list is fixed.
Files
Updated by Ward Vandewege almost 3 years ago
- Category set to Workbench2
- Description updated (diff)
- Subject changed from VM radmin interface ough edges to VM admin interface rough edges
- File 20220425-user-add-404.png 20220425-user-add-404.png added
Updated by Ward Vandewege almost 3 years ago
- Related to Bug #19057: [controller] should not allow adding the same user+login to a VM more than one time added
Updated by Stephen Smith almost 3 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz almost 3 years ago
- Target version changed from 2022-05-11 sprint to 2022-05-25 sprint
Updated by Stephen Smith almost 3 years ago
Changes at arvados-workbench2|8e191ecaf0e507dd1d685ca3ebeab954652d8e9e branch 19049-vm-admin-rough-edges
Tests developer-tests-workbench2: #685
- Clean up displayed user info in picker
- Add uuid to participant picker
- Exclude existing logins from picker
- Change edit login user to read only
- Improve error handling on inaccessible user records
- Add waitfordom to a few flakey cypress tests & prevent cypress default timeout from prematurely exiting waitfordom
Updated by Ward Vandewege almost 3 years ago
Stephen Smith wrote:
Changes at arvados-workbench2|8e191ecaf0e507dd1d685ca3ebeab954652d8e9e branch 19049-vm-admin-rough-edges
Tests developer-tests-workbench2: #685
- Clean up displayed user info in picker
- Add uuid to participant picker
- Exclude existing logins from picker
- Change edit login user to read only
- Improve error handling on inaccessible user records
- Add waitfordom to a few flakey cypress tests & prevent cypress default timeout from prematurely exiting waitfordom
Thanks this is so much better!! I found one more thing:
- when selecting users to add, inactive users are also showing up in the dropdown. Can that be fixed?
Other than that, LGTM!
Updated by Stephen Smith almost 3 years ago
Added is_active filter, merged in arvados-workbench2|efda60590a2ed0942a8091d978d73fb047bd4a26
Updated by Stephen Smith almost 3 years ago
- Status changed from In Progress to Resolved
Actions