Skip to content

Commit 4b34998

Browse files
committed
In some cases, pages display incorrect in WebUI
1 parent 2a73211 commit 4b34998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/ui/UIUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ private[spark] object UIUtils extends Logging {
149149

150150
def prependBaseUri(basePath: String = "", resource: String = "") = uiRoot + basePath + resource
151151

152-
val commonHeaderNodes = {
152+
def commonHeaderNodes = {
153153
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
154154
<link rel="stylesheet" href={prependBaseUri("/static/bootstrap.min.css")}
155155
type="text/css" />

0 commit comments

Comments
 (0)