reset keys field
This commit is contained in:
parent
98edcd0d04
commit
943b2c1090
|
|
@ -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…
Reference in New Issue