mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-26 20:00:27 +03:00
Search by notes
This commit is contained in:
parent
986404236a
commit
914a8708cb
2 changed files with 11 additions and 0 deletions
|
@ -429,6 +429,11 @@ Wireguard Clients
|
|||
$(this).closest('.col-lg-4').show();
|
||||
}
|
||||
})
|
||||
$(".fa-additional_notes").each(function () {
|
||||
if ($(this).parent().text().trim().indexOf(query.trim()) != -1) {
|
||||
$(this).closest('.col-lg-4').show();
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
$("#status-selector").on('change', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue