mirror of
https://github.com/StarFleetCPTN/GoMFT.git
synced 2026-09-20 13:30:51 +02:00
Update Admin Tools Template to Improve JSON Placeholder Formatting
- Simplified the JSON placeholder in the webhook payload textarea for better readability and usability.
This commit is contained in:
@@ -653,12 +653,7 @@ templ AdminTools(ctx context.Context, data AdminToolsData) {
|
|||||||
name="webhook_payload"
|
name="webhook_payload"
|
||||||
rows="5"
|
rows="5"
|
||||||
class="form-textarea w-full font-mono text-sm"
|
class="form-textarea w-full font-mono text-sm"
|
||||||
placeholder='{
|
placeholder='{"event_type": "job_execution","job_id": 123,"job_name": "Test Job","status": "completed"}'></textarea>
|
||||||
"event_type": "job_execution",
|
|
||||||
"job_id": 123,
|
|
||||||
"job_name": "Test Job",
|
|
||||||
"status": "completed"
|
|
||||||
}'></textarea>
|
|
||||||
<p class="mt-1 text-xs text-secondary-500 dark:text-secondary-400">
|
<p class="mt-1 text-xs text-secondary-500 dark:text-secondary-400">
|
||||||
<i class="fas fa-info-circle mr-1"></i>
|
<i class="fas fa-info-circle mr-1"></i>
|
||||||
Leave empty to use default test payload
|
Leave empty to use default test payload
|
||||||
|
|||||||
Reference in New Issue
Block a user