diff options
Diffstat (limited to 'web/app/view/AttributeDialog.js')
-rw-r--r-- | web/app/view/AttributeDialog.js | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/web/app/view/AttributeDialog.js b/web/app/view/AttributeDialog.js index 64448ad9..7d4908f9 100644 --- a/web/app/view/AttributeDialog.js +++ b/web/app/view/AttributeDialog.js @@ -39,10 +39,16 @@ Ext.define('Traccar.view.AttributeDialog', { }, buttons: [{ - text: Strings.sharedSave, + glyph: 'xf00c@FontAwesome', + tooltip: Strings.sharedSave, + tooltipType: 'title', + minWidth: 0, handler: 'onSaveClick' }, { - text: Strings.sharedCancel, + glyph: 'xf00d@FontAwesome', + tooltip: Strings.sharedCancel, + tooltipType: 'title', + minWidth: 0, handler: 'closeView' }] }); |