Add is_updating status handling

Change-Id: Iff0f32ae52ce8ad4031b81a66729e53c629e8132
This commit is contained in:
Radomir Dopieralski 2015-01-22 13:33:57 +01:00
parent 40b15ad3ec
commit 5fd74363f3
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<div class="row">
<div class="col-xs-4">
{% 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" %}