Added description text on Proxy configuration title

This commit is contained in:
ShadowArcanist
2025-09-22 00:05:26 +05:30
parent 8c005435b5
commit 9da54bc94f

View File

@@ -20,7 +20,8 @@
@endif
<x-forms.button canGate="update" :canResource="$server" type="submit">Save</x-forms.button>
</div>
<h3>Advanced</h3>
<div class="subtitle">Configure your proxy settings and advanced options.</div>
<h3>Advanced</h3>
<div class="pb-4 w-96">
<x-forms.checkbox canGate="update" :canResource="$server"
helper="If set, all resources will only have docker container labels for {{ str($server->proxyType())->title() }}.<br>For applications, labels needs to be regenerated manually. <br>Resources needs to be restarted."