mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
Scripts (#233)
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
<x-modal name="edit-source-control" :show="true">
|
||||
<x-modal
|
||||
name="edit-source-control"
|
||||
:show="true"
|
||||
x-on:modal-edit-source-control-closed.window="window.history.pushState('', '', '{{ route('settings.source-controls') }}');"
|
||||
>
|
||||
<form
|
||||
id="edit-source-control-form"
|
||||
hx-post="{{ route("settings.source-controls.update", ["sourceControl" => $sourceControl->id]) }}"
|
||||
|
Reference in New Issue
Block a user