mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-01 15:33:35 +00:00
Update app/vmalert/static/js/custom.js
Co-authored-by: Yury Molodov <yurymolodov@gmail.com>
This commit is contained in:
parent
76a24da2f1
commit
6180065293
1 changed files with 1 additions and 4 deletions
|
@ -33,10 +33,7 @@ function debounce(func, wait, immediate) {
|
|||
};
|
||||
};
|
||||
|
||||
$('#filter').on("keyup", (debounce(function(){
|
||||
console.log("type")
|
||||
filter();
|
||||
},500)));
|
||||
$('#filter').on("keyup", debounce(filter, 500));
|
||||
|
||||
function filter(){
|
||||
$(".rule-table").removeClass('show');
|
||||
|
|
Loading…
Reference in a new issue