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

Unified Diff: remoting/webapp/main.html

Issue 10703034: Remove 'Enable' button on unsupported platforms. Added 'No hosts' message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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: remoting/webapp/main.html
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
index a906565df215b0efc9040997f12f1dc066eb67b5..6b63dfadf92237b0eecc91ca1c2b0408260eb90f 100644
--- a/remoting/webapp/main.html
+++ b/remoting/webapp/main.html
@@ -140,6 +140,11 @@ found in the LICENSE file.
</div>
<div id="me2me-content">
<div id="host-list" hidden></div>
+ <div id="host-list-empty"
+ i18n-content="HOST_LIST_EMPTY"
+ i18n-value-1="<b>"
+ i18n-value-name-2="HOME_DAEMON_START_BUTTON"
+ i18n-value-3="</b>" hidden></div>
<div id="host-list-error" class="box" hidden>
<div id="host-list-error-message" class="error-state"></div>
<div class="box-spacer"></div>

Powered by Google App Engine
This is Rietveld 408576698