Client search
Returned client search field, added functionality for it to work.
This commit is contained in:
parent
34415d1944
commit
aef26979f5
|
|
@ -422,7 +422,7 @@ Wireguard Clients
|
|||
cache: false,
|
||||
method: 'GET',
|
||||
url: '{{.basePath}}/api/client/' + client_id,
|
||||
data: {
|
||||
data: {
|
||||
qrCodeIncludeFwMark: include_fwmark
|
||||
},
|
||||
dataType: 'json',
|
||||
|
|
@ -610,7 +610,7 @@ Wireguard Clients
|
|||
$(element).removeClass('is-invalid');
|
||||
}
|
||||
});
|
||||
//
|
||||
//
|
||||
});
|
||||
</script>
|
||||
{{end}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue