diff options
author | Abyss777 <abyss@fox5.ru> | 2016-07-25 17:47:50 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-07-25 17:47:50 +0500 |
commit | fb0a1689fda9a06ecf5e6a9a97ba8b2b704cacb9 (patch) | |
tree | 0a9e69d6139e19a830a979a45b76f82ccbe27bb4 /web/app/view/UserDialog.js | |
parent | 7e20896334f4f6927cf14c5272cf7d893efc3a05 (diff) | |
download | trackermap-server-fb0a1689fda9a06ecf5e6a9a97ba8b2b704cacb9.tar.gz trackermap-server-fb0a1689fda9a06ecf5e6a9a97ba8b2b704cacb9.tar.bz2 trackermap-server-fb0a1689fda9a06ecf5e6a9a97ba8b2b704cacb9.zip |
Added group and server attributes
Diffstat (limited to 'web/app/view/UserDialog.js')
-rw-r--r-- | web/app/view/UserDialog.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/web/app/view/UserDialog.js b/web/app/view/UserDialog.js index 378cc0681..df8a26e7e 100644 --- a/web/app/view/UserDialog.js +++ b/web/app/view/UserDialog.js @@ -89,18 +89,5 @@ Ext.define('Traccar.view.UserDialog', { fieldLabel: Strings.settingsTwelveHourFormat, allowBlank: false }] - }], - - buttons: [{ - text : Strings.sharedAttributes, - handler: 'showAttributesView' - }, { - xtype: 'tbfill' - }, { - text: Strings.sharedSave, - handler: 'onSaveClick' - }, { - text: Strings.sharedCancel, - handler: 'closeView' }] }); |