#10963 icon change in the reset button, agent detail view

This commit is contained in:
Jorge Rincon 2023-04-24 14:31:20 +02:00
parent ca7e1777e5
commit 30697d5b33
2 changed files with 6 additions and 1 deletions

View File

@ -10595,6 +10595,11 @@ button div.fail {
-webkit-mask: url(../../images/fail@svg.svg) no-repeat center / contain;
}
button div.force {
mask: url(../../images/force@svg.svg) no-repeat center / contain;
-webkit-mask: url(../../images/force@svg.svg) no-repeat center / contain;
}
button div.upload_file {
mask: url(../../images/upload_file.png) no-repeat center / contain;
-webkit-mask: url(../../images/upload_file.png) no-repeat center / contain;

View File

@ -641,7 +641,7 @@ function print_form_filter_monitors(
false,
'reset_filter_modules();',
[
'icon' => 'fail',
'icon' => 'force',
'mode' => 'secondary mini',
],
true