IP is inconsistently capitalized on the 'edit a cluster interface' page
Bug #1331139 reported by
James Troup
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Julian Edwards |
Bug Description
In maas 1.5.1+bzr2269-
interface' page writes IP as either 'Ip' or 'ip' depending on
location. It should be IP across the board, IMO.
(Sorry, I know this is trivial, but for a network person/sysadmin,
it's really glaring.)
Related branches
lp://staging/~julian-edwards/maas/static-range-in-ui-api
- Raphaël Badin (community): Approve
-
Diff: 237 lines (+65/-17)7 files modifiedsrc/maasserver/api.py (+19/-5)
src/maasserver/forms.py (+2/-0)
src/maasserver/models/nodegroup.py (+5/-2)
src/maasserver/models/nodegroupinterface.py (+10/-4)
src/maasserver/models/tests/test_nodegroup.py (+2/-0)
src/maasserver/testing/factory.py (+22/-5)
src/maasserver/tests/test_forms.py (+5/-1)
lp://staging/~julian-edwards/maas/ui-fixes
- Jeroen T. Vermeulen (community): Approve
-
Diff: 59 lines (+22/-10)1 file modifiedsrc/maasserver/models/nodegroupinterface.py (+22/-10)
tags: | added: papercut trivial ui |
Changed in maas: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in maas: | |
status: | Triaged → In Progress |
assignee: | nobody → Julian Edwards (julian-edwards) |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
milestone: | none → 1.6.0 |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
James, is this any better?