diff --git a/library/common/templates/spawner/_portal.tpl b/library/common/templates/spawner/_portal.tpl index a6177013..a2de82a4 100644 --- a/library/common/templates/spawner/_portal.tpl +++ b/library/common/templates/spawner/_portal.tpl @@ -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" ) ) -}}