grid view: display events timestamp in human-readable format

... as opposed to milliseconds since the epoch.
This commit is contained in:
Marc Fournier 2013-08-31 15:50:38 +02:00
parent 838ea98e4a
commit f9a3947dab

View file

@ -163,7 +163,7 @@
// Description
e.td.attr('title', event.host + ' ' + event.service + "\n" +
event.state + ' at ' + event.time + "\n\n" +
event.state + ' at ' + new Date(event.time).toString() + "\n\n" +
event.description);
// Metric