diff --git a/controller/internal/web/templates/stacks.html b/controller/internal/web/templates/stacks.html index 4c2f5cf..343e1e9 100644 --- a/controller/internal/web/templates/stacks.html +++ b/controller/internal/web/templates/stacks.html @@ -25,7 +25,7 @@

{{.Meta.DisplayName}}

{{$subdomain := index $.Subdomains .Name}} - {{if and $subdomain .Deployed}} + {{if and $subdomain (or .Deployed .Protected)}} {{$subdomain}}.{{$.Domain}} ↗