chore(ui): add container labels header (#8752)

This commit is contained in:
Andras Bacsai 2026-03-05 14:19:00 +01:00 committed by GitHub
commit 8dfb393de0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -527,6 +527,7 @@ class="flex items-start gap-2 p-4 mb-4 text-sm rounded-lg bg-blue-50 dark:bg-blu
@endif
</div>
<h3 class="pt-8">Labels</h3>
@if ($application->settings->is_container_label_readonly_enabled)
<x-forms.textarea readonly disabled label="Container Labels" rows="15" id="customLabels"
monacoEditorLanguage="ini" useMonacoEditor x-bind:disabled="!canUpdate"></x-forms.textarea>