summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/ui_mode.js
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/webapp/ui_mode.js')
-rw-r--r--remoting/webapp/ui_mode.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/remoting/webapp/ui_mode.js b/remoting/webapp/ui_mode.js
index ecb5d57..f8ee589 100644
--- a/remoting/webapp/ui_mode.js
+++ b/remoting/webapp/ui_mode.js
@@ -38,7 +38,11 @@ remoting.AppMode = {
CLIENT_SESSION_FINISHED_ME2ME: 'home.client.session-finished.me2me',
HISTORY: 'home.history',
CONFIRM_HOST_DELETE: 'home.confirm-host-delete',
- ASK_PIN: 'home.ask-pin',
+ HOST_SETUP: 'home.host-setup',
+ HOST_SETUP_ASK_PIN: 'home.host-setup.ask-pin',
+ HOST_SETUP_PROCESSING: 'home.host-setup.processing',
+ HOST_SETUP_DONE: 'home.host-setup.done',
+ HOST_SETUP_ERROR: 'home.host-setup.error',
IN_SESSION: 'in-session'
};