From 78564d69a9f7e22f5a04270c048688bbb3b492bf Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Thu, 3 Apr 2025 13:09:32 -0700 Subject: [PATCH] Update device_keys.php --- app/devices/resources/dashboard/device_keys.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/devices/resources/dashboard/device_keys.php b/app/devices/resources/dashboard/device_keys.php index 69b2c5f8f4..317e36b247 100644 --- a/app/devices/resources/dashboard/device_keys.php +++ b/app/devices/resources/dashboard/device_keys.php @@ -433,7 +433,7 @@ echo "
\n"; echo "
".$text['title-device_keys']."
\n"; - echo "
\n"; + echo "
\n"; echo button::create(['type'=>'button','label'=>$text['button-apply'],'icon'=>$_SESSION['theme']['button_icon_save'],'collapse'=>false,'onclick'=>"document.location.href='".PROJECT_PATH."/app/devices/cmd.php?cmd=check_sync&profile=".$sip_profile_name."&user=".($user_id ?? '')."@".($server_address ?? '')."&domain=".($server_address ?? '')."&agent=".($device_key_vendor ?? '')."';"]); echo button::create(['type'=>'button','label'=>$text['button-save'],'icon'=>$_SESSION['theme']['button_icon_save'],'collapse'=>false,'onclick'=>"list_form_submit('form_list_device_keys');"]); echo "
\n";