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

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

Issue 944183002: HostTableEntry refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Jamie'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
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 ca7b835af65280047847a8bf185eff70cf846404..c9c7fc507096b78f121c6c74c1efa5e1f34e3801 100644
--- a/remoting/webapp/crd/html/ui_me2me.html
+++ b/remoting/webapp/crd/html/ui_me2me.html
@@ -45,7 +45,7 @@ found in the LICENSE file.
class="host-list-empty-instructions" hidden>
</div>
- <div id="daemon-control" data-daemon-state="enabled disabled" hidden>
+ <div class="daemon-control" data-daemon-state="enabled disabled" hidden>
<div class="section-row no-non-local-hosts"
data-daemon-state="disabled">
<img src="icon_host.webp" class="host-list-main-icon">
@@ -53,35 +53,22 @@ found in the LICENSE file.
id="start-daemon-message"
i18n-content="HOME_DAEMON_START_MESSAGE"></div>
<button type="button"
- id="start-daemon"
+ class="start-daemon"
i18n-content="HOME_DAEMON_START_BUTTON">
</button>
</div> <!-- disabled -->
<div id="this-host-connect"
- class="section-row clickable no-non-local-hosts"
data-daemon-state="enabled">
- <div class="host-list-main-icon">
- <span id="this-host-warning" hidden></span>
- <img id="this-host-icon"
- src="icon_host.webp">
- </div>
- <div id="this-host-name" class="box-spacer"></div>
- <span id="this-host-rename"
- class="host-list-edit"
- tabIndex="0"
- i18n-title="TOOLTIP_RENAME">
- <img class="host-list-rename-icon"
- src="icon_pencil.webp">
- </span>
+ <div class='host-entry'></div>
<button type="button"
- id="stop-daemon"
+ class="stop-daemon"
i18n-content="HOME_DAEMON_STOP_BUTTON">
</button>
</div> <!-- this-host-connect -->
<div data-daemon-state="enabled">
<div>
<span i18n-content="HOME_DAEMON_ACTIVE_MESSAGE"></span>
- <a id="change-daemon-pin"
+ <a class="change-daemon-pin"
href="#"
i18n-content="HOME_DAEMON_CHANGE_PIN_LINK"></a>
</div>
« no previous file with comments | « remoting/webapp/browser_test/update_pin_browser_test.js ('k') | remoting/webapp/crd/js/crd_event_handlers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698