GitHub user MJJoyce opened a pull request:

    https://github.com/apache/climate/pull/109

    CLIMATE-375 - Truncate long dataset names in DatasetDisplay

    - Long dataset names are now truncated down in the dataset display.
      This uses CSS to do the truncation based on row size. It could also be
      done with a filter but that was decided against due to the difficulty in
      associating a number of characters with a row width given the
      semi-dynamic nature of the layout.

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

    $ git pull https://github.com/MJJoyce/climate CLIMATE-375

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

    https://github.com/apache/climate/pull/109.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 #109
    
----
commit debe812189d99b104385dbc5caa908d9dcf9d3d9
Author: Michael Joyce <[email protected]>
Date:   2014-09-04T17:30:58Z

    CLIMATE-375 - Truncate long dataset names in DatasetDisplay
    
    - Long dataset names are now truncated down in the dataset display.
      This uses CSS to do the truncation based on row size. It could also be
      done with a filter but that was decided against due to the difficulty in
      associating a number of characters with a row width given the
      semi-dynamic nature of the layout.

----


---
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.
---

Reply via email to