aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-08-07 21:47:57 -0700
committerPatrick Wendell <pwendell@gmail.com>2013-08-07 22:18:18 -0700
commitb4321edf687ed5802aa673dcd3e58d9dbe8ea18f (patch)
tree2b7791bb47e047e57f282aebd277c138b25954d3 /core
parent21392f2a73efe46ffde25bf6be685988a9c5d438 (diff)
downloadspark-b4321edf687ed5802aa673dcd3e58d9dbe8ea18f.tar.gz
spark-b4321edf687ed5802aa673dcd3e58d9dbe8ea18f.tar.bz2
spark-b4321edf687ed5802aa673dcd3e58d9dbe8ea18f.zip
Reverting boostrap change
Diffstat (limited to 'core')
-rw-r--r--core/src/main/resources/spark/ui/static/webui.css2
-rw-r--r--core/src/main/scala/spark/ui/jobs/IndexPage.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/resources/spark/ui/static/webui.css b/core/src/main/resources/spark/ui/static/webui.css
index 0a118a907b..b83f4109c0 100644
--- a/core/src/main/resources/spark/ui/static/webui.css
+++ b/core/src/main/resources/spark/ui/static/webui.css
@@ -6,7 +6,7 @@
}
body {
- font-size: 14px !important;
+ font-size: 15px !important;
}
.version {
diff --git a/core/src/main/scala/spark/ui/jobs/IndexPage.scala b/core/src/main/scala/spark/ui/jobs/IndexPage.scala
index e34af1ab89..117b84e615 100644
--- a/core/src/main/scala/spark/ui/jobs/IndexPage.scala
+++ b/core/src/main/scala/spark/ui/jobs/IndexPage.scala
@@ -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>