aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Report.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-10-17 14:05:26 +0500
committerAbyss777 <abyss@fox5.ru>2016-10-17 14:05:26 +0500
commitbe258e48a631254b3f02483a122a46973fccefdf (patch)
tree3ce4aa0fecbb65ef63dd24d2d29b29c7d793ba88 /web/app/view/Report.js
parent32cfba2f48b2ec73ed282af94bb793dde49b0a72 (diff)
downloadtrackermap-web-be258e48a631254b3f02483a122a46973fccefdf.tar.gz
trackermap-web-be258e48a631254b3f02483a122a46973fccefdf.tar.bz2
trackermap-web-be258e48a631254b3f02483a122a46973fccefdf.zip
- Replace CSV button to XLSX
- Adopt download function to binary files - Rewrite dom manipulation to extjs
Diffstat (limited to 'web/app/view/Report.js')
-rw-r--r--web/app/view/Report.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/Report.js b/web/app/view/Report.js
index 18debc63..b07bd1ca 100644
--- a/web/app/view/Report.js
+++ b/web/app/view/Report.js
@@ -49,8 +49,8 @@ Ext.define('Traccar.view.Report', {
disabled: true,
handler: 'onReportClick'
}, {
- text: Strings.reportCsv,
- reference: 'csvButton',
+ text: Strings.reportXlsx,
+ reference: 'xlsxButton',
disabled: true,
handler: 'onReportClick'
}, {