GitHub user corneadoug reopened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/975

    [ZEPPELIN-975] Move download data button outside the paragraph settings

    ### What is this PR for?
    Following the PR #714 and its comments, we are moving the download data 
outside the paragraph settings. Which would allow a possible drop down to 
choose backend data download in the future.
    
    ### What type of PR is it?
    Improvement
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-975
    
    ### How should this be tested?
    Show a %Table type of result (you can use below code in a paragraph for 
that).
    You should see the icon, click on it to download the data.
    ```
    print(s"""%table
    name\tsize
    sun\t127.6
    moon\t0.6458
    gerard\t45.234856803""")
    ```
    
    ### Screenshots (if appropriate)
    ![screen shot 2016-06-08 at 4 15 22 
pm](https://cloud.githubusercontent.com/assets/710411/15886052/bf3f8648-2d95-11e6-837f-47f112a76031.png)
    
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No, but maybe feature announcement during 
release


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

    $ git pull https://github.com/corneadoug/incubator-zeppelin 
improve/downloadDataBtnVisibility

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

    https://github.com/apache/incubator-zeppelin/pull/975.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 #975
    
----
commit 2ca302818104a1cdd7f230a3c39e690270309f26
Author: Damien CORNEAU <[email protected]>
Date:   2016-06-08T07:19:25Z

    Move download data button outside the paragraph settings

----


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