From 101f286f6b3574c2a40303c0debb452784bea94f Mon Sep 17 00:00:00 2001 From: 0akarma Date: Sun, 26 Jan 2020 12:17:25 +0800 Subject: [PATCH] Prettify the admin-containers page --- CTFd/plugins/ctfd-owl/templates/containers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CTFd/plugins/ctfd-owl/templates/containers.html b/CTFd/plugins/ctfd-owl/templates/containers.html index 78cdf130..60bd1387 100644 --- a/CTFd/plugins/ctfd-owl/templates/containers.html +++ b/CTFd/plugins/ctfd-owl/templates/containers.html @@ -52,7 +52,7 @@

CTFd Owl Instances

- {% if container.port == 0 %} + {% if container.redirect_type == 'http' %} {% if configs.get('frp_http_port', "80") == "80" %} {{ "http://" + container.uuid + configs.get('frp_http_domain_suffix', "") }} {% else %}