| Index: remoting/webapp/main.html
|
| diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
|
| index a906565df215b0efc9040997f12f1dc066eb67b5..6b63dfadf92237b0eecc91ca1c2b0408260eb90f 100644
|
| --- a/remoting/webapp/main.html
|
| +++ b/remoting/webapp/main.html
|
| @@ -140,6 +140,11 @@ found in the LICENSE file.
|
| </div>
|
| <div id="me2me-content">
|
| <div id="host-list" hidden></div>
|
| + <div id="host-list-empty"
|
| + i18n-content="HOST_LIST_EMPTY"
|
| + i18n-value-1="<b>"
|
| + i18n-value-name-2="HOME_DAEMON_START_BUTTON"
|
| + i18n-value-3="</b>" hidden></div>
|
| <div id="host-list-error" class="box" hidden>
|
| <div id="host-list-error-message" class="error-state"></div>
|
| <div class="box-spacer"></div>
|
|
|