mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-21 20:12:33 +03:00
Client search
Returned client search field, added functionality for it to work.
This commit is contained in:
parent
34415d1944
commit
aef26979f5
1 changed files with 2 additions and 2 deletions
|
@ -422,7 +422,7 @@ Wireguard Clients
|
||||||
cache: false,
|
cache: false,
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
url: '{{.basePath}}/api/client/' + client_id,
|
url: '{{.basePath}}/api/client/' + client_id,
|
||||||
data: {
|
data: {
|
||||||
qrCodeIncludeFwMark: include_fwmark
|
qrCodeIncludeFwMark: include_fwmark
|
||||||
},
|
},
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
|
@ -610,7 +610,7 @@ Wireguard Clients
|
||||||
$(element).removeClass('is-invalid');
|
$(element).removeClass('is-invalid');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
//
|
//
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue