aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/edit/Devices.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-06-19 23:45:00 +1200
committerGitHub <noreply@github.com>2017-06-19 23:45:00 +1200
commit5a6044faac45b377efabe363655ec21790bd955b (patch)
treee5d60feb3a6d17775c4b63379920d9ff88aaa379 /web/app/view/edit/Devices.js
parentf3ce72afbd49ccde94178158147de7b378128a55 (diff)
parent56a5de3dc50e438884c5636c11f31e48bf19a15e (diff)
downloadetbsa-traccar-web-5a6044faac45b377efabe363655ec21790bd955b.tar.gz
etbsa-traccar-web-5a6044faac45b377efabe363655ec21790bd955b.tar.bz2
etbsa-traccar-web-5a6044faac45b377efabe363655ec21790bd955b.zip
Merge pull request #507 from Abyss777/column_filters
Column filters to most windows
Diffstat (limited to 'web/app/view/edit/Devices.js')
-rw-r--r--web/app/view/edit/Devices.js8
1 files changed, 1 insertions, 7 deletions
diff --git a/web/app/view/edit/Devices.js b/web/app/view/edit/Devices.js
index 196df73..267a38b 100644
--- a/web/app/view/edit/Devices.js
+++ b/web/app/view/edit/Devices.js
@@ -139,13 +139,7 @@ Ext.define('Traccar.view.edit.Devices', {
labelField: 'name',
store: 'Groups'
},
- renderer: function (value) {
- var group;
- if (value !== 0) {
- group = Ext.getStore('Groups').getById(value);
- return group ? group.get('name') : value;
- }
- }
+ renderer: Traccar.AttributeFormatter.getFormatter('groupId')
}, {
text: Strings.deviceStatus,
dataIndex: 'status',