mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Fix endif issue
This commit is contained in:
parent
2fbc82bfd1
commit
e179502e2e
1 changed files with 7 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue