-
- Downloads
[SPARK-17342][WEBUI] Style of event timeline is broken
## What changes were proposed in this pull request? SPARK-15373 (#13158) updated the version of vis.js to 4.16.1. As of 4.0.0, some class was renamed like 'timeline to vis-timeline' but that ticket didn't care and now style is broken. In this PR, I've restored the style by modifying `timeline-view.css` and `timeline-view.js`. ## How was this patch tested? manual tests. (If this patch involves UI changes, please attach a screenshot; otherwise, remove this) * Before <img width="1258" alt="2016-09-01 1 38 31" src="https://cloud.githubusercontent.com/assets/4736016/18141311/fddf1bac-6ff3-11e6-935f-28b389073b39.png"> * After <img width="1256" alt="2016-09-01 3 30 19" src="https://cloud.githubusercontent.com/assets/4736016/18141394/49af65dc-6ff4-11e6-8640-70e20300f3c3.png"> Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp> Closes #14900 from sarutak/SPARK-17342.
Showing
- core/src/main/resources/org/apache/spark/ui/static/timeline-view.css 28 additions, 29 deletions...in/resources/org/apache/spark/ui/static/timeline-view.css
- core/src/main/resources/org/apache/spark/ui/static/timeline-view.js 3 additions, 3 deletions...ain/resources/org/apache/spark/ui/static/timeline-view.js
Please register or sign in to comment