You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by tg...@apache.org on 2016/02/10 21:08:00 UTC

spark git commit: [SPARK-13163][WEB UI] Column width on new History Server DataTables not getting set correctly

Repository: spark
Updated Branches:
  refs/heads/master 5cf20598c -> 39cc620e9


[SPARK-13163][WEB UI] Column width on new History Server DataTables not getting set correctly

The column width for the new DataTables now adjusts for the current page rather than being hard-coded for the entire table's data.

Author: Alex Bozarth <aj...@us.ibm.com>

Closes #11057 from ajbozarth/spark13163.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/39cc620e
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/39cc620e
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/39cc620e

Branch: refs/heads/master
Commit: 39cc620e9c9bf3722992da8d39a928ba638ff21d
Parents: 5cf2059
Author: Alex Bozarth <aj...@us.ibm.com>
Authored: Wed Feb 10 14:07:50 2016 -0600
Committer: Tom Graves <tg...@yahoo-inc.com>
Committed: Wed Feb 10 14:07:50 2016 -0600

----------------------------------------------------------------------
 core/src/main/resources/org/apache/spark/ui/static/historypage.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/39cc620e/core/src/main/resources/org/apache/spark/ui/static/historypage.js
----------------------------------------------------------------------
diff --git a/core/src/main/resources/org/apache/spark/ui/static/historypage.js b/core/src/main/resources/org/apache/spark/ui/static/historypage.js
index 785abe4..689c92e 100644
--- a/core/src/main/resources/org/apache/spark/ui/static/historypage.js
+++ b/core/src/main/resources/org/apache/spark/ui/static/historypage.js
@@ -118,6 +118,7 @@ $(document).ready(function() {
                         {name: 'seventh'},
                         {name: 'eighth'},
                     ],
+                    "autoWidth": false
         };
 
         var rowGroupConf = {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org