fix: port required if fqdn is set
This commit is contained in:
parent
f734154da8
commit
3ee3ab0ad1
@ -1074,6 +1074,7 @@
|
|||||||
readonly={!$appSession.isAdmin}
|
readonly={!$appSession.isAdmin}
|
||||||
name="port"
|
name="port"
|
||||||
id="port"
|
id="port"
|
||||||
|
required={!!dockerComposeConfiguration[service.name].fqdn}
|
||||||
bind:value={dockerComposeConfiguration[service.name].port}
|
bind:value={dockerComposeConfiguration[service.name].port}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user