We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f7f3d commit d3c47c5Copy full SHA for d3c47c5
1 file changed
templates/clients.html
@@ -481,7 +481,9 @@ <h4 class="modal-title">Remove</h4>
481
cache: false,
482
method: 'GET',
483
url: '{{.basePath}}/api/client/' + client_id,
484
- data: JSON.stringify(data),
+ data: {
485
+ qrCodeIncludeFwMark: include_fwmark
486
+ },
487
dataType: 'json',
488
contentType: "application/json",
489
success: function (resp) {
0 commit comments