mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Fixed consoled app
This commit is contained in:
parent
6604aa9d11
commit
f5ce432c56
3 changed files with 14 additions and 14 deletions
|
@ -215,7 +215,7 @@
|
|||
</div>
|
||||
{% endblock %}
|
||||
{% block script %}
|
||||
<script src="{{ STATIC_URL }}/js/sortable.min.js"></script>
|
||||
<script src="{{ STATIC_URL }}js/sortable.min.js"></script>
|
||||
<script>
|
||||
function open_console(uuid) {
|
||||
window.open("{% url 'console' %}?token=" + uuid, "", "width=850,height=485");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue