summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/net_internals/chromeos_view.html
blob: 6b552aed609ee78953e7894f5d5764e281b49d07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div id="chromeos-view-tab-content" class=content-box>
  <h3>Import ONC file</h3>
  <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>