#11136 Change color code to STATUS_SERVER_DOWN
This commit is contained in:
parent
c794e754e7
commit
f91c594bb7
|
@ -2831,7 +2831,7 @@ function modules_get_color_status($status, $force_module=false)
|
|||
|
||||
case STATUS_SERVER_DOWN:
|
||||
case STATUS_SERVER_DOWN_BALL:
|
||||
return '#444';
|
||||
return '#B2B2B2';
|
||||
|
||||
default:
|
||||
// Ignored.
|
||||
|
|
Loading…
Reference in New Issue