netdata.htm 381 B

12345678910111213
  1. <%+header%>
  2. <style>
  3. .container{
  4. max-width:100% !important;
  5. }
  6. </style>
  7. <div class="cbi-map">
  8. <iframe id="netdata" style="width: 100%; min-height: 1200px; border: none; border-radius: 3px;"></iframe>
  9. </div>
  10. <script type="text/javascript">
  11. document.getElementById("netdata").src = "http://" + window.location.hostname + ":19999";
  12. </script>
  13. <%+footer%>