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:
parent
57882e6af3
commit
74cd0919b9
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user