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

Unified Diff: chrome/browser/resources/local_discovery/local_discovery.html

Issue 20070002: Demo UI for device discovery and registration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Gate devices page on enable_mdns=1 Created 7 years, 5 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/local_discovery/local_discovery.html
diff --git a/chrome/browser/resources/local_discovery/local_discovery.html b/chrome/browser/resources/local_discovery/local_discovery.html
index dc1e8df8a6b847011ae205b4d534a48953c34d3e..ce82bd40d51b32cd396c3fdd933860b7155efa74 100644
--- a/chrome/browser/resources/local_discovery/local_discovery.html
+++ b/chrome/browser/resources/local_discovery/local_discovery.html
@@ -13,6 +13,7 @@
Searching for discoverable devices...
</p>
<div>
+ <div id="infoConsole"> </div>
James Hawkins 2013/07/29 16:27:03 nit: IDs should be dash-case.
James Hawkins 2013/07/29 16:27:03 nit: Remove space in div.
Noam Samuel 2013/08/02 22:20:02 Done.
<table id="devices-table" width="100%">
<thead>
<th>Name</th>
James Hawkins 2013/07/29 16:27:03 These strings need to be localized.
Noam Samuel 2013/07/29 16:58:01 This is a provisional UI behind a flag. We plan to
James Hawkins 2013/07/29 17:01:57 Let's assume you're going to get signoff (otherwis
Noam Samuel 2013/08/02 22:20:02 Done.
@@ -21,9 +22,9 @@
<th>IP</th>
<th>Metadata</th>
<th>Last seen</th>
- <th>Registered</th>
+ <th>Register</th>
</thead>
</table>
</div>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698