Skip to content
Snippets Groups Projects
Commit 238447db authored by zhuol's avatar zhuol Committed by Andrew Or
Browse files

[SPARK-13775] History page sorted by completed time desc by default.

## What changes were proposed in this pull request?
Originally the page is sorted by AppID by default.
After tests with users' feedback, we think it might be best to sort by completed time (desc).

## How was this patch tested?
Manually test, with screenshot as follows.
![sorted-by-complete-time-desc](https://cloud.githubusercontent.com/assets/11683054/13647686/d6dea924-e5fa-11e5-8fc5-68e039b74b6f.png)

Author: zhuol <zhuol@yahoo-inc.com>

Closes #11608 from zhuoliu/13775.
parent 40e06767
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ $(document).ready(function() {
{name: 'eighth'},
],
"autoWidth": false,
"order": [[ 0, "desc" ]]
"order": [[ 4, "desc" ]]
};
var rowGroupConf = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment