blob: 030acf74d185904c7c5fe5015e13d9150bf5f03d (
plain)
1
2
3
4
5
6
|
<div class="cbi-map">
<iframe id="terminal" style="width: 100%; min-height: 500px; border: none; border-radius: 3px;"></iframe>
</div>
<script>
document.getElementById("terminal").src = "http://" + window.location.hostname + ":7682";
</script>
|