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

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

Issue 978863002: Better UI when the machine is shared under a different account (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's feedback Created 5 years, 10 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/html/main.css ('k') | remoting/webapp/crd/js/local_host_section.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 c9c7fc507096b78f121c6c74c1efa5e1f34e3801..e7642d4131fc1f797d4660f725e0e1492e98699e 100644
--- a/remoting/webapp/crd/html/ui_me2me.html
+++ b/remoting/webapp/crd/html/ui_me2me.html
@@ -45,23 +45,34 @@ found in the LICENSE file.
class="host-list-empty-instructions" hidden>
</div>
- <div class="daemon-control" data-daemon-state="enabled disabled" hidden>
- <div class="section-row no-non-local-hosts"
+ <div class="daemon-control"
+ data-daemon-state="enabled disabled enabled-other-account" hidden>
+ <div class="section-row daemon-disabled"
data-daemon-state="disabled">
<img src="icon_host.webp" class="host-list-main-icon">
- <div class="box-spacer host-list-label"
- id="start-daemon-message"
+ <div class="box-spacer"
+ class="no-daemon-message"
i18n-content="HOME_DAEMON_START_MESSAGE"></div>
<button type="button"
class="start-daemon"
i18n-content="HOME_DAEMON_START_BUTTON">
</button>
</div> <!-- disabled -->
+ <div class="section-row host-enabled-other-account"
+ data-daemon-state="enabled-other-account">
+ <img src="icon_host.webp" class="host-list-main-icon">
+ <div class="box-spacer"
+ i18n-content="HOME_DAEMON_HOST_ENABLED_OTHER_ACCOUNT"></div>
+ <button type="button"
+ class="stop-daemon"
+ i18n-content="HOME_DAEMON_STOP_BUTTON">
+ </button>
+ </div> <!-- enabled-other-account -->
<div id="this-host-connect"
data-daemon-state="enabled">
- <div class='host-entry'></div>
+ <div class="host-entry"></div>
<button type="button"
- class="stop-daemon"
+ class="stop-local-daemon"
i18n-content="HOME_DAEMON_STOP_BUTTON">
</button>
</div> <!-- this-host-connect -->
« no previous file with comments | « remoting/webapp/base/html/main.css ('k') | remoting/webapp/crd/js/local_host_section.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698