From 4b80026f077edb25a2a4563abaf326240e89d4af Mon Sep 17 00:00:00 2001 From: zhuol Date: Wed, 10 Feb 2016 14:23:41 -0600 Subject: [SPARK-13126] fix the right margin of history page. The right margin of the history page is little bit off. A simple fix for that issue. Author: zhuol Closes #11029 from zhuoliu/13126. --- core/src/main/scala/org/apache/spark/deploy/history/HistoryPage.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/scala/org/apache/spark/deploy/history/HistoryPage.scala b/core/src/main/scala/org/apache/spark/deploy/history/HistoryPage.scala index 3fee22e391..513b81315b 100644 --- a/core/src/main/scala/org/apache/spark/deploy/history/HistoryPage.scala +++ b/core/src/main/scala/org/apache/spark/deploy/history/HistoryPage.scala @@ -35,7 +35,7 @@ private[history] class HistoryPage(parent: HistoryServer) extends WebUIPage("") val providerConfig = parent.getProviderConfig() val content = -
+
    {providerConfig.map { case (k, v) =>
  • {k}: {v}
  • }} -- cgit v1.2.3