#11136 Change color code to STATUS_SERVER_DOWN

This commit is contained in:
miguel angel rasteu 2023-05-09 11:25:10 +02:00
parent c794e754e7
commit f91c594bb7
1 changed files with 1 additions and 1 deletions

View File

@ -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.