Skip to content

Commit

Permalink
Show destroy link on error.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBenn committed May 17, 2017
1 parent bb39b62 commit 762590f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/starting-stopping.html
Expand Up @@ -18,7 +18,7 @@ <h4 class="status-heading qai-status-heading">QA instance stopping...</h4>
<h4 class="status-heading qai-status-heading">QA instance startup error</h4>
<% } %>

<% if (overallState === States.Starting) { %>
<% if (overallState === States.Starting || overallState === States.Error) { %>
<div class="qai-destroy-link">
<a id="qai-destroy" class="status-actions text-red qai-link">Destroy</a>
</div>
Expand Down

0 comments on commit 762590f

Please sign in to comment.