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" %}