mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
Add run command of predefined server
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<div>
|
||||
<div>
|
||||
<label for="command">
|
||||
<input autofocus class="py-2 rounded ring-1" id="command" wire:model="command" type="text"
|
||||
wire:keydown.enter="runCommand" />
|
||||
<input autofocus id="command" wire:model="command" type="text" wire:keydown.enter="runCommand" />
|
||||
<input id="command" wire:model="server" type="text" />
|
||||
</label>
|
||||
<button wire:click="runCommand">Run command</button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user