1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-27 00:06:14 +01:00

Fix background color agente predefinito

This commit is contained in:
MatteoPistorello 2022-05-26 15:39:29 +02:00
parent 57882e6af3
commit 74cd0919b9

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;