Skip to content

Commit

Permalink
suspended containers cannot be accessed
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Käser committed Aug 11, 2015
1 parent 7d20703 commit bc12854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipynbsrv/web/templates/web/snippets/container_grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</button>
<ul class="dropdown-menu" role="menu" aria-labelledby="actions-container_1">
{% if ct.is_running %}
{% if ct.backend_base_url %}
{% if not ct.is_suspended and ct.backend_base_url %}
<li role="presentation">
<a role="menuitem" tabindex="-1" href="javascript:document.getElementById('connect-{{ ct.id }}').getElementsByTagName('button')[0].click();">Connect</a>
<form id="connect-{{ ct.id }}" action="{{ ct.backend_base_url }}" method="GET" target="_blank" role="form">
Expand Down

0 comments on commit bc12854

Please sign in to comment.