Move service application and database settings into an embedded modal with a footer, subtitle helper, and Docker restart-count control. Accept max_restart_count on the service applications API, cap compose YAML collection aliases, and tighten status, backup, and database sidebar layouts.
4 lines
207 B
PHP
4 lines
207 B
PHP
<div wire:poll.10000ms="refreshStatus" class="flex items-center gap-1">
|
|
<x-status-summary :status="$application->status" />
|
|
<x-application.restart-limit-warning :application="$application" />
|
|
</div>
|