| Index: remoting/webapp/app_remoting/html/template_lg.html
|
| diff --git a/remoting/webapp/app_remoting/html/template_lg.html b/remoting/webapp/app_remoting/html/template_lg.html
|
| index 32c3a209d066b08d2ddf35b992560d98a5bb2b7f..6f27a94a8af50e7aac0fa3fea02a64ea29786228 100644
|
| --- a/remoting/webapp/app_remoting/html/template_lg.html
|
| +++ b/remoting/webapp/app_remoting/html/template_lg.html
|
| @@ -5,11 +5,12 @@ Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file.
|
| -->
|
|
|
| -<html class="full-height">
|
| +<html class="full-height app-remoting">
|
| <head>
|
| <meta charset="utf-8">
|
| <link rel="icon" type="image/png" href="icon16.png">
|
| <link rel="stylesheet" href="ar_main.css">
|
| + <link rel="stylesheet" href="ar_dialog.css">
|
| <link rel="stylesheet" href="connection_stats.css">
|
| <link rel="stylesheet" href="context_menu.css">
|
| <link rel="stylesheet" href="main.css">
|
| @@ -38,6 +39,7 @@ found in the LICENSE file.
|
|
|
| <meta-include src="webapp/app_remoting/html/context_menu.html"/>
|
| <meta-include src="webapp/app_remoting/html/idle_dialog.html"/>
|
| + <meta-include src="webapp/base/html/connection_dropped_dialog.html"/>
|
|
|
| <div id="statistics" dir="ltr" class="selectable" hidden>
|
| </div> <!-- statistics -->
|
|
|