blob: b985ee228f545b9f6336444d6e2b4e259225b9c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<div id="chromeos-view-tab-content">
<h3>Import ONC file</h3>
<input type="file" id="chromeos-view-import-onc">
<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>
|