Actions
Bug #16181
closedVM login name is doubled
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
On the "my VMs" view, the username is doubled.
Also "user attributes" (from user list) lists the username twice.
Updated by Peter Amstutz almost 5 years ago
- Target version changed from 2020-03-11 Sprint to 2020-03-25 Sprint
Updated by Peter Amstutz almost 5 years ago
- Target version changed from 2020-03-25 Sprint to 2020-03-11 Sprint
Updated by Peter Amstutz almost 5 years ago
- Related to Bug #16202: Configure suffix for ssh login to VM when using switchyard added
Updated by Peter Amstutz almost 5 years ago
16181-fix-vm-view @ db5a3f09820e8d41aeef7000d95b0ea67507c5a3
Updated by Peter Amstutz almost 5 years ago
16181-fix-vm-view @ a83c684b87584b790e6f8f0331452692e6e357ff
developer-tests-workbench2: #16
Updated, reworked the user attributes dialog, remove the double 'username' row, reordered the rows, added some missing rows.
Updated by Peter Amstutz almost 5 years ago
- Status changed from New to In Progress
Updated by Lucas Di Pentima almost 5 years ago
Just one comment:
- File src/views/virtual-machine-panel/virtual-machine-user-panel.tsx - Line 176: When working against an older API server instance, the
props.hostSuffix
isundefined
and gets printed on the page. Not sure if it’s worth defaulting to empty string, but wanted to point it out.
Other than that, LGTM.
Updated by Peter Amstutz almost 5 years ago
Lucas Di Pentima wrote:
Just one comment:
- File src/views/virtual-machine-panel/virtual-machine-user-panel.tsx - Line 176: When working against an older API server instance, the
props.hostSuffix
isundefined
and gets printed on the page. Not sure if it’s worth defaulting to empty string, but wanted to point it out.Other than that, LGTM.
I'll fix that, thanks.
Updated by Peter Amstutz almost 5 years ago
- Status changed from In Progress to Resolved
Actions