fix: move terminal to separate view on services

This commit is contained in:
Andras Bacsai
2024-09-17 17:15:34 +02:00
parent 595a2414b1
commit e937d30545
5 changed files with 12 additions and 13 deletions

View File

@@ -20,6 +20,8 @@ class Navbar extends Component
public $isDeploymentProgress = false;
public $title = 'Configuration';
public function mount()
{
if (str($this->service->status())->contains('running') && is_null($this->service->config_hash)) {