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..dff56907a56ee321d0198aabefd19a2b730727be 100644 |
--- a/remoting/webapp/crd/html/ui_me2me.html |
+++ b/remoting/webapp/crd/html/ui_me2me.html |
@@ -58,26 +58,14 @@ found in the LICENSE file. |
</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" |
i18n-content="HOME_DAEMON_STOP_BUTTON"> |
</button> |
</div> <!-- this-host-connect --> |
+ <div class='local-host-info'></div> |
Jamie
2015/02/23 22:28:11
Is this a new div to contain information about the
kelvinp
2015/02/24 22:04:44
Done.
|
<div data-daemon-state="enabled"> |
<div> |
<span i18n-content="HOME_DAEMON_ACTIVE_MESSAGE"></span> |