TechnitiumSoftware / DnsServer

Technitium DNS Server
https://technitium.com/dns/
GNU General Public License v3.0
4.15k stars 409 forks source link

Feature Request: make "Zones Per Page" & "Records Per Page" number persistant #975

Open FlossFarrier opened 1 month ago

FlossFarrier commented 1 month ago

Hey.

Just a little thing, but with a big advantage (I think...):

I wonder if it is possible to make the "Zones Per Page" & "Records Per Page" pull down menus persistant or put a default value into the settings page.

Now it only persists until the browser cache is cleared.

It would be an improvement especially when working with a lot of large zones not having to adjust the number all the time.

ShreyasZare commented 1 month ago

Thanks for the post. These minor settings are stored in the browser storage to keep them persistent. So clearing site data will clear these values. These are deliberately not stored at the DNS server level since these would then require additional API call and for most intended purposes, minor preferences stored in browser data works.

If you have configured to clear cache on browser close then there is exception option available which you can configure to exclude the DNS admin panel URL.

FlossFarrier commented 1 month ago

Yeah I noticed that. Now I understand the reason. Thanks!

FlossFarrier commented 1 month ago

-closed-