Fix background color on device keys and call center agent widgets

This commit is contained in:
Alex 2025-04-01 11:09:12 -07:00 committed by GitHub
parent b01bf7d08c
commit 264c652db9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -427,6 +427,8 @@
$token = $object->create('/app/devices/resources/dashboard/device_keys.php');
//show the content
echo "<div class='hud_box' style='".(!empty($row['dashboard_background_color']) ? 'padding: 0 5px;' : 'background: none; border: none; box-shadow: none;')."'>";
echo "<div class='action_bar sub'>\n";
echo " <div class='heading'><b>".$text['title-device_keys']."</b></div>\n";
echo " <div class='actions'>\n";
@ -623,6 +625,8 @@
}
echo "</table>\n";
echo "<input type='hidden' name='".$token['name']."' value='".$token['hash']."'>\n";
echo "</form>";
echo "</form>\n";
echo "</div>\n";
?>