aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/dialog/Attribute.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-04-19 14:17:11 +0500
committerAbyss777 <abyss@fox5.ru>2017-04-19 14:17:11 +0500
commit3810a8be84b010f6c26f7541be22ecd6a973af58 (patch)
treea266c3fad333c50d0c1361ccc358fd685625ea01 /web/app/view/dialog/Attribute.js
parent648d5fe1e4a0d92b79410572d386dac45b4e8d36 (diff)
downloadetbsa-traccar-web-3810a8be84b010f6c26f7541be22ecd6a973af58.tar.gz
etbsa-traccar-web-3810a8be84b010f6c26f7541be22ecd6a973af58.tar.bz2
etbsa-traccar-web-3810a8be84b010f6c26f7541be22ecd6a973af58.zip
Convert speed and distance for known attributes
Diffstat (limited to 'web/app/view/dialog/Attribute.js')
-rw-r--r--web/app/view/dialog/Attribute.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/view/dialog/Attribute.js b/web/app/view/dialog/Attribute.js
index 6614c87..2a45897 100644
--- a/web/app/view/dialog/Attribute.js
+++ b/web/app/view/dialog/Attribute.js
@@ -20,7 +20,8 @@ Ext.define('Traccar.view.dialog.Attribute', {
requires: [
'Traccar.view.dialog.AttributeController',
- 'Traccar.view.ColorPicker'
+ 'Traccar.view.ColorPicker',
+ 'Traccar.view.CustomNumberField'
],
controller: 'attribute',