diff options
author | Abyss777 <abyss@fox5.ru> | 2017-09-06 13:28:48 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-09-06 14:59:08 +0500 |
commit | 1edfec60e54b26f3cd7970075b58bb69920b37f7 (patch) | |
tree | d7ecca927798e16c469868fc609c954fe3d1016c /web/app/Application.js | |
parent | ae9de5a7b9cf43ad488022675d243a4b7a863aa4 (diff) | |
download | trackermap-web-1edfec60e54b26f3cd7970075b58bb69920b37f7.tar.gz trackermap-web-1edfec60e54b26f3cd7970075b58bb69920b37f7.tar.bz2 trackermap-web-1edfec60e54b26f3cd7970075b58bb69920b37f7.zip |
Move units to attributes and add volume units
Diffstat (limited to 'web/app/Application.js')
-rw-r--r-- | web/app/Application.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index 4f43900b..dee3889b 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -95,7 +95,8 @@ Ext.define('Traccar.Application', { 'AttributeValueTypes', 'Drivers', 'AllDrivers', - 'KnownCommands' + 'KnownCommands', + 'VolumeUnits' ], controllers: [ |