Commit 38d5b94b by Bence Dányi

webui: selected vm details are not hidden

parent f2577fb3
...@@ -277,7 +277,10 @@ $(function() { ...@@ -277,7 +277,10 @@ $(function() {
} }
}) })
}) })
$('.selected-summary').next().show();
// manually open details of the selected vm
$('.selected-summary').click();
/** /**
* Connect button new window * Connect button new window
*/ */
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{% get_current_language as LANGUAGE_CODE %} {% get_current_language as LANGUAGE_CODE %}
{% block content %} {% block content %}
<li class="entry {% if id == vm.id %}opened{% endif %}" id="vm-{{vm.id}}"> <li class="entry" id="vm-{{vm.id}}">
{{block.super }} {{block.super }}
</li> </li>
{% endblock content %} {% endblock content %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment