aboutsummaryrefslogtreecommitdiff
path: root/web/app/view
diff options
context:
space:
mode:
authorGábor Somogyi <gabor.g.somogyi@gmail.com>2016-05-06 13:32:04 +0200
committerGábor Somogyi <gabor.g.somogyi@gmail.com>2016-05-06 13:32:04 +0200
commit37bc675580c640d4fa7968fee575544fb3a550e3 (patch)
tree91e804e75d9701f2581b2f5400e37226e8dcf2b1 /web/app/view
parentaac9a985e85859132d6e0619f6465dff7a548bf0 (diff)
downloadtraccar-server-37bc675580c640d4fa7968fee575544fb3a550e3.tar.gz
traccar-server-37bc675580c640d4fa7968fee575544fb3a550e3.tar.bz2
traccar-server-37bc675580c640d4fa7968fee575544fb3a550e3.zip
I18N added
Diffstat (limited to 'web/app/view')
-rw-r--r--web/app/view/CommandDialog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/CommandDialog.js b/web/app/view/CommandDialog.js
index dff88f147..66cd190ea 100644
--- a/web/app/view/CommandDialog.js
+++ b/web/app/view/CommandDialog.js
@@ -31,7 +31,7 @@ Ext.define('Traccar.view.CommandDialog', {
name: 'type',
fieldLabel: Strings.commandType,
store: 'CommandTypes',
- displayField: 'key',
+ displayField: 'name',
valueField: 'key',
listeners: {
select: 'onSelect'