From 9ba5da77051bdc45a41d6fe2f0d85598d266d13a Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Sun, 12 Mar 2017 12:09:26 +0500 Subject: Selection model is 'rowmodel' by default --- web/app/view/AttributeAliases.js | 2 -- web/app/view/Attributes.js | 2 -- web/app/view/Calendars.js | 2 -- web/app/view/Devices.js | 2 -- web/app/view/Geofences.js | 2 -- web/app/view/Groups.js | 2 -- web/app/view/Users.js | 2 -- 7 files changed, 14 deletions(-) diff --git a/web/app/view/AttributeAliases.js b/web/app/view/AttributeAliases.js index 7ceaff3..90067c5 100644 --- a/web/app/view/AttributeAliases.js +++ b/web/app/view/AttributeAliases.js @@ -27,8 +27,6 @@ Ext.define('Traccar.view.AttributeAliases', { controller: 'attributeAliases', - selType: 'rowmodel', - tbar: { xtype: 'editToolbar', items: ['-', { diff --git a/web/app/view/Attributes.js b/web/app/view/Attributes.js index 37d28c1..12fed6d 100644 --- a/web/app/view/Attributes.js +++ b/web/app/view/Attributes.js @@ -26,8 +26,6 @@ Ext.define('Traccar.view.Attributes', { controller: 'attributes', - selType: 'rowmodel', - tbar: { xtype: 'editToolbar' }, diff --git a/web/app/view/Calendars.js b/web/app/view/Calendars.js index 35d0beb..98d9a02 100644 --- a/web/app/view/Calendars.js +++ b/web/app/view/Calendars.js @@ -28,8 +28,6 @@ Ext.define('Traccar.view.Calendars', { controller: 'calendars', store: 'Calendars', - selType: 'rowmodel', - tbar: { xtype: 'editToolbar' }, diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js index 88e8be3..645b8e7 100644 --- a/web/app/view/Devices.js +++ b/web/app/view/Devices.js @@ -35,8 +35,6 @@ Ext.define('Traccar.view.Devices', { this.callParent(); }, - selType: 'rowmodel', - tbar: { componentCls: 'toolbar-header-style', items: [{ diff --git a/web/app/view/Geofences.js b/web/app/view/Geofences.js index 968dbee..aebc143 100644 --- a/web/app/view/Geofences.js +++ b/web/app/view/Geofences.js @@ -27,8 +27,6 @@ Ext.define('Traccar.view.Geofences', { controller: 'geofences', store: 'Geofences', - selType: 'rowmodel', - tbar: { xtype: 'editToolbar' }, diff --git a/web/app/view/Groups.js b/web/app/view/Groups.js index a75ed8d..1b2f30d 100644 --- a/web/app/view/Groups.js +++ b/web/app/view/Groups.js @@ -27,8 +27,6 @@ Ext.define('Traccar.view.Groups', { controller: 'groups', store: 'Groups', - selType: 'rowmodel', - tbar: { xtype: 'editToolbar', items: [{ diff --git a/web/app/view/Users.js b/web/app/view/Users.js index bdff8d7..6b29f40 100644 --- a/web/app/view/Users.js +++ b/web/app/view/Users.js @@ -28,8 +28,6 @@ Ext.define('Traccar.view.Users', { controller: 'users', store: 'Users', - selType: 'rowmodel', - tbar: { xtype: 'editToolbar', items: [{ -- cgit v1.2.3