aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-03-12 12:09:26 +0500
committerAbyss777 <abyss@fox5.ru>2017-03-12 12:09:26 +0500
commit9ba5da77051bdc45a41d6fe2f0d85598d266d13a (patch)
treea91f1ca285a4a2773147a93438ea64acf5be7b4d /web
parentaba34e0e9af2f8bc35a1d3d10380d52aa164a012 (diff)
downloadetbsa-traccar-web-9ba5da77051bdc45a41d6fe2f0d85598d266d13a.tar.gz
etbsa-traccar-web-9ba5da77051bdc45a41d6fe2f0d85598d266d13a.tar.bz2
etbsa-traccar-web-9ba5da77051bdc45a41d6fe2f0d85598d266d13a.zip
Selection model is 'rowmodel' by default
Diffstat (limited to 'web')
-rw-r--r--web/app/view/AttributeAliases.js2
-rw-r--r--web/app/view/Attributes.js2
-rw-r--r--web/app/view/Calendars.js2
-rw-r--r--web/app/view/Devices.js2
-rw-r--r--web/app/view/Geofences.js2
-rw-r--r--web/app/view/Groups.js2
-rw-r--r--web/app/view/Users.js2
7 files changed, 0 insertions, 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: [{