mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 10:23:30 +00:00
11 lines
354 B
PHP
11 lines
354 B
PHP
<div>
|
|
<x-slot:title>
|
|
Environment Variables | Coolify
|
|
</x-slot>
|
|
|
|
<x-shared-variables.editor :resource="$environment"
|
|
:variables="$environment->environment_variables" type="environment"
|
|
title="{{ $project->name }} / {{ $environment->name }}"
|
|
:view="$view" variablesLabel="Environment shared variables" />
|
|
</div>
|