YongjinZhou commented on issue #25976: [SPARK-25468][WEBUI] Current page index keep style with dataTable in the spark UI URL: https://github.com/apache/spark/pull/25976#issuecomment-537742435 @srowen For match whth jquery.dataTables.1.10.18.min.css 。Selected page should be '.current',but result is '.active'.The reason is the order of dataTables.bootstrap.min.js and jquery.dataTables.1.10.18.min.css. IF we exchange the order, well be other css probrom. So, keep stype in this way. thanks. 
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
