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(-) (limited to 'web/app/view') diff --git a/web/app/view/AttributeAliases.js b/web/app/view/AttributeAliases.js index 7ceaff33..90067c53 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 37d28c15..12fed6d0 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 35d0beb8..98d9a028 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 88e8be34..645b8e7f 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 968dbeef..aebc1434 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 a75ed8d7..1b2f30d7 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 bdff8d73..6b29f401 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