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

Side by Side Diff: chrome/browser/resources/options/chromeos/internet_detail.html

Issue 482243002: Use Managed properties for Preferred and Provider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 months 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/internet_detail.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="details-internet-page" class="page" hidden> 1 <div id="details-internet-page" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <!-- Network header --> 3 <!-- Network header -->
4 <div id="network-details-header"> 4 <div id="network-details-header">
5 <div id="network-details-title"></div> 5 <div id="network-details-title"></div>
6 <div id="network-details-subtitle"> 6 <div id="network-details-subtitle">
7 <span id="network-details-subtitle-status"></span> 7 <span id="network-details-subtitle-status"></span>
8 <span id="network-details-subtitle-separator"> - </span> 8 <span id="network-details-subtitle-separator"> - </span>
9 <span id="network-details-subtitle-type"></span> 9 <span id="network-details-subtitle-type"></span>
10 </div> 10 </div>
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 <table class="option-control-table"> 67 <table class="option-control-table">
68 <tr id="prefer-network"> 68 <tr id="prefer-network">
69 <td> 69 <td>
70 <div class="checkbox"> 70 <div class="checkbox">
71 <span class="controlled-setting-with-label"> 71 <span class="controlled-setting-with-label">
72 <input id="prefer-network-wifi" type="checkbox"> 72 <input id="prefer-network-wifi" type="checkbox">
73 <span> 73 <span>
74 <label for="prefer-network-wifi" 74 <label for="prefer-network-wifi"
75 i18n-content="inetPreferredNetwork"> 75 i18n-content="inetPreferredNetwork">
76 </label> 76 </label>
77 <span class="controlled-setting-indicator" data="preferred" 77 <span class="controlled-setting-indicator"
78 for="prefer-network-wifi"> 78 managed="Priority" for="prefer-network-wifi">
79 </span> 79 </span>
80 </span> 80 </span>
81 </span> 81 </span>
82 </div> 82 </div>
83 </td> 83 </td>
84 </tr> 84 </tr>
85 <tr class="auto-connect-network"> 85 <tr class="auto-connect-network">
86 <td> 86 <td>
87 <div class="checkbox"> 87 <div class="checkbox">
88 <span class="controlled-setting-with-label"> 88 <span class="controlled-setting-with-label">
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 </tr> 217 </tr>
218 <tr> 218 <tr>
219 <td class="option-name" i18n-content="inetServiceName"></td> 219 <td class="option-name" i18n-content="inetServiceName"></td>
220 <td id="inet-service-name" class="option-value"></td> 220 <td id="inet-service-name" class="option-value"></td>
221 </tr> 221 </tr>
222 <tr> 222 <tr>
223 <td class="option-name" i18n-content="inetServerHostname"></td> 223 <td class="option-name" i18n-content="inetServerHostname"></td>
224 <td> 224 <td>
225 <input class="option-value" id="inet-server-hostname"></input> 225 <input class="option-value" id="inet-server-hostname"></input>
226 <span class="controlled-setting-indicator" 226 <span class="controlled-setting-indicator"
227 data="serverHostname" for="inet-server-hostname"></span> 227 managed="VPN.Host" for="inet-server-hostname"></span>
228 </td> 228 </td>
229 </tr> 229 </tr>
230 <tr> 230 <tr>
231 <td class="option-name" i18n-content="inetProviderType"></td> 231 <td class="option-name" i18n-content="inetProviderType"></td>
232 <td id="inet-provider-type" class="option-value"></td> 232 <td id="inet-provider-type" class="option-value"></td>
233 </tr> 233 </tr>
234 <tr> 234 <tr>
235 <td class="option-name" i18n-content="inetUsername"></td> 235 <td class="option-name" i18n-content="inetUsername"></td>
236 <td id="inet-username" class="option-value"></td> 236 <td id="inet-username" class="option-value"></td>
237 </tr> 237 </tr>
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 </button> 684 </button>
685 <button id="details-internet-configure" i18n-content="configureButton"> 685 <button id="details-internet-configure" i18n-content="configureButton">
686 </button> 686 </button>
687 <button id="activate-details" i18n-content="activateButton"></button> 687 <button id="activate-details" i18n-content="activateButton"></button>
688 <button id="buyplan-details" i18n-content="buyplanButton"></button> 688 <button id="buyplan-details" i18n-content="buyplanButton"></button>
689 <button id="view-account-details" i18n-content="viewAccountButton"> 689 <button id="view-account-details" i18n-content="viewAccountButton">
690 </button> 690 </button>
691 </div> 691 </div>
692 </div> 692 </div>
693 </div> 693 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/internet_detail.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698