aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/StateController.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-12-31 12:03:47 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-12-31 12:03:47 +1300
commitdc2ceba479c50d34a3d4c305edaf938a2df391a9 (patch)
tree7dbe58fbd356ac1b8fdd098eef9e404aa36786a8 /web/app/view/StateController.js
parenta4b38c4e95fa5aa7533db945ea2f8200102a4ff4 (diff)
downloadetbsa-traccar-web-dc2ceba479c50d34a3d4c305edaf938a2df391a9.tar.gz
etbsa-traccar-web-dc2ceba479c50d34a3d4c305edaf938a2df391a9.tar.bz2
etbsa-traccar-web-dc2ceba479c50d34a3d4c305edaf938a2df391a9.zip
Show accuracy in the web interface
Diffstat (limited to 'web/app/view/StateController.js')
-rw-r--r--web/app/view/StateController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/StateController.js b/web/app/view/StateController.js
index bef54d2..f9be113 100644
--- a/web/app/view/StateController.js
+++ b/web/app/view/StateController.js
@@ -61,7 +61,7 @@ Ext.define('Traccar.view.StateController', {
keys: (function () {
var i, list, result;
result = {};
- list = ['fixTime', 'latitude', 'longitude', 'valid', 'altitude', 'speed', 'course', 'address', 'protocol'];
+ list = ['fixTime', 'latitude', 'longitude', 'valid', 'accuracy', 'altitude', 'speed', 'course', 'address', 'protocol'];
for (i = 0; i < list.length; i++) {
result[list[i]] = {
priority: i,