Merge branch 'ent-9009-dashboards-widget-Estado-del-Módulo-pone-icono-inexistente' into 'develop'

Ent 9009 dashboards widget estado del módulo pone icono inexistente

See merge request artica/pandorafms!4900
This commit is contained in:
Jimmy Olano 2022-06-29 01:18:35 +00:00
commit 5f5ca9ac13
1 changed files with 2 additions and 2 deletions

View File

@ -478,7 +478,7 @@ class ModuleStatusWidget extends Widget
case 4:
// Critical (ALERT).
$icon = '4'.$icon.'_bad.png';
$icon = $icon.'_bad.png';
break;
case 0:
@ -493,7 +493,7 @@ class ModuleStatusWidget extends Widget
case 10:
// Warning (ALERT).
$icon = '4'.$icon.'_warning.png';
$icon = $icon.'_warning.png';
break;
case 3: