Skip to content
Snippets Groups Projects
Commit ddadf1b0 authored by GuoQiang Li's avatar GuoQiang Li Committed by Thomas Graves
Browse files

[YARN][SPARK-2606]:In some cases,the spark UI pages display incorrect

The issue is caused by #1112 .

Author: GuoQiang Li <witgo@qq.com>

Closes #1501 from witgo/webui_style and squashes the following commits:

4b34998 [GuoQiang Li] In some cases, pages display incorrect in WebUI
parent 5f7b9916
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ private[spark] object UIUtils extends Logging {
def prependBaseUri(basePath: String = "", resource: String = "") = uiRoot + basePath + resource
val commonHeaderNodes = {
def commonHeaderNodes = {
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href={prependBaseUri("/static/bootstrap.min.css")}
type="text/css" />
......
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