diff options
Diffstat (limited to 'web/app/view')
-rw-r--r-- | web/app/view/StateController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/StateController.js b/web/app/view/StateController.js index bef54d27..f9be1135 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, |