Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard DNS Zones Sort Order #734

Closed
JohnLBevan opened this issue Jul 17, 2024 · 2 comments · Fixed by #746
Closed

Dashboard DNS Zones Sort Order #734

JohnLBevan opened this issue Jul 17, 2024 · 2 comments · Fixed by #746
Assignees
Labels
enhancement New feature or request

Comments

@JohnLBevan
Copy link

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

Currently when adding a new certificate via the dashboard the zones are ordered by provider; but zones within a provider are shown in an arbitrary order (i.e. whatever order they were returned in by the provider). Where you have many zones under a single provider this can make finding the zone you're after more time consuming that it needs to be.

Describe the solution you'd like

Order zones first by their provider (as is the case today), then by the zone/domain name, so one can quickly find the zone of interest.

Describe alternatives you've considered

Alternative solutions could be to sort all zones by name regardless of provider (as most of the time you'll only care about the zone / not where that zone is hosted, and you're unlikely to have the same zone in multiple providers as only one can be active from a public DNS perspective) would also work; though that changes the existing behaviour rather than enhancing what's already there.

Another option could be to allow grouping by apex domain, so if you have different zones for prod.example.com vs test.example.com you'd have both listed together as both are part of example.com; though this would require ignoring TLDs as sorting by .co.uk vs .com would likely be unintuitive; and tbh feels over complicated.

So the proposed solution feels like the simplest implementation that would add greatest value.

@JohnLBevan JohnLBevan added the enhancement New feature or request label Jul 17, 2024
@shibayan
Copy link
Owner

The DNS zone list display will soon be changed to the following, making it easier to understand. It will be easier to understand because it will be sorted within the provider.

image

@JohnLBevan
Copy link
Author

Fantastic - thank-you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants