Home | History | Annotate | Download | only in local_discovery
      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4   <meta charset="utf-8">
      5   <title>Local Discovery Debug Page</title>
      6   <link rel="stylesheet" href="local_discovery.css">
      7   <script src="chrome://resources/js/cr.js"></script>
      8   <script src="chrome://resources/js/util.js"></script>
      9   <script src="local_discovery.js"></script>
     10 </head>
     11 <body>
     12   <p>
     13     Searching for discoverable devices...
     14   </p>
     15   <div>
     16     <table id="devices-table" width="100%">
     17       <thead>
     18         <th>Name</th>
     19         <th>Domain</th>
     20         <th>Port</th>
     21         <th>IP</th>
     22         <th>Metadata</th>
     23         <th>Last seen</th>
     24         <th>Registered</th>
     25       </thead>
     26     </table>
     27   </div>
     28 </body>
     29 </html>