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
63c4ecdee1
commit
2ecb6d69b4
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ function filterRuleByName(){
|
|||
}else{
|
||||
let target = $(this).attr('data-bs-target')
|
||||
|
||||
$("div[id='rules-"+target+"'").addClass('show');
|
||||
$("div[data-bs-target='rules-"+target+"'").show();
|
||||
$(`#rules-${target}`).addClass('show');
|
||||
$(`div[data-bs-target='rules-${target}']`).show();
|
||||
$(this).show();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue