aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/ServerAttributes.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-04-05 09:38:40 +0500
committerAbyss777 <abyss@fox5.ru>2017-04-05 09:58:39 +0500
commitfbe7831f7765d62853641750b85861b19a2a8715 (patch)
tree9373f6d0526e14784501316b6b3ad6959b9ec6e6 /web/app/store/ServerAttributes.js
parent94fc6862c6635c680afc600a19f61fb9aaefe0ef (diff)
downloadetbsa-traccar-web-fbe7831f7765d62853641750b85861b19a2a8715.tar.gz
etbsa-traccar-web-fbe7831f7765d62853641750b85861b19a2a8715.tar.bz2
etbsa-traccar-web-fbe7831f7765d62853641750b85861b19a2a8715.zip
Handle allowDecimals config
Diffstat (limited to 'web/app/store/ServerAttributes.js')
-rw-r--r--web/app/store/ServerAttributes.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/store/ServerAttributes.js b/web/app/store/ServerAttributes.js
index 23755ba..aca81f2 100644
--- a/web/app/store/ServerAttributes.js
+++ b/web/app/store/ServerAttributes.js
@@ -31,6 +31,7 @@ Ext.define('Traccar.store.ServerAttributes', {
type: 'number'
}, {
key: 'web.liveRouteLength',
- type: 'number'
+ type: 'number',
+ allowDecimals: false
}]
});