mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-07 00:46:58 +03:00
reset keys field
This commit is contained in:
parent
98edcd0d04
commit
943b2c1090
1 changed files with 2 additions and 0 deletions
|
@ -451,6 +451,8 @@
|
|||
$("#modal_new_client").on('shown.bs.modal', function (e) {
|
||||
$("#client_name").val("");
|
||||
$("#client_email").val("");
|
||||
$("#client_public_key").val("");
|
||||
$("#client_preshared_key").val("");
|
||||
$("#client_allocated_ips").importTags('');
|
||||
$("#client_extra_allowed_ips").importTags('');
|
||||
updateIPAllocationSuggestion();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue