Skip to content
Snippets Groups Projects
Commit b4321edf authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Reverting boostrap change

parent 21392f2a
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
}
body {
font-size: 14px !important;
font-size: 15px !important;
}
.version {
......
......@@ -69,6 +69,7 @@ private[spark] class IndexPage(parent: JobProgressUI) {
{Utils.memoryBytesToString(listener.totalShuffleWrite)}
</li>
}
<li><strong>Scheduling Mode:</strong> {parent.sc.getSchedulingMode}</li>
<li>
<a href="#active"><strong>Active Stages:</strong></a>
{activeStages.size}
......@@ -81,7 +82,6 @@ private[spark] class IndexPage(parent: JobProgressUI) {
<a href="#failed"><strong>Failed Stages:</strong></a>
{failedStages.size}
</li>
<li><strong>Scheduling Mode:</strong> {parent.sc.getSchedulingMode}</li>
</ul>
</div>
......
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
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