mirror of
https://github.com/coollabsio/coolify.git
synced 2026-09-25 17:01:49 -04:00
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.
5 lines
225 B
PHP
5 lines
225 B
PHP
<div wire:poll.10000ms="refreshStatus" class="flex items-center gap-1">
|
|
<x-status-summary :status="$database->status" title="Database status" />
|
|
<x-application.restart-limit-warning :application="$database" />
|
|
</div>
|