From 26ecb43bc27087ae1f7aac8a8b0ffa8421b846d9 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Wed, 9 Nov 2016 14:32:43 +0500 Subject: - Add other icons - Add Category combobox --- web/app/view/DeviceDialog.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web/app/view/DeviceDialog.js') diff --git a/web/app/view/DeviceDialog.js b/web/app/view/DeviceDialog.js index 68740b2..dea5074 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', }] } }); -- cgit v1.2.3