diff --git a/app/devices/resources/dashboard/device_keys.php b/app/devices/resources/dashboard/device_keys.php index 244dc37918..69b2c5f8f4 100644 --- a/app/devices/resources/dashboard/device_keys.php +++ b/app/devices/resources/dashboard/device_keys.php @@ -427,10 +427,12 @@ $token = $object->create('/app/devices/resources/dashboard/device_keys.php'); //show the content - echo "
"; + echo "
"; + + echo "
\n"; echo "
\n"; - echo "
".$text['title-device_keys']."
\n"; + echo "
".$text['title-device_keys']."
\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');"]); @@ -629,4 +631,6 @@ echo "
\n"; + echo "
\n"; + ?>