You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by sferot <gi...@git.apache.org> on 2018/12/05 15:30:16 UTC

[GitHub] brooklyn-ui pull request #115: Separate function of left and right panels

GitHub user sferot opened a pull request:

    https://github.com/apache/brooklyn-ui/pull/115

    Separate function of left and right panels

    As proposed in the mailing list we implemented some modifications to the three panels view.
    We separated the functionalities : We add every kind of items with the left panel, and all the configuration is done with the right panel.
    We also add a way to reduce/close the right panel. It will stay closed until voluntarily reopened.
    You can see the result in the following video : https://webmshare.com/ayKMQ


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

    $ git pull https://github.com/usharesoft/brooklyn-ui separate-panels

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

    https://github.com/apache/brooklyn-ui/pull/115.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 #115
    
----
commit 329dc1f30356d3046f720ccb3c2e9fcf2a48ede7
Author: Yvan Bourrut <yv...@...>
Date:   2018-12-04T13:50:32Z

    Separate function of left and right panel.
    
    Right panel for add entity, left for configure.

----


---