aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Report.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-10-20 16:56:04 +1300
committerGitHub <noreply@github.com>2016-10-20 16:56:04 +1300
commit524c64e5bac499a27b2ae9551e579f22b5dadb53 (patch)
tree0138d2087d867479e7e395d5e57c0bfe00e02d1f /web/app/view/Report.js
parent6bc12c491c3546ba85c7792411d050de0f9deeaf (diff)
parent34dff47c42358769268510ad6c2ac176b45b45e3 (diff)
downloadetbsa-traccar-web-524c64e5bac499a27b2ae9551e579f22b5dadb53.tar.gz
etbsa-traccar-web-524c64e5bac499a27b2ae9551e579f22b5dadb53.tar.bz2
etbsa-traccar-web-524c64e5bac499a27b2ae9551e579f22b5dadb53.zip
Merge pull request #300 from Abyss777/export_excel
Export reports to excel
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 18debc6..a1fbd1b 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.reportExport,
+ reference: 'exportButton',
disabled: true,
handler: 'onReportClick'
}, {