diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-04-20 22:05:49 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-20 22:05:49 +1200 |
commit | 9a4bd28bec0cdb05a39e1f66be7df7a287f98a80 (patch) | |
tree | 89fb17d5ac9a8d703869e0b8ee5351062ae77cc5 /web/app/view/dialog/Attribute.js | |
parent | 5d35a71af8642dc23cc230efc7d3fca8705efe13 (diff) | |
parent | 2c4c52a8d925de24c004db7ec01479c27e507f1d (diff) | |
download | trackermap-web-9a4bd28bec0cdb05a39e1f66be7df7a287f98a80.tar.gz trackermap-web-9a4bd28bec0cdb05a39e1f66be7df7a287f98a80.tar.bz2 trackermap-web-9a4bd28bec0cdb05a39e1f66be7df7a287f98a80.zip |
Merge pull request #470 from Abyss777/known_attribute_conversion
Convert speed and distance for known attributes
Diffstat (limited to 'web/app/view/dialog/Attribute.js')
-rw-r--r-- | web/app/view/dialog/Attribute.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/view/dialog/Attribute.js b/web/app/view/dialog/Attribute.js index 6614c87f..2a458977 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', |