fix 13
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
<link rel="stylesheet" href="/static/css/app.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="session-shell" id="session-shell">
|
||||
<div class="session-shell" id="session-shell" data-host-id="{{ host_id }}">
|
||||
<div class="session-toolbar">
|
||||
<button id="fullscreen-btn">Vollbild</button>
|
||||
<span class="spacer"></span>
|
||||
@ -17,7 +17,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/static/js/vendor/guacamole-common.js"></script>
|
||||
<script>window.JUMPHOST_HOST_ID = {{ host_id }};</script>
|
||||
<script src="/static/js/rdp.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user