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

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: 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
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..73dcffbe6ee2fdc55dcac7c9b3a0e48d206be629 100644
--- a/remoting/webapp/crd/html/ui_me2me.html
+++ b/remoting/webapp/crd/html/ui_me2me.html
@@ -45,27 +45,36 @@ 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 local-host" 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 id="this-host-connect"
- data-daemon-state="enabled">
- <div class='host-entry'></div>
+ <div class='section-row non-local-host' data-daemon-state="enabled">
+ <img src="icon_host.webp" class="host-list-main-icon">
+ <div class="box-spacer"
+ i18n-content="HOME_DAEMON_NON_LOCAL_HOST_MESSAGE"></div>
<button type="button"
class="stop-daemon"
i18n-content="HOME_DAEMON_STOP_BUTTON">
</button>
+ </div> <!-- enabled -->
+ <div id="this-host-connect" data-daemon-state="local-host">
+ <div class='host-entry'></div>
+ <button type="button"
+ class="stop-local-daemon"
+ i18n-content="HOME_DAEMON_STOP_BUTTON">
+ </button>
</div> <!-- this-host-connect -->
- <div data-daemon-state="enabled">
+ <div data-daemon-state="local-host">
<div>
<span i18n-content="HOME_DAEMON_ACTIVE_MESSAGE"></span>
<a class="change-daemon-pin"

Powered by Google App Engine
This is Rietveld 408576698