mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
#11583 Fixed the warning module icon in the node
This commit is contained in:
parent
8eb11f2b5b
commit
2aaa21ebff
@ -2690,9 +2690,10 @@ function events_print_type_img(
|
|||||||
|
|
||||||
case 'going_up_warning':
|
case 'going_up_warning':
|
||||||
$icon = 'images/module_warning.png';
|
$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':
|
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;
|
break;
|
||||||
|
|
||||||
case 'going_unknown':
|
case 'going_unknown':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user