-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-23675][WEB-UI]Title add spark logo, use spark logo image #20818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@ajbozarth @srowen |
|
Test build #4140 has finished for PR 20818 at commit
|
ajbozarth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Test build #4141 has finished for PR 20818 at commit
|
| {commonHeaderNodes} | ||
| {if (showVisualization) vizHeaderNodes else Seq.empty} | ||
| {if (useDataTables) dataTablesHeaderNodes else Seq.empty} | ||
| <link rel="shortcut icon" href="/static/spark-logo-77x50px-hd.png"></link> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems it should be prependBaseUri("/static/spark-logo-77x50px-hd.png")
| <head> | ||
| {commonHeaderNodes} | ||
| {if (useDataTables) dataTablesHeaderNodes else Seq.empty} | ||
| <link rel="shortcut icon" href="/static/spark-logo-77x50px-hd.png"></link> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guoxiaolongzte don't you need to change this too?
|
Ping @guoxiaolongzte |
|
You made these |
|
Test build #4144 has finished for PR 20818 at commit
|
|
Merged to master |
## What changes were proposed in this pull request? Title add spark logo, use spark logo image. reference other big data system ui, so i think spark should add it. spark fix before:  spark fix after:  reference kafka ui:  reference storm ui:  reference yarn ui:  reference nifi ui:  reference flink ui:  ## How was this patch tested? manual tests Please review http://spark.apache.org/contributing.html before opening a pull request. Author: guoxiaolong <[email protected]> Closes apache#20818 from guoxiaolongzte/SPARK-23675.
What changes were proposed in this pull request?
Title add spark logo, use spark logo image. reference other big data system ui, so i think spark should add it.
spark fix before:

spark fix after:

reference kafka ui:

reference storm ui:

reference yarn ui:

reference nifi ui:

reference flink ui:

How was this patch tested?
manual tests
Please review http://spark.apache.org/contributing.html before opening a pull request.