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
6180065293
commit
8aa367aa84
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ function filterGroupsByName(){
|
|||
let target = $(this).attr("data-bs-target");
|
||||
|
||||
$(this).show();
|
||||
$("div[id='"+target+"'] .rule").show();
|
||||
$(`div[id="${target}"] .rule`).show();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue