diff options
Diffstat (limited to 'remoting/webapp/me2mom/choice.html')
-rw-r--r-- | remoting/webapp/me2mom/choice.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html index bd4cc4e..5dcfa4e 100644 --- a/remoting/webapp/me2mom/choice.html +++ b/remoting/webapp/me2mom/choice.html @@ -18,6 +18,7 @@ found in the LICENSE file. <script src="client_screen.js"></script> <script src="client_session.js"></script> <script src="debug_log.js"></script> + <script src="home_screen.js"></script> <script src="host_screen.js"></script> <script src="host_session.js"></script> <script src="l10n.js"></script> @@ -152,8 +153,8 @@ found in the LICENSE file. hidden> <img src="dividerbottom.png"> <h1 i18n-content="HOME_MY_COMPUTERS_TITLE"></h1> - <table id="host-list" class="host-list-table"> - </table> <!-- host-list --> + <table id="host-list" class="host-list-table"></table> + <div id="host-list-error" class="error-state"></div> </div> <!-- host-list-div --> </div> <!-- home --> |