summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/net_internals/chromeos_view.html
blob: 8d221ed294e8accadb9fe4e4d864d153143abcc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<div id="chromeos-view-tab-content" class=content-box>
  <h4 style='margin-top:0'>Import ONC file</h4>
  <div id="chromeos-view-import-div">
    <input type="file" id="chromeos-view-import-onc">
  </div>
  <div id="chromeos-view-password-div" hidden>
    This onc file appears to be encrypted.  Please provide the decryption key:
    <div>
      <input type="password" id="chromeos-view-onc-password">
    </div>
  </div>
  <div id="chromeos-view-parse-status" hidden>
  </div>
  <div id="chromeos-view-store-debug-logs-div">
    <h4>Store Logs</h4>
    <input type="button"
           id="chromeos-view-store-debug-logs"
           value="Store Debug Logs">
    <label for="chromeos-view-store-debug-logs"
           id="chromeos-view-store-debug-logs-status">
    </label>
  </div>
  <div id="chromeos-view-network-debugging-div">
    <h4>Network Debugging</h4>
    <dl>
      <dt>Select interface for debugging</dt>
      <dd>
        <input type="button"
               value="Wi-Fi"
               id="chromeos-view-network-debugging-wifi">
        <input type="button"
               value="Ethernet"
               id="chromeos-view-network-debugging-ethernet">
        <input type="button"
               value="Cellular"
               id="chromeos-view-network-debugging-cellular">
        <input type="button"
               value="WiMAX"
               id="chromeos-view-network-debugging-wimax">
        <input type="button"
               name="subsystem"
               value="None"
               id="chromeos-view-network-debugging-none">
      </dd>
    </dl>
    <label id="chromeos-view-network-debugging-status">
    </label>
  </div>
</div>