Subnet selection box fails to populate when creating a cluster with an existing network
Bug #2087843 reported by
Andrew Bonney
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Magnum UI |
New
|
Undecided
|
Unassigned |
Bug Description
It appears there is an off by one error in https:/
Replacing items[3] with items[2] fixes this indexing error and allows the Subnet list to populate. As the comment suggests, it might ideally be nice to have a less brittle approach to this, but the basic fix is at least simple.
To post a comment you must log in.