GitHub user prabhjyotsingh opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/519
ZEPPELIN-491: Giving fixed height to container when result type is text
In current behaviour we have a fixed height for result container that
contains either graph or table, but if type is text then the container expands
to infinitely.
When type is text; then this is mostly logs, so we can have scroll around
it and have fixed height for this container.
Before
<img width="1440" alt="screen shot 2015-12-07 at 4 11 49 pm"
src="https://cloud.githubusercontent.com/assets/674497/11625014/bf2044dc-9cfd-11e5-8b9b-0ac8256671cf.png">
After
<img width="1440" alt="screen shot 2015-12-07 at 4 16 46 pm"
src="https://cloud.githubusercontent.com/assets/674497/11625051/f8b1abbe-9cfd-11e5-9001-4794ba10dbf3.png">
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/prabhjyotsingh/incubator-zeppelin ZEPPELIN-491
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/519.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 #519
----
commit 52167785eea6c9a5bd3faf5bb5d392447a51a29a
Author: Prabhjyot Singh <[email protected]>
Date: 2015-12-07T10:44:44Z
ZEPPELIN-491: Giving fixed height to container when result type is text
----
---
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.
---