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

Unified Diff: remoting/webapp/html/ui_me2me.html

Issue 345773005: Show proper message when host list is empty. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/html/ui_me2me.html
diff --git a/remoting/webapp/html/ui_me2me.html b/remoting/webapp/html/ui_me2me.html
index 057157aa1874714a9c36c410985fcd654276ab8a..ca2cc46b18d8071efde24a63854258cd7660b3e9 100644
--- a/remoting/webapp/html/ui_me2me.html
+++ b/remoting/webapp/html/ui_me2me.html
@@ -41,6 +41,19 @@ found in the LICENSE file.
id="host-list-refresh-failed-button"></button>
</div>
+ <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 id="daemon-control" data-daemon-state="enabled disabled" hidden>
<div class="section-row no-non-local-hosts"
data-daemon-state="disabled">
@@ -88,18 +101,6 @@ found in the LICENSE file.
i18n-content="HOME_DAEMON_MANAGE_PAIRINGS"></a>
</div>
</div> <!-- enabled -->
- <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> <!-- daemon-control -->
</div> <!-- me2me-content -->
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698