Update _portal.tpl

This commit is contained in:
Kjeld Schouten-Lebbing
2023-03-19 17:53:10 +01:00
committed by GitHub
parent 757bfb76c0
commit 0bd6425be0

View File

@@ -114,7 +114,7 @@
{{- 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" ) ) -}}