diff options
Diffstat (limited to 'web/app/view/Report.js')
-rw-r--r-- | web/app/view/Report.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/web/app/view/Report.js b/web/app/view/Report.js index 95f8144f2..78ff5d52f 100644 --- a/web/app/view/Report.js +++ b/web/app/view/Report.js @@ -120,10 +120,5 @@ Ext.define('Traccar.view.Report', { dataIndex: 'attributes', flex: 1, renderer: Traccar.AttributeFormatter.getFormatter('alarm') - }, { - text: 'Alarm Type', - dataIndex: 'attributes', - flex: 1, - renderer: Traccar.AttributeFormatter.getFormatter('alarm-type') }] }); |