• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE HTML>
2<html i18n-values="dir:textdirection;">
3<head>
4  <meta charset="utf-8">
5  <title id="network" i18n-content="titleText"></title>
6  <link rel="stylesheet" href="chrome://network/network.css">
7  <script src="chrome://resources/js/load_time_data.js"></script>
8  <script src="chrome://resources/js/util.js"></script>
9  <script src="chrome://network/strings.js"></script>
10  <script src="chrome://network/network.js"></script>
11</head>
12<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
13  <p i18n-content="autoRefreshText"></p>
14  <h3>Event Log (Newest first):</h3>
15  <div id="log-level-container">
16    <button id="log-refresh" i18n-content="logRefreshText"></button>
17    <label i18n-content="logLevelShowText"></label>
18    <input id="log-error" type="checkbox">
19    <label for="log-error" i18n-content="logLevelErrorText"></label>
20    <input id="log-user" type="checkbox">
21    <label for="log-user" i18n-content="logLevelUserText"></label>
22    <input id="log-event" type="checkbox">
23    <label for="log-event" i18n-content="logLevelEventText"></label>
24    <input id="log-debug" type="checkbox">
25    <label for="log-debug" i18n-content="logLevelDebugText"></label>
26    <input id="log-fileinfo" type="checkbox">
27    <label for="log-fileinfo" i18n-content="logLevelFileinfoText"></label>
28  </div>
29  <div id="network-log-container">
30  </div>
31  <h3>Networks: </h3>
32  <table id="network-status-table">
33    <tr class="network-status-table-header">
34      <td>Path</td>
35      <td>GUID</td>
36      <td>Name</td>
37      <td>Type</td>
38      <td>Status</td>
39      <td>Profile</td>
40      <td>Connect</td>
41      <td>Error</td>
42      <td>IP Addr</td>
43      <td>Security</td>
44      <td>Technology</td>
45      <td>Activation</td>
46      <td>Roaming</td>
47      <td>OOC</td>
48      <td>Strength</td>
49    </tr>
50  </table>
51  <script src="chrome://resources/js/i18n_template2.js"></script>
52</body>
53</html>
54