This commit is contained in:
Cynthia Ebert 2026-03-04 10:45:10 +01:00 committed by GitHub
commit 17550a198e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -527,6 +527,7 @@
@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>