Fix background color agente predefinito

This commit is contained in:
MatteoPistorello 2022-05-26 15:39:29 +02:00
parent 57882e6af3
commit 74cd0919b9
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ switch ($resource) {
$ids = array_column($results['results'], 'id');
$pos = array_search($idagente_default, $ids);
if ($pos !== false) {
$results['results'][$pos]['_bgcolor_'] = '#ff0';
$results['results'][$pos]['_bgcolor_'] = '#ffff00';
}
break;