Merge "Add is_updating status handling"

This commit is contained in:
Jenkins 2015-01-26 13:41:17 +00:00 committed by Gerrit Code Review
commit 35c66fade2
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" %}