- <%+header%>
- <style>
- .container{
- max-width:100% !important;
- }
- </style>
- <div class="cbi-map">
- <iframe id="netdata" style="width: 100%; min-height: 1200px; border: none; border-radius: 3px;"></iframe>
- </div>
- <script type="text/javascript">
- document.getElementById("netdata").src = "http://" + window.location.hostname + ":19999";
- </script>
- <%+footer%>
|