We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4b1d7 commit 130e81bCopy full SHA for 130e81b
1 file changed
create-a-container/views/containers/index.ejs
@@ -69,7 +69,7 @@
69
<td><%= r.sshPort || '-' %></td>
70
<td><%= r.httpPort || '-' %></td>
71
<td>
72
- <% if (r.status === 'running') { %>
+ <% if (r.status === 'running' || r.status === 'failed') { %>
73
<a href="/sites/<%= site.id %>/containers/<%= r.id %>/edit" class="btn btn-primary btn-sm" aria-label="Edit services for container <%= r.hostname %>">Edit</a>
74
<% } %>
75
<form method="POST" action="/sites/<%= site.id %>/containers/<%= r.id %>" style="display: inline;" onsubmit="return confirm('Are you sure you want to delete container <%= r.hostname %>? This action cannot be undone.');">
0 commit comments