diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-03-12 21:10:58 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-12 21:10:58 +1300 |
commit | 5a48ac8baf4e5ad214f622ceb1e130cceec99594 (patch) | |
tree | a91f1ca285a4a2773147a93438ea64acf5be7b4d | |
parent | aba34e0e9af2f8bc35a1d3d10380d52aa164a012 (diff) | |
parent | 9ba5da77051bdc45a41d6fe2f0d85598d266d13a (diff) | |
download | etbsa-traccar-web-5a48ac8baf4e5ad214f622ceb1e130cceec99594.tar.gz etbsa-traccar-web-5a48ac8baf4e5ad214f622ceb1e130cceec99594.tar.bz2 etbsa-traccar-web-5a48ac8baf4e5ad214f622ceb1e130cceec99594.zip |
Merge pull request #434 from Abyss777/fix_seltype
Remove selType
-rw-r--r-- | web/app/view/AttributeAliases.js | 2 | ||||
-rw-r--r-- | web/app/view/Attributes.js | 2 | ||||
-rw-r--r-- | web/app/view/Calendars.js | 2 | ||||
-rw-r--r-- | web/app/view/Devices.js | 2 | ||||
-rw-r--r-- | web/app/view/Geofences.js | 2 | ||||
-rw-r--r-- | web/app/view/Groups.js | 2 | ||||
-rw-r--r-- | web/app/view/Users.js | 2 |
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: [{ |