提交 26b15e13 编写于 作者: S Seiji Sogabe

[FIXED JENKINS-17039] sort order of plugin list is not working by default

上级 afb5ddfa
...@@ -67,6 +67,9 @@ Upcoming changes</a> ...@@ -67,6 +67,9 @@ Upcoming changes</a>
<li class='bug'> <li class='bug'>
"projects tied to slave" shows unrelated maven module jobs "projects tied to slave" shows unrelated maven module jobs
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-17451">issue 17451</a>) (<a href="https://issues.jenkins-ci.org/browse/JENKINS-17451">issue 17451</a>)
<li class='bug'>
sort order of plugin list is not working by default.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-17039">issue 17039</a>)
</ul> </ul>
</div><!--=TRUNK-END=--> </div><!--=TRUNK-END=-->
......
...@@ -63,6 +63,7 @@ function ts_makeSortable(table) { ...@@ -63,6 +63,7 @@ function ts_makeSortable(table) {
cell.firstChild.lastChild.sortdir = initialSortDir; cell.firstChild.lastChild.sortdir = initialSortDir;
} }
ts_loadDirection(table); ts_loadDirection(table);
ts_refresh(table);
} }
function ts_getInnerText(el) { function ts_getInnerText(el) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册