wip: dockerimage
This commit is contained in:
11
resources/views/livewire/project/new/docker-image.blade.php
Normal file
11
resources/views/livewire/project/new/docker-image.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<div>
|
||||
<h1>Create a new Application</h1>
|
||||
<div class="pb-4">You can deploy an existing Docker Image from any Registry.</div>
|
||||
<form wire:submit.prevent="submit">
|
||||
<div class="flex gap-2 pb-1">
|
||||
<h2>Docker Image</h2>
|
||||
<x-forms.button type="submit">Save</x-forms.button>
|
||||
</div>
|
||||
<x-forms.input rows="20" id="dockerImage" placeholder="nginx"></x-forms.textarea>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user