From 264c652db994ff8439b9f09c5522ef37fafccea4 Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Tue, 1 Apr 2025 11:09:12 -0700 Subject: [PATCH] Fix background color on device keys and call center agent widgets --- app/devices/resources/dashboard/device_keys.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/devices/resources/dashboard/device_keys.php b/app/devices/resources/dashboard/device_keys.php index 402c1409fb..63201241f4 100644 --- a/app/devices/resources/dashboard/device_keys.php +++ b/app/devices/resources/dashboard/device_keys.php @@ -427,6 +427,8 @@ $token = $object->create('/app/devices/resources/dashboard/device_keys.php'); //show the content + echo "
"; + echo "
\n"; echo "
".$text['title-device_keys']."
\n"; echo "
\n"; @@ -623,6 +625,8 @@ } echo "\n"; echo "\n"; - echo ""; + echo "\n"; + + echo "
\n"; ?>