#10963 icon change in the reset button, agent detail view
This commit is contained in:
parent
ca7e1777e5
commit
30697d5b33
|
@ -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;
|
||||
|
|
|
@ -641,7 +641,7 @@ function print_form_filter_monitors(
|
|||
false,
|
||||
'reset_filter_modules();',
|
||||
[
|
||||
'icon' => 'fail',
|
||||
'icon' => 'force',
|
||||
'mode' => 'secondary mini',
|
||||
],
|
||||
true
|
||||
|
|
Loading…
Reference in New Issue