From 5fd74363f306a3065aad8ce33092af9ace33fb1a Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Thu, 22 Jan 2015 13:33:57 +0100 Subject: [PATCH] Add is_updating status handling Change-Id: Iff0f32ae52ce8ad4031b81a66729e53c629e8132 --- tuskar_boxes/templates/tuskar_boxes/overview/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuskar_boxes/templates/tuskar_boxes/overview/index.html b/tuskar_boxes/templates/tuskar_boxes/overview/index.html index 1149312..2cf0300 100644 --- a/tuskar_boxes/templates/tuskar_boxes/overview/index.html +++ b/tuskar_boxes/templates/tuskar_boxes/overview/index.html @@ -28,7 +28,7 @@
{% if stack %} - {% if stack.is_deleting or stack.is_deploying %} + {% if stack.is_deleting or stack.is_deploying or stack.is_updating %} {% include "infrastructure/overview/deployment_progress.html" %} {% elif stack.is_delete_failed or stack.is_failed %} {% include "infrastructure/overview/deployment_failed.html" %}