diff options
author | Gábor Somogyi <gabor.g.somogyi@gmail.com> | 2016-05-06 00:00:33 +0200 |
---|---|---|
committer | Gábor Somogyi <gabor.g.somogyi@gmail.com> | 2016-05-06 00:00:33 +0200 |
commit | 393192ff0253e74e1ada9cb364a1c05cc7ac7e23 (patch) | |
tree | ea07f1c29c9f9124b205e9b1df46118b8a11825c /web/app/view | |
parent | 69c6d76fa6f5aba94477fae71fc348cd464ba2ac (diff) | |
download | traccar-server-393192ff0253e74e1ada9cb364a1c05cc7ac7e23.tar.gz traccar-server-393192ff0253e74e1ada9cb364a1c05cc7ac7e23.tar.bz2 traccar-server-393192ff0253e74e1ada9cb364a1c05cc7ac7e23.zip |
Rename SupportedCommand to CommandType
Diffstat (limited to 'web/app/view')
-rw-r--r-- | web/app/view/CommandDialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/CommandDialog.js b/web/app/view/CommandDialog.js index 05412f39c..f2c2f5541 100644 --- a/web/app/view/CommandDialog.js +++ b/web/app/view/CommandDialog.js @@ -30,7 +30,7 @@ Ext.define('Traccar.view.CommandDialog', { xtype: 'combobox', name: 'type', fieldLabel: Strings.commandType, - store: 'SupportedCommands', + store: 'CommandTypess', displayField: 'key', valueField: 'key', listeners: { |