summaryrefslogtreecommitdiff
path: root/src/components/HMI/app/view/sdl/ExitAppView.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/HMI/app/view/sdl/ExitAppView.js')
-rw-r--r--src/components/HMI/app/view/sdl/ExitAppView.js22
1 files changed, 1 insertions, 21 deletions
diff --git a/src/components/HMI/app/view/sdl/ExitAppView.js b/src/components/HMI/app/view/sdl/ExitAppView.js
index 81e9c7ad5f..4f423f06af 100644
--- a/src/components/HMI/app/view/sdl/ExitAppView.js
+++ b/src/components/HMI/app/view/sdl/ExitAppView.js
@@ -47,9 +47,7 @@ SDL.ExitApp = Em.ContainerView.create( {
[
'exitAppViewLabel',
'exitAppViewTitle',
- 'exitAppViewSelect',
- 'onAwakeSDLLabel',
- 'onAwakeSDLButton'
+ 'exitAppViewSelect'
],
/**
@@ -106,24 +104,6 @@ SDL.ExitApp = Em.ContainerView.create( {
}
} ),
- onAwakeSDLLabel: SDL.Label.extend( {
-
- elementId: 'onAwakeSDLLabel',
-
- classNames: 'onAwakeSDLLabel',
-
- content: 'onAwakeSDL notification send'
- } ),
-
- onAwakeSDLButton: SDL.Button.extend( {
- classNames: 'button onAwakeSDLButton',
- text: 'Send onAwakeSDL',
- action: 'onAwakeSDLNotificationSend',
- target: 'SDL.SDLController',
- buttonAction: true,
- onDown: false
- }),
-
/**
* Trigger function that activates and deactivates tbtClientStateView
*/