aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/BaseEditDialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/BaseEditDialog.js')
-rw-r--r--web/app/view/BaseEditDialog.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/app/view/BaseEditDialog.js b/web/app/view/BaseEditDialog.js
index 051dfbe93..1af095c98 100644
--- a/web/app/view/BaseEditDialog.js
+++ b/web/app/view/BaseEditDialog.js
@@ -18,6 +18,11 @@ Ext.define('Traccar.view.BaseEditDialog', {
extend: 'Traccar.view.BaseDialog',
buttons: [{
+ text: Strings.sharedAttributes,
+ handler: 'showAttributesView'
+ }, {
+ xtype: 'tbfill'
+ }, {
text: Strings.sharedSave,
handler: 'onSaveClick'
}, {