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