coolify/resources/views/livewire/shared-variables/project/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

8 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>