File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
core/src/main/scala/org/apache/spark/ui Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ private[spark] object UIUtils extends Logging {
224
224
{commonHeaderNodes}
225
225
{if (showVisualization) vizHeaderNodes else Seq .empty}
226
226
{if (useDataTables) dataTablesHeaderNodes else Seq .empty}
227
+ <link rel =" shortcut icon" href ={prependBaseUri(" /static/spark-logo-77x50px-hd.png" )}></link >
227
228
<title >{appName} - {title}</title >
228
229
</head >
229
230
<body >
@@ -265,6 +266,7 @@ private[spark] object UIUtils extends Logging {
265
266
<head >
266
267
{commonHeaderNodes}
267
268
{if (useDataTables) dataTablesHeaderNodes else Seq .empty}
269
+ <link rel =" shortcut icon" href ={prependBaseUri(" /static/spark-logo-77x50px-hd.png" )}></link >
268
270
<title >{title}</title >
269
271
</head >
270
272
<body >
You can’t perform that action at this time.
0 commit comments