BeryJu / gravity

Fully-replicated DNS and DHCP Server with ad-blocking powered by etcd
https://gravity.beryju.io
GNU General Public License v3.0
458 stars 9 forks source link

create multiple dhcp scopes #1071

Open Simon-CR opened 2 weeks ago

Simon-CR commented 2 weeks ago

As I am adding multiple dhcp scopes, when I hit the create button the fields are populated with the previous scope that I've added, unless I reload the page.

not a deal breaker, just a small bug

Simon-CR commented 2 weeks ago

as a small extra note, if I change some of the fields and save, it'll update the "original" scope (similar to if I was editing the scope instead of pressing creating a new one

BeryJu commented 2 weeks ago

yeah this is somewhat of a known bug, this is due to most of the UI elements being borrowed from https://goauthentik.io/ which suffers the same issue, once it's fixed there it'll be fixed here