aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Events.js
diff options
context:
space:
mode:
authorAshutosh Bishnoi <mail2bishnoi@gmail.com>2021-06-12 10:12:31 +0530
committerAshutosh Bishnoi <mail2bishnoi@gmail.com>2021-06-12 10:12:31 +0530
commit94b0d73ce01f9c437e2fa9b0dfafca5bcb86f2e9 (patch)
tree3a416c82c71d71adf661c65e937047c78b986a95 /web/app/view/Events.js
parentb897b8027613ca1fc65d87c70a55860cfd339583 (diff)
parent6936f6debf0e122feae8caca0547a7949f05ff6f (diff)
downloadetbsa-traccar-web-94b0d73ce01f9c437e2fa9b0dfafca5bcb86f2e9.tar.gz
etbsa-traccar-web-94b0d73ce01f9c437e2fa9b0dfafca5bcb86f2e9.tar.bz2
etbsa-traccar-web-94b0d73ce01f9c437e2fa9b0dfafca5bcb86f2e9.zip
Merge branch 'master' into reports
Diffstat (limited to 'web/app/view/Events.js')
-rw-r--r--web/app/view/Events.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/Events.js b/web/app/view/Events.js
index d800837..439de5a 100644
--- a/web/app/view/Events.js
+++ b/web/app/view/Events.js
@@ -111,7 +111,7 @@ Ext.define('Traccar.view.Events', {
}, {
text: Strings.positionFixTime,
dataIndex: 'eventTime',
- renderer: Traccar.AttributeFormatter.getFormatter('lastUpdate')
+ renderer: Traccar.AttributeFormatter.getFormatter('eventTime')
}]
}
});