[2.2.0rc2, UI, Machine details] The Edit button is placed on the bottom right instead of the top right in the summary page
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Critical
|
Richard McCartney |
Bug Description
[2.2.0rc2, UI, Machine details] The Edit button is placed on the bottom right instead of the top right in the summary page.
As part of Accessibility, we decided that when the user edits the machine summary the Cancel/Save would appear on the bottom right so that a screen reader would first go through the fields that needed to be edited and then to Cancel/Save. However, the Edit button doesn't need to move and it is more appropriate to leave it on the top of the section.
Bug description
* Current result:
Given I am in the summary part of Machine details
When I want to edit the machine details
Then I find the Edit button on the bottom right of the section
* Expected/ correct result:
Given I am in the summary part of Machine details
When I want to edit the machine details
Then I find the Edit button on the top right of the section
[OS X Sierra]
Chrome, 56.0.2924.87 (64-bit)
Related branches
- Andres Rodriguez (community): Approve
-
Diff: 55 lines (+12/-12)1 file modifiedsrc/maasserver/static/partials/node-details.html (+12/-12)
Changed in maas: | |
assignee: | nobody → Richard McCartney (ricgard) |
importance: | Undecided → High |
milestone: | none → 2.2.0rc2 |
status: | New → Triaged |
Changed in maas: | |
importance: | High → Critical |
Changed in maas: | |
status: | Triaged → In Progress |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |