[2.4, UI] 'IP Assignment' column in device listing is too wide
Bug #1760666 reported by
Mark Shuttleworth
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Medium
|
Karl Williams |
Bug Description
It is strongly preferable not to wrap items in the machine/device listing. In my browser, the fqdn often wraps in cases where there is a lot of whitespace in columns like 'IP Assignment' which should really be compact.
A screenshot is attached as an example.
Related branches
~deadlight/maas:pods-table-spacing
Merged
into
maas:master
- Anthony Dillon: Approve
- MAAS Lander: Approve
- MAAS Maintainers: Pending requested
-
Diff: 931 lines (+375/-194)8 files modifiedsrc/maasserver/static/css/build.css (+1/-1)
src/maasserver/static/partials/boot-images.html (+66/-66)
src/maasserver/static/partials/networks-list.html (+5/-4)
src/maasserver/static/partials/node-details.html (+32/-33)
src/maasserver/static/partials/nodes-list.html (+75/-72)
src/maasserver/static/partials/pods-list.html (+18/-18)
src/maasserver/static/scss/_tables.scss (+176/-0)
src/maasserver/static/scss/build.scss (+2/-0)
tags: | added: vanilla-transition |
Changed in maas: | |
milestone: | none → 2.4.0beta2 |
status: | New → Triaged |
importance: | Undecided → Medium |
summary: |
- 'IP Assignment' column in device listing is too wide + [2.4] 'IP Assignment' column in device listing is too wide |
summary: |
- [2.4] 'IP Assignment' column in device listing is too wide + [2.4, UI] 'IP Assignment' column in device listing is too wide |
Changed in maas: | |
status: | Triaged → In Progress |
assignee: | nobody → Karl Williams (deadlight) |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I'm currently working on improvements to table styling in this section. I'll update this bug when something has landed.
This first pass will fix problems such as this but there are further improvements planned upstream in Vanilla Framework that will make responsive tables a lot more flexible at all screen sizes.