#11583 Fixed the warning module icon in the node

This commit is contained in:
Jorge Rincon 2023-07-04 17:34:08 +02:00
parent 8eb11f2b5b
commit 2aaa21ebff
1 changed files with 3 additions and 2 deletions

View File

@ -2690,9 +2690,10 @@ function events_print_type_img(
case 'going_up_warning':
$icon = 'images/module_warning.png';
$style .= ' event_module_background_state icon_background_warning';
// $style .= ' event_module_background_state icon_background_warning';
case 'going_down_warning':
$style .= ' event_module_background_state icon_background_warning';
$icon = 'images/module_warning.png';
// $style .= ' event_module_background_state icon_background_warning';
break;
case 'going_unknown':