diff --git a/templates/deployment/board.html b/templates/deployment/board.html index a7e022f..de4651f 100644 --- a/templates/deployment/board.html +++ b/templates/deployment/board.html @@ -17,14 +17,14 @@ {% block content %}
-
+
{% if user.is_authenticated %} - + {% for deployment in page_obj %} @@ -34,19 +34,19 @@ {% if deployment.status == "FAILED" or deployment.status == "READY" %} {% elif deployment.status == "RUNNING" %}
Name Type Status
{{ deployment.status }} - +
{% csrf_token %} - +
-