chore: Update terminal button text and layout in application heading view

This commit is contained in:
Andras Bacsai
2024-09-16 10:56:11 +02:00
parent 7ebb0a4579
commit f124a1e60d
5 changed files with 21 additions and 21 deletions

View File

@@ -107,6 +107,9 @@ class ExecuteContainerCommand extends Component
} elseif (data_get($this->parameters, 'service_uuid')) {
$this->container = $this->containers->first();
}
if ($this->containers->count() === 1) {
$this->dispatch('connectToContainer');
}
}
}