Search by notes

This commit is contained in:
0xCA 2024-01-09 19:42:27 +05:00
parent 986404236a
commit 914a8708cb
2 changed files with 11 additions and 0 deletions

View file

@ -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 () {