aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/AttributeAliasDialog.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-11-05 00:09:04 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-11-05 00:09:04 +1300
commit166237d0c15ea228105afa65958d8a2889aab05b (patch)
tree82ae954aa15942bef38ad9bf6ab9829060ede045 /web/app/view/AttributeAliasDialog.js
parent0050bbc93c118476ce799d3da9bb48a6ce4abfd7 (diff)
downloadetbsa-traccar-web-166237d0c15ea228105afa65958d8a2889aab05b.tar.gz
etbsa-traccar-web-166237d0c15ea228105afa65958d8a2889aab05b.tar.bz2
etbsa-traccar-web-166237d0c15ea228105afa65958d8a2889aab05b.zip
Use icons for save and cancel buttons
Diffstat (limited to 'web/app/view/AttributeAliasDialog.js')
-rw-r--r--web/app/view/AttributeAliasDialog.js10
1 files changed, 8 insertions, 2 deletions
diff --git a/web/app/view/AttributeAliasDialog.js b/web/app/view/AttributeAliasDialog.js
index 4a62f3e..74b1249 100644
--- a/web/app/view/AttributeAliasDialog.js
+++ b/web/app/view/AttributeAliasDialog.js
@@ -42,10 +42,16 @@ Ext.define('Traccar.view.AttributeAliasDialog', {
},
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'
}]
});