aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/ServerDialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/ServerDialog.js')
-rw-r--r--web/app/view/ServerDialog.js10
1 files changed, 8 insertions, 2 deletions
diff --git a/web/app/view/ServerDialog.js b/web/app/view/ServerDialog.js
index c812230..0f96588 100644
--- a/web/app/view/ServerDialog.js
+++ b/web/app/view/ServerDialog.js
@@ -119,10 +119,16 @@ Ext.define('Traccar.view.ServerDialog', {
}, {
xtype: 'tbfill'
}, {
- 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'
}]
});