This commit is contained in:
Andras Bacsai
2023-03-28 15:47:37 +02:00
parent 0b248e9be4
commit 4df66ebf00
24 changed files with 408 additions and 25 deletions

View File

@@ -15,13 +15,15 @@ class RunCommand extends Component
public $command = 'ls';
public $server = 'testing-host';
public $server;
public $servers = [];
public function mount()
{
$this->servers = Server::all()->pluck('name')->toArray();
$this->server = $this->servers[0];
}
public function render()
{