Skip to content

Commit

Permalink
reset keys field
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Feb 22, 2022
1 parent 98edcd0 commit 943b2c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,8 @@ <h1>{{template "page_title" .}}</h1>
$("#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();
Expand Down

0 comments on commit 943b2c1

Please sign in to comment.