File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
core/src/main/scala/org/apache/spark/ui Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -156,14 +156,10 @@ private[spark] object UIUtils extends Logging {
156156
157157 def commonHeaderNodes : Seq [Node ] = {
158158 <meta http-equiv =" Content-type" content =" text/html; charset=utf-8" />
159- < link rel= " stylesheet" href= {prependBaseUri(" /static/bootstrap.min.css" )}
160- type = " text/css" />
161- < link rel= " stylesheet" href= {prependBaseUri(" /static/vis.min.css" )}
162- type = " text/css" />
163- < link rel= " stylesheet" href= {prependBaseUri(" /static/webui.css" )}
164- type = " text/css" />
165- < link rel= " stylesheet" href= {prependBaseUri(" /static/timeline-view.css" )}
166- type = " text/css" ></ link>
159+ <link rel =" stylesheet" href ={prependBaseUri(" /static/bootstrap.min.css" )} type =" text/css" />
160+ <link rel =" stylesheet" href ={prependBaseUri(" /static/vis.min.css" )} type =" text/css" />
161+ <link rel =" stylesheet" href ={prependBaseUri(" /static/webui.css" )} type =" text/css" />
162+ <link rel =" stylesheet" href ={prependBaseUri(" /static/timeline-view.css" )} type =" text/css" />
167163 <script src ={prependBaseUri(" /static/sorttable.js" )} ></script >
168164 <script src ={prependBaseUri(" /static/jquery-1.11.1.min.js" )}></script >
169165 <script src ={prependBaseUri(" /static/vis.min.js" )}></script >
You can’t perform that action at this time.
0 commit comments