Skip to content

Sort records by label #800

@maxblome

Description

@maxblome

Is your feature request related to a problem? Please describe.

Currently, DNS records are sorted in lexicographical order. This can cause confusion when trying to view related records in a list.

Image

Describe the solution you'd like

DNS records should be sorted by their labels.

@			example.com	MX	0 . 
@			example.com	TXT	"v=spf1 -all"
*			example.com	MX	0 . 
*			example.com	TXT	"v=spf1 -all"
bar			example.com	A	127.0.0.1
aaa.bar		example.com	A	127.0.0.1
bbb.bar		example.com	A	127.0.0.1
foo			example.com	A	127.0.0.1
aaa.foo		example.com	A	127.0.0.1
bbb.foo		example.com	A	127.0.0.1

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions