Index: chrome/browser/resources/options/chromeos/internet_detail.html |
diff --git a/chrome/browser/resources/options/chromeos/internet_detail.html b/chrome/browser/resources/options/chromeos/internet_detail.html |
index dd939e81f2ba6b2c182c04766b8f8820da885d6d..d59dd232486e71e465347952e523ae31f81f73e6 100644 |
--- a/chrome/browser/resources/options/chromeos/internet_detail.html |
+++ b/chrome/browser/resources/options/chromeos/internet_detail.html |
@@ -106,6 +106,11 @@ |
<tr> |
<td class="option-name" i18n-content="connectionState"></td> |
<td id="wifi-connection-state" class="option-value"></td> |
+ </tr> |
+ <tr> |
+ <td class="option-name" i18n-content="restrictedPool"></td> |
pneubeck (no reviews)
2014/09/05 16:05:44
All 'Restricted' fields could be shown as a checkb
stevenjb
2014/09/05 16:54:20
As mentioned earlier, I don't want to change the U
|
+ <td id="wifi-restricted-pool" class="option-value"></td> |
+ </tr> |
<tr> |
<td class="option-name" i18n-content="inetSsid"></td> |
<td id="wifi-ssid" class="option-value"></td> |
@@ -175,6 +180,10 @@ |
<td class="option-name" i18n-content="connectionState"></td> |
<td id="wimax-connection-state" class="option-value"></td> |
</tr> |
+ <tr> |
+ <td class="option-name" i18n-content="restrictedPool"></td> |
+ <td id="wimax-restricted-pool" class="option-value"></td> |
+ </tr> |
<tr id="wimax-eap-identity-entry"> |
<td class="option-name" i18n-content="inetUsername"></td> |
<td id="wimax-eap-identity" class="option-value"></td> |
@@ -264,7 +273,7 @@ |
</tr> |
<tr> |
<td class="option-name" i18n-content="restrictedPool"></td> |
- <td id="restricted-pool" class="option-value"></td> |
+ <td id="cellular-restricted-pool" class="option-value"></td> |
</tr> |
<tr> |
<td class="option-name" i18n-content="operatorName"></td> |