Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1750)

Side by Side Diff: chrome/browser/resources/net_internals/chromeos_view.html

Issue 8741009: ONC import option to chromeos tab in chrome://net-internals (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: move status text to js Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <style>
James Hawkins 2011/12/04 18:13:07 Move this out to either chromeos_view.css or the a
achuithb 2011/12/04 21:56:42 Done.
2 #chromeos-view-password-div,
3 #chromeos-view-parse-status {
4 margin-top: 20px;
5 }
6 </style>
7
8 <div id="chromeos-view-tab-content">
9 <h3>Import ONC file</h3>
10 <input type="file" id="chromeos-view-import-onc">
11 <div id="chromeos-view-password-div" hidden>
12 This onc file appears to be encrypted. Please provide the decryption key:
13 <div>
14 <input type="password" id="chromeos-view-onc-password">
15 </div>
16 </div>
17 <div id="chromeos-view-parse-status" hidden>
18 </div>
19 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698