From faef3c2df94ecfd3fef4ca7524e3bd5bc85a99e8 Mon Sep 17 00:00:00 2001 From: StarFleetCPTN Date: Thu, 20 Mar 2025 21:29:25 -0700 Subject: [PATCH] Update Admin Tools Template to Improve JSON Placeholder Formatting - Simplified the JSON placeholder in the webhook payload textarea for better readability and usability. --- components/admin_tools.templ | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/components/admin_tools.templ b/components/admin_tools.templ index f9cbf84..5722e82 100644 --- a/components/admin_tools.templ +++ b/components/admin_tools.templ @@ -653,12 +653,7 @@ templ AdminTools(ctx context.Context, data AdminToolsData) { name="webhook_payload" rows="5" class="form-textarea w-full font-mono text-sm" - placeholder='{ - "event_type": "job_execution", - "job_id": 123, - "job_name": "Test Job", - "status": "completed" - }'> + placeholder='{"event_type": "job_execution","job_id": 123,"job_name": "Test Job","status": "completed"}'>

Leave empty to use default test payload