Add run command of predefined server

This commit is contained in:
Andras Bacsai
2023-03-24 15:48:57 +01:00
parent f7c615c958
commit 789b699556
3 changed files with 22 additions and 14 deletions

View File

@@ -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>