From 0e7cb81693a1067af81b6d74544f16d01fce8b6e Mon Sep 17 00:00:00 2001 From: ninioe Date: Wed, 13 Jul 2016 15:29:39 +0300 Subject: changes Anton asked me --- web/app/view/Report.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/app/view/Report.js') diff --git a/web/app/view/Report.js b/web/app/view/Report.js index fcbd5c028..95f8144f2 100644 --- a/web/app/view/Report.js +++ b/web/app/view/Report.js @@ -116,12 +116,12 @@ Ext.define('Traccar.view.Report', { flex: 1, renderer: Traccar.AttributeFormatter.getFormatter('address') }, { - text: 'Alarm',//added by Erez + text: 'Alarm', dataIndex: 'attributes', flex: 1, renderer: Traccar.AttributeFormatter.getFormatter('alarm') }, { - text: 'Alarm Type',//added by Erez + text: 'Alarm Type', dataIndex: 'attributes', flex: 1, renderer: Traccar.AttributeFormatter.getFormatter('alarm-type') -- cgit v1.2.3