fix: port required if fqdn is set
This commit is contained in:
parent
f734154da8
commit
3ee3ab0ad1
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue