Move the webhook notes field to the bottom of the page
This commit is contained in:
parent
63084a73e4
commit
0051a6e607
1 changed files with 7 additions and 7 deletions
|
@ -78,13 +78,6 @@
|
|||
<input id="secret-token" class="form-control" disabled>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="form-label" for="notes">
|
||||
<?= lang('notes') ?>
|
||||
</label>
|
||||
<textarea id="notes" rows="4" class="form-control" disabled></textarea>
|
||||
</div>
|
||||
|
||||
<div class="border raounded mb-3 p-3">
|
||||
<label class="form-label mb-3" for="actions">
|
||||
<?= lang('actions') ?>
|
||||
|
@ -121,6 +114,13 @@
|
|||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="form-label" for="notes">
|
||||
<?= lang('notes') ?>
|
||||
</label>
|
||||
<textarea id="notes" rows="4" class="form-control" disabled></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue