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).
13 lines
500 B
PHP
13 lines
500 B
PHP
<div>
|
|
<x-slot:title>
|
|
Proxy Logs | MapleDeploy
|
|
</x-slot>
|
|
<livewire:server.navbar :server="$server" />
|
|
<div class="flex flex-col h-full gap-8 sm:flex-row">
|
|
<x-server.sidebar-proxy :server="$server" :parameters="$parameters" />
|
|
<div class="w-full">
|
|
<h2 class="pb-4">Logs</h2>
|
|
<livewire:project.shared.get-logs :server="$server" container="coolify-proxy" displayName="Coolify Proxy" :collapsible="false" />
|
|
</div>
|
|
</div>
|
|
</div>
|