GitHub user sarutak opened a pull request:

    https://github.com/apache/spark/pull/14900

    [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";>
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sarutak/spark SPARK-17342

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/14900.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #14900
    
----
commit d32d1e1596cd44ccfcfc9d262d1f3ddeb263d31e
Author: Kousuke Saruta <[email protected]>
Date:   2016-08-31T18:19:16Z

    Fixed stylesheet to make adjustment to vis.js-4.16.1

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to