aboutsummaryrefslogtreecommitdiff
path: root/web/app
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2018-07-26 01:09:38 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2018-07-26 01:09:38 +1200
commit0c120583e5be6923c9ac5024e72f0a044eecb86f (patch)
treed9e9a75b2c54831ff186e2c8e1449f600738c579 /web/app
parent3c9e721fd517c38ce4ce8e9d9f1f33f22160c4d5 (diff)
downloadetbsa-traccar-web-0c120583e5be6923c9ac5024e72f0a044eecb86f.tar.gz
etbsa-traccar-web-0c120583e5be6923c9ac5024e72f0a044eecb86f.tar.bz2
etbsa-traccar-web-0c120583e5be6923c9ac5024e72f0a044eecb86f.zip
Add identifier filtering (fix #690)
Diffstat (limited to 'web/app')
-rw-r--r--web/app/view/edit/Devices.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/view/edit/Devices.js b/web/app/view/edit/Devices.js
index 2f7f80e..21fdb32 100644
--- a/web/app/view/edit/Devices.js
+++ b/web/app/view/edit/Devices.js
@@ -104,7 +104,8 @@ Ext.define('Traccar.view.edit.Devices', {
}, {
text: Strings.deviceIdentifier,
dataIndex: 'uniqueId',
- hidden: true
+ hidden: true,
+ filter: 'string'
}, {
text: Strings.sharedPhone,
dataIndex: 'phone',