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

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

Issue 848993002: Improve apps v2 upgrade UX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address outstanding feedbacks Created 5 years, 11 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/base/js/base.js ('k') | remoting/webapp/crd/js/apps_v2_migration.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/html/ui_me2me.html
diff --git a/remoting/webapp/crd/html/ui_me2me.html b/remoting/webapp/crd/html/ui_me2me.html
index ca2cc46b18d8071efde24a63854258cd7660b3e9..ca7b835af65280047847a8bf185eff70cf846404 100644
--- a/remoting/webapp/crd/html/ui_me2me.html
+++ b/remoting/webapp/crd/html/ui_me2me.html
@@ -41,17 +41,8 @@ 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 id="host-list-empty"
+ class="host-list-empty-instructions" hidden>
</div>
<div id="daemon-control" data-daemon-state="enabled disabled" hidden>
« no previous file with comments | « remoting/webapp/base/js/base.js ('k') | remoting/webapp/crd/js/apps_v2_migration.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698