| Index: remoting/webapp/html/ui_me2me.html
|
| diff --git a/remoting/webapp/html/ui_me2me.html b/remoting/webapp/html/ui_me2me.html
|
| index 057157aa1874714a9c36c410985fcd654276ab8a..ca2cc46b18d8071efde24a63854258cd7660b3e9 100644
|
| --- a/remoting/webapp/html/ui_me2me.html
|
| +++ b/remoting/webapp/html/ui_me2me.html
|
| @@ -41,6 +41,19 @@ found in the LICENSE file.
|
| id="host-list-refresh-failed-button"></button>
|
| </div>
|
|
|
| + <div id="host-list-empty" hidden>
|
| + <div id="host-list-empty-hosting-supported"
|
| + class="host-list-empty-instructions"
|
| + i18n-content="HOST_LIST_EMPTY_HOSTING_SUPPORTED"
|
| + i18n-value-name-1="HOME_DAEMON_START_BUTTON">
|
| + </div>
|
| + <div id="host-list-empty-hosting-unsupported"
|
| + class="host-list-empty-instructions"
|
| + i18n-content="HOST_LIST_EMPTY_HOSTING_UNSUPPORTED"
|
| + i18n-value-name-1="HOME_DAEMON_START_BUTTON">
|
| + </div>
|
| + </div>
|
| +
|
| <div id="daemon-control" data-daemon-state="enabled disabled" hidden>
|
| <div class="section-row no-non-local-hosts"
|
| data-daemon-state="disabled">
|
| @@ -88,18 +101,6 @@ found in the LICENSE file.
|
| i18n-content="HOME_DAEMON_MANAGE_PAIRINGS"></a>
|
| </div>
|
| </div> <!-- enabled -->
|
| - <div id="host-list-empty" hidden>
|
| - <div id="host-list-empty-hosting-supported"
|
| - class="host-list-empty-instructions"
|
| - i18n-content="HOST_LIST_EMPTY_HOSTING_SUPPORTED"
|
| - i18n-value-name-1="HOME_DAEMON_START_BUTTON">
|
| - </div>
|
| - <div id="host-list-empty-hosting-unsupported"
|
| - class="host-list-empty-instructions"
|
| - i18n-content="HOST_LIST_EMPTY_HOSTING_UNSUPPORTED"
|
| - i18n-value-name-1="HOME_DAEMON_START_BUTTON">
|
| - </div>
|
| - </div>
|
| </div> <!-- daemon-control -->
|
|
|
| </div> <!-- me2me-content -->
|
|
|