mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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:
commit
5f5ca9ac13
@ -478,7 +478,7 @@ class ModuleStatusWidget extends Widget
|
|||||||
|
|
||||||
case 4:
|
case 4:
|
||||||
// Critical (ALERT).
|
// Critical (ALERT).
|
||||||
$icon = '4'.$icon.'_bad.png';
|
$icon = $icon.'_bad.png';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 0:
|
case 0:
|
||||||
@ -493,7 +493,7 @@ class ModuleStatusWidget extends Widget
|
|||||||
|
|
||||||
case 10:
|
case 10:
|
||||||
// Warning (ALERT).
|
// Warning (ALERT).
|
||||||
$icon = '4'.$icon.'_warning.png';
|
$icon = $icon.'_warning.png';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 3:
|
case 3:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user