aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/edit/Groups.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-10-18 10:04:19 +1300
committerGitHub <noreply@github.com>2017-10-18 10:04:19 +1300
commitb60127b12fa878db7aecf35109e42f57eed34fe3 (patch)
treee405165239075265962fee36ec3d2289f3d98b1a /web/app/view/edit/Groups.js
parent531f9d5c556e9795b32099587bfa84f3b74017c4 (diff)
parent41a18fef939d249ae5ed9ac4ae35c0a4e5ed8770 (diff)
downloadetbsa-traccar-web-b60127b12fa878db7aecf35109e42f57eed34fe3.tar.gz
etbsa-traccar-web-b60127b12fa878db7aecf35109e42f57eed34fe3.tar.bz2
etbsa-traccar-web-b60127b12fa878db7aecf35109e42f57eed34fe3.zip
Merge pull request #603 from Abyss777/cell_text_selectable
Make cell text "selectable" in all grids
Diffstat (limited to 'web/app/view/edit/Groups.js')
-rw-r--r--web/app/view/edit/Groups.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/web/app/view/edit/Groups.js b/web/app/view/edit/Groups.js
index 691df8a..0808201 100644
--- a/web/app/view/edit/Groups.js
+++ b/web/app/view/edit/Groups.js
@@ -16,18 +16,15 @@
*/
Ext.define('Traccar.view.edit.Groups', {
- extend: 'Ext.grid.Panel',
+ extend: 'Traccar.view.GridPanel',
xtype: 'groupsView',
requires: [
- 'Ext.grid.filters.Filters',
'Traccar.AttributeFormatter',
'Traccar.view.edit.GroupsController',
'Traccar.view.edit.Toolbar'
],
- plugins: 'gridfilters',
-
controller: 'groups',
store: 'Groups',