2020-04-22 10:00:15 +00:00
|
|
|
<div class="cbi-map">
|
2020-07-29 14:27:03 +00:00
|
|
|
<iframe id="terminal" style="width: 100%; min-height: 500px; border: none; border-radius: 3px;"></iframe>
|
2020-04-22 10:00:15 +00:00
|
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
2020-07-29 14:27:03 +00:00
|
|
|
document.getElementById("terminal").src = "http://" + window.location.hostname + ":7682";
|
2020-06-10 08:50:55 +00:00
|
|
|
</script>
|