mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#9009 Fixed icon
This commit is contained in:
parent
aae68408a1
commit
c2fe3c5d34
@ -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