mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
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:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user