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

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: Updated after UX input. 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
« no previous file with comments | « remoting/webapp/main.css ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/main.html
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
index 005582451351244b380dedac114281ca29e5a57a..a607812392cdae319447519d16799cbff6debedc 100644
--- a/remoting/webapp/main.html
+++ b/remoting/webapp/main.html
@@ -182,6 +182,18 @@ found in the LICENSE file.
i18n-content="HOME_DAEMON_CHANGE_PIN_LINK"></a>
</div>
</div> <!-- daemon-control -->
+ <div id="host-list-empty" hidden>
+ <div id="host-list-empty-hosting-supported"
+ class="host-list-empty-instructions"
+ i18n-content="HOST_LIST_EMPTY_HOSTING_SUPPORTED"
+ i18n-value-name-1="HOME_DAEMON_START_BUTTON">
+ </div>
+ <div id="host-list-empty-hosting-unsupported"
+ class="host-list-empty-instructions"
+ i18n-content="HOST_LIST_EMPTY_HOSTING_UNSUPPORTED"
+ i18n-value-name-1="HOME_DAEMON_START_BUTTON">
+ </div>
+ </div>
</div> <!-- me2me-content -->
</section> <!-- host-list-div -->
</div> <!-- home -->
« no previous file with comments | « remoting/webapp/main.css ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698