mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-03 12:34:08 +00:00
logs ot fixes in executeNow.
errors handled properly, etc.
This commit is contained in:
15
resources/views/livewire/application-form.blade.php
Normal file
15
resources/views/livewire/application-form.blade.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<div>
|
||||
<form class="flex flex-col">
|
||||
<label>Name</label>
|
||||
<input wire:model="name" type="text" name="name" />
|
||||
<label>Fqdn</label>
|
||||
<input wire:model="fqdn" type="text" name="fqdn" />
|
||||
<label>Repository</label>
|
||||
<input wire:model="git_repository" type="text" name="git_repository" />
|
||||
<label>Branch</label>
|
||||
<input wire:model="git_branch" type="text" name="git_branch" />
|
||||
<label>Commit SHA</label>
|
||||
<input wire:model="git_commit_sha" type="text" name="git_commit_sha" />
|
||||
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user