Inital commit version v0.5.13 from https://github.com/lisaac/luci-app-dockerman Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 lines
No EOL
270 B
HTML
6 lines
No EOL
270 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> |