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

Unified Diff: chrome/browser/resources/settings/internet_page/network_property_list.html

Issue 2856023002: MD Settings: Internet: Fix IP config visibility (Closed)
Patch Set: Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/internet_page/network_property_list.html
diff --git a/chrome/browser/resources/settings/internet_page/network_property_list.html b/chrome/browser/resources/settings/internet_page/network_property_list.html
index d2972ee20299560281c25fabcadb18e6a5b96823..0ed1f383fdaa753a4af8d35fd3b33bd75e876c5b 100644
--- a/chrome/browser/resources/settings/internet_page/network_property_list.html
+++ b/chrome/browser/resources/settings/internet_page/network_property_list.html
@@ -35,7 +35,7 @@
<div>[[getPropertyLabel_(item, prefix)]]</div>
<!-- Uneditable property value -->
<div class="layout horizontal"
- hidden$="[[isEditable_(item, '', propertyDict, editFieldTypes)]]">
+ hidden="[[isEditable_(item, '', propertyDict, editFieldTypes)]]">
<div class="secondary">
[[getPropertyValue_(item, prefix, propertyDict)]]
</div>

Powered by Google App Engine
This is Rietveld 408576698