fix: move POST badge before input field
Repositioned POST badge to appear before the webhook URL input field. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
4b5c641d1b
commit
0603acfc43
1 changed files with 1 additions and 1 deletions
|
|
@ -24,10 +24,10 @@
|
||||||
<x-forms.checkbox canGate="update" :canResource="$settings" instantSave="instantSaveWebhookEnabled" id="webhookEnabled" label="Enabled" />
|
<x-forms.checkbox canGate="update" :canResource="$settings" instantSave="instantSaveWebhookEnabled" id="webhookEnabled" label="Enabled" />
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-end gap-2">
|
<div class="flex items-end gap-2">
|
||||||
|
<span class="px-3 py-2 text-sm font-mono font-semibold rounded btn btn-sm btn-warning no-animation">POST</span>
|
||||||
<x-forms.input canGate="update" :canResource="$settings" type="password"
|
<x-forms.input canGate="update" :canResource="$settings" type="password"
|
||||||
helper="Enter a valid HTTP or HTTPS URL. Coolify will send POST requests to this endpoint when events occur."
|
helper="Enter a valid HTTP or HTTPS URL. Coolify will send POST requests to this endpoint when events occur."
|
||||||
required id="webhookUrl" label="Webhook URL" />
|
required id="webhookUrl" label="Webhook URL" />
|
||||||
<span class="px-3 py-2 text-sm font-mono font-semibold rounded btn btn-sm btn-warning no-animation">POST</span>
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<h2 class="mt-4">Notification Settings</h2>
|
<h2 class="mt-4">Notification Settings</h2>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue