Branch: refs/heads/master
Home:
https://github.com/hawkular/hawkular-alerts
Commit: 16af91138d1b0a400706b194455d98abe8278c01
https://github.com/hawkular/hawkular-alerts/commit/16af91138d1b0a400706b1...
Author: Jay Shaughnessy <jshaughn(a)users.noreply.github.com>
Date: 2017-09-06 (Wed, 06 Sep 2017)
Changed paths:
M ui/src/main/ui/src/dashboard/dashboard-controller.js
M ui/src/main/ui/src/dashboard/dashboard.html
Log Message:
-----------
Fix issue with timeline event rendering in Docker container. The (#458)
unicode char beingused by the timeline widget seems not to render.
Change to an analogous unicode char that seems to exist.
Also, the timeline generates a lot of js errors in the console log
when it is empty. So, don't render an empty timeline.