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> |