GitHub user ajbozarth opened a pull request:

    https://github.com/apache/spark/pull/9874

    [SPARK-10864] [Web UI] app name is hidden if window is resized

    Currently the Web UI navbar has a minimum width of 1200px; so if a window 
is resized smaller than that the app name goes off screen. The 1200px width 
seems to have been chosen since it fits the longest example app name without 
wrapping.
    
    To work with smaller window widths I made the tabs wrap since it looked 
better than wrapping the app name. This is a distinct change in how the navbar 
looks and I'm not sure if it's what we actually want to do.
    
    Other notes: 
    - min-width set to 600px to keep the tabs from wrapping individually (will 
need to be adjusted if tabs are added)
    - app name will also wrap (making three levels) if a really really long app 
name is used

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ajbozarth/spark spark10864

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/9874.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #9874
    
----
commit 22b2bbce9ea86a08a3c7f0f3bb03d253dd11184f
Author: Alex Bozarth <[email protected]>
Date:   2015-11-18T01:36:53Z

    untested fix

commit 8475980705ee142d4d8ccb38286be5df6144782e
Author: Alex Bozarth <[email protected]>
Date:   2015-11-19T00:38:01Z

    fixed for case with Streaming tab and long App names

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to