Skip to content

Commit b939e2e

Browse files
author
guoxiaolong
committed
[SPARK-21060]Css style about paging function is error in the executor page.
1 parent 118f055 commit b939e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/ui/exec/ExecutorsPage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ private[ui] class ExecutorsPage(
8282
</ul>
8383
</div>
8484
</div> ++
85-
<div id="active-executors"></div> ++
85+
<div id="active-executors" class="span12 pagination"></div> ++
8686
<script src={UIUtils.prependBaseUri("/static/utils.js")}></script> ++
8787
<script src={UIUtils.prependBaseUri("/static/executorspage.js")}></script> ++
8888
<script>setThreadDumpEnabled({threadDumpEnabled})</script>

0 commit comments

Comments
 (0)