From ecbbcc01f89acc85d02cfbd1201253411a4604e4 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 12 Jul 2015 11:40:29 +1200 Subject: Display address in state view --- web/app/view/state/StateController.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'web/app/view/state/StateController.js') diff --git a/web/app/view/state/StateController.js b/web/app/view/state/StateController.js index 6f0c18b08..b3a8e8eed 100644 --- a/web/app/view/state/StateController.js +++ b/web/app/view/state/StateController.js @@ -63,8 +63,12 @@ Ext.define('Traccar.view.state.StateController', { priority: 7, name: strings.position_course }, - 'protocol': { + 'address': { priority: 8, + name: strings.position_address + }, + 'protocol': { + priority: 9, name: strings.position_protocol } }, -- cgit v1.2.3