This commit is contained in:
Andras Bacsai
2023-04-19 12:42:15 +02:00
parent d6c725ea83
commit d947175e4b
35 changed files with 333 additions and 112 deletions

View File

@@ -27,10 +27,6 @@ class RunCommand extends Component
$this->servers = Server::all();
$this->server = $this->servers[0]->uuid;
}
public function render()
{
return view('livewire.run-command');
}
public function runCommand()
{