diff options
author | Abyss777 <abyss@fox5.ru> | 2016-11-09 14:32:43 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-11-09 14:32:43 +0500 |
commit | 26ecb43bc27087ae1f7aac8a8b0ffa8421b846d9 (patch) | |
tree | eade1dba9bbda5e1d24958211ac91c9d391bb7cb /web/app/view/DeviceDialog.js | |
parent | 03c7abe38d7d4852e80630d9f3f2124387f65d2c (diff) | |
download | trackermap-web-26ecb43bc27087ae1f7aac8a8b0ffa8421b846d9.tar.gz trackermap-web-26ecb43bc27087ae1f7aac8a8b0ffa8421b846d9.tar.bz2 trackermap-web-26ecb43bc27087ae1f7aac8a8b0ffa8421b846d9.zip |
- Add other icons
- Add Category combobox
Diffstat (limited to 'web/app/view/DeviceDialog.js')
-rw-r--r-- | web/app/view/DeviceDialog.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/app/view/DeviceDialog.js b/web/app/view/DeviceDialog.js index 68740b24..dea50749 100644 --- a/web/app/view/DeviceDialog.js +++ b/web/app/view/DeviceDialog.js @@ -57,6 +57,14 @@ Ext.define('Traccar.view.DeviceDialog', { xtype: 'textfield', name: 'contact', fieldLabel: Strings.deviceContact + }, { + xtype: 'combobox', + name: 'category', + fieldLabel: Strings.deviceCategory, + store: 'DeviceImages', + queryMode: 'local', + displayField: 'name', + valueField: 'key', }] } }); |