OLD | NEW |
1 <div id="chromeos-view-tab-content" class=content-box> | 1 <div id="chromeos-view-tab-content" class=content-box> |
2 <h3>Import ONC file</h3> | 2 <h3>Import ONC file</h3> |
3 <div id="chromeos-view-import-div"> | 3 <div id="chromeos-view-import-div"> |
4 <input type="file" id="chromeos-view-import-onc"> | 4 <input type="file" id="chromeos-view-import-onc"> |
5 </div> | 5 </div> |
6 <div id="chromeos-view-password-div" hidden> | 6 <div id="chromeos-view-password-div" hidden> |
7 This onc file appears to be encrypted. Please provide the decryption key: | 7 This onc file appears to be encrypted. Please provide the decryption key: |
8 <div> | 8 <div> |
9 <input type="password" id="chromeos-view-onc-password"> | 9 <input type="password" id="chromeos-view-onc-password"> |
10 </div> | 10 </div> |
11 </div> | 11 </div> |
12 <div id="chromeos-view-parse-status" hidden> | 12 <div id="chromeos-view-parse-status" hidden> |
13 </div> | 13 </div> |
14 <div id="chromeos-view-store-debug-logs-div"> | 14 <div id="chromeos-view-store-debug-logs-div"> |
15 <h3>Store Logs</h3> | 15 <h3>Store Logs</h3> |
16 <input type="button" | 16 <input type="button" |
17 id="chromeos-view-store-debug-logs" | 17 id="chromeos-view-store-debug-logs" |
18 value="Store Debug Logs"> | 18 value="Store Debug Logs"> |
19 <label for="chromeos-view-store-debug-logs" | 19 <label for="chromeos-view-store-debug-logs" |
20 id="chromeos-view-store-debug-logs-status"> | 20 id="chromeos-view-store-debug-logs-status"> |
21 </label> | 21 </label> |
22 </div> | 22 </div> |
| 23 <div id="chromeos-view-network-debugging-div"> |
| 24 <h3>Network Debugging</h3> |
| 25 <dl> |
| 26 <dt>Select interface for debugging</dt> |
| 27 <dd> |
| 28 <input type="button" |
| 29 value="Wi-Fi" |
| 30 id="chromeos-view-network-debugging-wifi"> |
| 31 <input type="button" |
| 32 value="Ethernet" |
| 33 id="chromeos-view-network-debugging-ethernet"> |
| 34 <input type="button" |
| 35 value="Cellular" |
| 36 id="chromeos-view-network-debugging-cellular"> |
| 37 <input type="button" |
| 38 name="subsystem" |
| 39 value="None" |
| 40 id="chromeos-view-network-debugging-none"> |
| 41 </dd> |
| 42 </dl> |
| 43 <label id="chromeos-view-network-debugging-status"> |
| 44 </label> |
| 45 </div> |
23 </div> | 46 </div> |
OLD | NEW |