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 --> |