fix(common): disable removing port due to iX bug

This commit is contained in:
Kjeld Schouten-Lebbing
2023-03-19 15:49:10 +01:00
committed by GitHub
parent a0e46fb34b
commit 233f5ff3fd

View File

@@ -114,10 +114,13 @@
{{- if eq $port "80" -}}
{{- $protocol = "http" -}}
{{- end -}}
{{/* TODO: Reenable when iX fixes bugs crashing GUI on empty port */}}
{{/*
{{- if or ( and ( eq $protocol "https" ) ( eq $port "443" ) ) ( and ( eq $protocol "http" ) ( eq $port "80" ) ) -}}
{{- $port = "" -}}
{{- end -}}
*/}}
{{- $port = toString $port -}}