aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Devices.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-04-16 11:54:48 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2016-04-16 11:54:48 +1200
commit24ef58447149502dd3fff68d0c9920115a25df31 (patch)
treec7b1f2760da275ab57f5cac8e5d96330b3422034 /web/app/view/Devices.js
parentef25655365eb97d29295f8e0cb720b86a29c5e26 (diff)
downloadtraccar-server-24ef58447149502dd3fff68d0c9920115a25df31.tar.gz
traccar-server-24ef58447149502dd3fff68d0c9920115a25df31.tar.bz2
traccar-server-24ef58447149502dd3fff68d0c9920115a25df31.zip
Remove grouping from device list
Diffstat (limited to 'web/app/view/Devices.js')
-rw-r--r--web/app/view/Devices.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js
index ae46ba080..366831849 100644
--- a/web/app/view/Devices.js
+++ b/web/app/view/Devices.js
@@ -37,19 +37,6 @@ Ext.define('Traccar.view.Devices', {
title: Strings.deviceTitle,
selType: 'rowmodel',
- features: [{
- ftype: 'grouping',
- groupHeaderTpl: Ext.create('Ext.XTemplate', '{name:this.getGroupName}', {
- getGroupName: function (v) {
- var groupId = Number(v);
- if (groupId) {
- return Ext.getStore('Groups').getById(groupId).get('name');
- } else {
- return Strings.groupNoGroup;
- }
- }
- })
- }],
tbar: {
xtype: 'editToolbar',