Dashboard - Fix device keys and call center agents background color (#7352)

* Fix background color on device keys and call center agent widgets

* Update call_center_agents.php

* Update index.php

* Update index.php

* Update device_keys.php

* Update call_center_agents.php

* Update call_center_agents.php

* Update device_keys.php

* Update config.php

* Update index.php

* Update device_keys.php

* Update call_center_agents.php

* Update index.php

* Update index.php

* Update device_keys.php

* Update call_center_agents.php

* Update call_center_agents.php

* Update device_keys.php
This commit is contained in:
Alex
2025-04-04 10:23:22 -07:00
committed by GitHub
parent 6e171710f6
commit 48a0990d51
4 changed files with 46 additions and 32 deletions

View File

@@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2022-2024
Portions created by the Initial Developer are Copyright (C) 2022-2025
the Initial Developer. All Rights Reserved.
Contributor(s):
@@ -147,9 +147,11 @@
}
//save the data
$database->app_name = 'dashboard';
$database->app_uuid = '55533bef-4f04-434a-92af-999c1e9927f7';
$database->save($array);
if (is_array($array)) {
$database->app_name = 'dashboard';
$database->app_uuid = '55533bef-4f04-434a-92af-999c1e9927f7';
$database->save($array);
}
//redirect the browser
message::add($text['message-update']);