mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 12:23:48 +00:00
11 lines
368 B
PHP
11 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>
|