mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Clean header
This commit is contained in:
parent
7dee5b94ac
commit
2ed6ca6518
18 changed files with 33 additions and 37 deletions
|
@ -16,5 +16,6 @@
|
|||
{% block content %}{% endblock %}
|
||||
<script src="{% static "js/jquery.min.js" %}"></script>
|
||||
<script src="{% static "js/bootstrap.min.js" %}"></script>
|
||||
{% block javascript %}{% endblock %}
|
||||
</body>
|
||||
</html>
|
|
@ -105,3 +105,10 @@
|
|||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% block javascript %}
|
||||
<script type="application/javascript">
|
||||
function open_console(uuid) {
|
||||
window.open("/{% url 'console' %}/?token=" + uuid, "", "width=850,height=485");
|
||||
}
|
||||
</script>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue