Fix endif issue

This commit is contained in:
eddie-sjoblad 2026-01-14 22:17:49 +01:00
parent 2fbc82bfd1
commit e179502e2e

View file

@ -509,13 +509,14 @@
helper="A comma separated list of custom network aliases you would like to add for container in Docker network.<br><br><span class='inline-block font-bold dark:text-warning'>Example:</span><br>api.internal,api.local"
wire:model="customNetworkAliases" x-bind:disabled="!canUpdate" />
@endif
@if(!application->destination->server->isSwarm())
<div class="flex xl:flex-row">
<x-forms.input id="testIpallowlist" label="Network allow list (Traefik only)"
helper="A comma separated list of allowed ips you would like to be able to access the Docker service.<br><br><span class='inline-block font-bold dark:text-warning'>Example:</span><br>192.168.1.100, 192.168.1.200"
wire:model="testIpallowlist" x-bind:disabled="!canUpdate" />
</div>
</div>
@if(!$application->destination->server->isSwarm())
<div class="flex xl:flex-row">
<x-forms.input id="testIpallowlist" label="Network allow list (Traefik only)"
helper="A comma separated list of allowed ips you would like to be able to access the Docker service.<br><br><span class='inline-block font-bold dark:text-warning'>Example:</span><br>192.168.1.100, 192.168.1.200"
wire:model="testIpallowlist" x-bind:disabled="!canUpdate" />
</div>
@endif
<h3 class="pt-8">HTTP Basic Authentication</h3>
<div>