fix: resources

This commit is contained in:
Andras Bacsai
2024-02-16 22:15:18 +01:00
parent e0b0dda382
commit f8c86769a7
4 changed files with 27 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ class Services extends Component
public function __construct(
public Service $service,
public string $complexStatus = 'exited',
public bool $showRefreshButton = true
) {
$this->complexStatus = $service->status();
}