| Index: remoting/webapp/main.html
|
| diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
|
| index 005582451351244b380dedac114281ca29e5a57a..a607812392cdae319447519d16799cbff6debedc 100644
|
| --- a/remoting/webapp/main.html
|
| +++ b/remoting/webapp/main.html
|
| @@ -182,6 +182,18 @@ found in the LICENSE file.
|
| i18n-content="HOME_DAEMON_CHANGE_PIN_LINK"></a>
|
| </div>
|
| </div> <!-- daemon-control -->
|
| + <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> <!-- me2me-content -->
|
| </section> <!-- host-list-div -->
|
| </div> <!-- home -->
|
|
|