aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/AttributeAliases.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/AttributeAliases.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/AttributeAliases.js')
-rw-r--r--web/app/view/AttributeAliases.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/app/view/AttributeAliases.js b/web/app/view/AttributeAliases.js
index 7788ab2..c693435 100644
--- a/web/app/view/AttributeAliases.js
+++ b/web/app/view/AttributeAliases.js
@@ -32,8 +32,10 @@ Ext.define('Traccar.view.AttributeAliases', {
tbar: {
xtype: 'editToolbar',
items: ['-', {
+ xtype: 'tbtext',
+ html: Strings.sharedDevice
+ }, {
xtype: 'combobox',
- fieldLabel: Strings.sharedDevice,
reference: 'deviceField',
store: 'Devices',
displayField: 'name',