diff options
author | Abyss777 <abyss@fox5.ru> | 2016-08-09 16:25:54 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-08-09 16:25:54 +0500 |
commit | 226dcdde755ad2b2b7384ac9cd59e5fcc3af550b (patch) | |
tree | c9c4494d9ea55a0173d4ddaf3eb4b07a1c8dc6f3 /web/app/view/CommandDialog.js | |
parent | 7a6de316942316466622f9bfa64691c4ba433b88 (diff) | |
download | trackermap-server-226dcdde755ad2b2b7384ac9cd59e5fcc3af550b.tar.gz trackermap-server-226dcdde755ad2b2b7384ac9cd59e5fcc3af550b.tar.bz2 trackermap-server-226dcdde755ad2b2b7384ac9cd59e5fcc3af550b.zip |
- Fixed csv MIME type and added response header
- Added 3 report types
- Changed some Strings
- Fixed jscs issues in other files
Diffstat (limited to 'web/app/view/CommandDialog.js')
-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 031815273..8e9a80dbf 100644 --- a/web/app/view/CommandDialog.js +++ b/web/app/view/CommandDialog.js @@ -29,7 +29,7 @@ Ext.define('Traccar.view.CommandDialog', { items: [{ xtype: 'combobox', name: 'type', - fieldLabel: Strings.commandType, + fieldLabel: Strings.sharedType, store: 'CommandTypes', displayField: 'name', valueField: 'type', |