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).
6 lines
176 B
PHP
6 lines
176 B
PHP
<div>
|
|
<x-slot:title>
|
|
{{ data_get_str($storage, 'name')->limit(10) }} >Storages | MapleDeploy
|
|
</x-slot>
|
|
<livewire:storage.form :storage="$storage" />
|
|
</div>
|