luci/applications/luci-app-dockerman/luasrc/view/dockerman/container_console.htm
Florian Eckert 833aebaa64 luci-app-dockerman: view/dockerman: update coding style
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-29 16:27:03 +02:00

6 lines
269 B
HTML

<div class="cbi-map">
<iframe id="terminal" style="width: 100%; min-height: 500px; border: none; border-radius: 3px;"></iframe>
</div>
<script type="text/javascript">
document.getElementById("terminal").src = "http://" + window.location.hostname + ":7682";
</script>