aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/UserDialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/UserDialog.js')
-rw-r--r--web/app/view/UserDialog.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/web/app/view/UserDialog.js b/web/app/view/UserDialog.js
index 6b768c887..b51997262 100644
--- a/web/app/view/UserDialog.js
+++ b/web/app/view/UserDialog.js
@@ -24,7 +24,7 @@ Ext.define('Traccar.view.UserDialog', {
controller: 'userDialog',
title: Strings.settingsUser,
- items: {
+ items: [{
xtype: 'form',
items: [{
xtype: 'textfield',
@@ -89,5 +89,9 @@ Ext.define('Traccar.view.UserDialog', {
fieldLabel: Strings.settingsTwelveHourFormat,
allowBlank: false
}]
- }
+ }, {
+ xtype: 'button',
+ text : Strings.sharedAttributes,
+ handler: 'showAttributesView'
+ }]
});