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.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/app/view/UserDialog.js b/web/app/view/UserDialog.js
index 34c3b4a..84103ee 100644
--- a/web/app/view/UserDialog.js
+++ b/web/app/view/UserDialog.js
@@ -43,6 +43,10 @@ Ext.define('Traccar.view.UserDialog', {
inputType: 'password',
allowBlank: false
}, {
+ xtype: 'textfield',
+ name: 'phone',
+ fieldLabel: Strings.sharedPhone
+ }, {
xtype: 'checkboxfield',
inputValue: true,
uncheckedValue: false,