-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-3829] Make Spark logo image on the header of HistoryPage as a link to HistoryPage's page #1 #2690
Conversation
QA tests have started for PR 2690 at commit
|
QA tests have finished for PR 2690 at commit
|
Test PASSed. |
Cool! Can you post a screenshot of what this looks like? |
@@ -216,8 +216,10 @@ private[spark] object UIUtils extends Logging { | |||
<div class="row-fluid"> | |||
<div class="span12"> | |||
<h3 style="vertical-align: middle; display: inline-block;"> | |||
<img src={prependBaseUri("/static/spark-logo-77x50px-hd.png")} | |||
style="margin-right: 15px;" /> | |||
<a style="text-decoration: none" href ={prependBaseUri("/")}> |
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.
no space before href
QA tests have started for PR 2690 at commit
|
Thanks for picking up this PR @andrewor14 ! If we are in page 1+, and click the Spark log on the header of the page, then ... |
Oh whoops, in retrospect it seems that there are actually no changes in terms of appearance. Sorry for making you post the screenshots. This LGTM. Merging when tests pass. |
Yeah, just made the logo as a link. |
QA tests have finished for PR 2690 at commit
|
Test PASSed. |
…link to HistoryPage's page #1 There is a Spark logo on the header of HistoryPage. We can have too many HistoryPages if we run 20+ applications. So I think, it's useful if the logo is as a link to the HistoryPage's page number 1. Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp> Closes #2690 from sarutak/SPARK-3829 and squashes the following commits: 908c109 [Kousuke Saruta] Removed extra space. 00bfbd7 [Kousuke Saruta] Merge branch 'master' of git://git.apache.org/spark into SPARK-3829 dd87480 [Kousuke Saruta] Made header Spark log image as a link to History Server's top page. (cherry picked from commit b69c9fb) Signed-off-by: Andrew Or <andrewor14@gmail.com>
There is a Spark logo on the header of HistoryPage.
We can have too many HistoryPages if we run 20+ applications. So I think, it's useful if the logo is as a link to the HistoryPage's page number 1.