Update device_keys.php

This commit is contained in:
Alex 2025-04-03 11:29:02 -07:00 committed by GitHub
parent f0123923ba
commit 1a993c6134
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@
$token = $object->create('/app/devices/resources/dashboard/device_keys.php');
//show the content
echo "<div class='hud_box' style='".(!empty($dashboard_background_color) ? 'padding: 0 5px;' : 'background: none; border: none; box-shadow: none;')."'>";
echo "<div class='hud_box' style='".(!empty($dashboard_background_color) ? 'padding-left: 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";