1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Clean header

This commit is contained in:
Retspen 2015-02-27 14:44:44 +02:00
parent 7dee5b94ac
commit 2ed6ca6518
18 changed files with 33 additions and 37 deletions

View file

@ -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>

View file

@ -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 %}