aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/command/CommandDialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/command/CommandDialog.js')
-rw-r--r--web/app/view/command/CommandDialog.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/app/view/command/CommandDialog.js b/web/app/view/command/CommandDialog.js
index 8a4be93cb..dbde458e3 100644
--- a/web/app/view/command/CommandDialog.js
+++ b/web/app/view/command/CommandDialog.js
@@ -16,13 +16,12 @@
Ext.define('Traccar.view.command.CommandDialog', {
extend: 'Ext.window.Window',
- xtype: 'command-dialog',
requires: [
'Traccar.view.command.CommandDialogController'
],
- controller: 'commanddialog',
+ controller: 'commandDialog',
bodyPadding: styles.panelPadding,
title: strings.commandTitle,