coolify/resources/views/livewire/shared-variables/server/show.blade.php
Andras Bacsai 8ae56587d5
feat(ui): Shadow UI redesign, domain management, and DNS autoconfigure (#11119)
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2026-08-03 23:11:54 +02:00

10 lines
368 B
PHP

<div>
<x-slot:title>
Server Variables | Coolify
</x-slot>
<x-shared-variables.editor :resource="$server"
:variables="$server->environment_variables->whereNotIn('key', ['COOLIFY_SERVER_UUID', 'COOLIFY_SERVER_NAME'])"
type="server" title="{{ $server->name }}"
:view="$view" variablesLabel="Server shared variables" />
</div>