We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a73211 commit 4b34998Copy full SHA for 4b34998
core/src/main/scala/org/apache/spark/ui/UIUtils.scala
@@ -149,7 +149,7 @@ private[spark] object UIUtils extends Logging {
149
150
def prependBaseUri(basePath: String = "", resource: String = "") = uiRoot + basePath + resource
151
152
- val commonHeaderNodes = {
+ def commonHeaderNodes = {
153
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
154
<link rel="stylesheet" href={prependBaseUri("/static/bootstrap.min.css")}
155
type="text/css" />
0 commit comments