Added semiauto subnet range changer for existing clients

If the same subnet range is selected, a different IP is suggested
This commit is contained in:
0xCA 2023-11-06 03:54:41 +05:00
parent 3a789bf067
commit 2000b7f8b2
2 changed files with 62 additions and 6 deletions

View file

@ -616,7 +616,7 @@
$("#client_preshared_key").val("");
$("#client_allocated_ips").importTags('');
$("#client_extra_allowed_ips").importTags('');
updateSubnetRangesList();
updateSubnetRangesList("#subnet_ranges");
updateIPAllocationSuggestion(true);
});
});