Index: remoting/webapp/html/template_main.html |
diff --git a/remoting/webapp/html/template_main.html b/remoting/webapp/html/template_main.html |
index f0a29de61431d6256ce9867430f6a81c500349ac..d21c06841e7deeda514b9d09f362c35ee5867e5f 100644 |
--- a/remoting/webapp/html/template_main.html |
+++ b/remoting/webapp/html/template_main.html |
@@ -37,6 +37,10 @@ found in the LICENSE file. |
<iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe> |
+ <div class="dialog-screen" |
+ data-ui-mode="home.host home.client home.history home.confirm-host-delete home.host-setup home.token-refresh-failed home.manage-pairings home.host-setup home.host-install" |
+ hidden></div> |
+ |
<div id="scroller"> |
<div class="inset home-screen" data-ui-mode="home" hidden> |
@@ -49,10 +53,6 @@ found in the LICENSE file. |
<meta-include src="webapp/html/dialog_auth.html"/> |
- <div class="dialog-screen" |
- data-ui-mode="home.host home.client home.history home.confirm-host-delete home.host-setup home.token-refresh-failed home.manage-pairings home.host-setup home.host-install" |
- hidden></div> |
- |
<div class="dialog-container" |
data-ui-mode="home.host home.client home.history home.confirm-host-delete home.host-install home.host-setup home.token-refresh-failed home.manage-pairings" |
hidden> |