mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-28 08:40:41 +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');
|
$ids = array_column($results['results'], 'id');
|
||||||
$pos = array_search($idagente_default, $ids);
|
$pos = array_search($idagente_default, $ids);
|
||||||
if ($pos !== false) {
|
if ($pos !== false) {
|
||||||
$results['results'][$pos]['_bgcolor_'] = '#ff0';
|
$results['results'][$pos]['_bgcolor_'] = '#ffff00';
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user