diff options
author | Abyss777 <abyss@fox5.ru> | 2016-10-17 14:05:26 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-10-17 14:05:26 +0500 |
commit | be258e48a631254b3f02483a122a46973fccefdf (patch) | |
tree | 3ce4aa0fecbb65ef63dd24d2d29b29c7d793ba88 /web/app/view/Report.js | |
parent | 32cfba2f48b2ec73ed282af94bb793dde49b0a72 (diff) | |
download | trackermap-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.js | 4 |
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' }, { |