aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/edit/Notifications.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-10-17 17:02:47 +0500
committerAbyss777 <abyss@fox5.ru>2017-10-17 17:02:47 +0500
commit41a18fef939d249ae5ed9ac4ae35c0a4e5ed8770 (patch)
treee405165239075265962fee36ec3d2289f3d98b1a /web/app/view/edit/Notifications.js
parent531f9d5c556e9795b32099587bfa84f3b74017c4 (diff)
downloadtrackermap-web-41a18fef939d249ae5ed9ac4ae35c0a4e5ed8770.tar.gz
trackermap-web-41a18fef939d249ae5ed9ac4ae35c0a4e5ed8770.tar.bz2
trackermap-web-41a18fef939d249ae5ed9ac4ae35c0a4e5ed8770.zip
Implement base Grid Panel class with common configs
Diffstat (limited to 'web/app/view/edit/Notifications.js')
-rw-r--r--web/app/view/edit/Notifications.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/web/app/view/edit/Notifications.js b/web/app/view/edit/Notifications.js
index 8bbdb711..e17100a4 100644
--- a/web/app/view/edit/Notifications.js
+++ b/web/app/view/edit/Notifications.js
@@ -17,17 +17,14 @@
*/
Ext.define('Traccar.view.edit.Notifications', {
- extend: 'Ext.grid.Panel',
+ extend: 'Traccar.view.GridPanel',
xtype: 'notificationsView',
requires: [
- 'Ext.grid.filters.Filters',
'Traccar.view.edit.NotificationsController',
'Traccar.view.edit.Toolbar'
],
- plugins: 'gridfilters',
-
controller: 'notifications',
store: 'Notifications',