From 84f436817bec8d1672bc175d1cf7c9c57158b8ea Mon Sep 17 00:00:00 2001 From: rmanach Date: Tue, 26 Sep 2023 12:20:43 +0200 Subject: [PATCH] load stream js scripts on pending state --- templates/deployment/details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/deployment/details.html b/templates/deployment/details.html index 8025f4e..1c25b92 100644 --- a/templates/deployment/details.html +++ b/templates/deployment/details.html @@ -12,7 +12,7 @@ {% endblock %} {% block headscript %} - {% if deployment.status == "RUNNING" %} + {% if deployment.status == "RUNNING" or deployment.status == "PENDING" %}