aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/edit
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-09-07 23:32:25 +1200
committerGitHub <noreply@github.com>2017-09-07 23:32:25 +1200
commit911863f770557f474138f2b113054d5bb294daf8 (patch)
tree28eea451b90f96be8b1355a0ea8c7c4e67485a12 /web/app/view/edit
parent019fccd1bd4a123fe93228462b33f14889b23394 (diff)
parente4acd577b0f4d83780d8101c3dc5ba177d649604 (diff)
downloadetbsa-traccar-web-911863f770557f474138f2b113054d5bb294daf8.tar.gz
etbsa-traccar-web-911863f770557f474138f2b113054d5bb294daf8.tar.bz2
etbsa-traccar-web-911863f770557f474138f2b113054d5bb294daf8.zip
Merge pull request #574 from Abyss777/attributes_types
Save attributes with correct types
Diffstat (limited to 'web/app/view/edit')
-rw-r--r--web/app/view/edit/Users.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/edit/Users.js b/web/app/view/edit/Users.js
index 5c1c8ef..bb121be 100644
--- a/web/app/view/edit/Users.js
+++ b/web/app/view/edit/Users.js
@@ -33,6 +33,7 @@ Ext.define('Traccar.view.edit.Users', {
tbar: {
xtype: 'editToolbar',
+ scrollable: true,
items: [{
disabled: true,
handler: 'onGeofencesClick',