Replace Coolify branding with MapleDeploy throughout the UI: logos, favicon, fonts (Overlock 900), color scheme, help links, and page titles. Remove GitHub Actions workflows and add Forgejo CI build workflow. Strip cloud-only features (subscription prompts, sponsor links, server creation cloud options).
12 lines
502 B
PHP
12 lines
502 B
PHP
<div>
|
|
<x-slot:title>
|
|
{{ data_get_str($database, 'name')->limit(10) }} > Backup | MapleDeploy
|
|
</x-slot>
|
|
<h1>Backups</h1>
|
|
<livewire:project.shared.configuration-checker :resource="$database" />
|
|
<livewire:project.database.heading :database="$database" />
|
|
<div>
|
|
<livewire:project.database.backup-edit :backup="$backup" :s3s="$s3s" :status="data_get($database, 'status')" />
|
|
<livewire:project.database.backup-executions :backup="$backup" />
|
|
</div>
|
|
</div>
|