GitHub user tbouron opened a pull request:
https://github.com/apache/brooklyn-ui/pull/84
New layout for the blueprint composer
This allows to:
- add multiple visualisations, if we wish to. Will be added as tabs
- customise palettes. Add/remove sections, they are on the left side
- separate the palette from the configuration screen, less confusing for
users
- hide both the palette and spec editor for showing off the blueprint
fullscreen
Here is how it looks (Sorry, GitHub does not support video upload in
comments)
https://drive.google.com/file/d/1-6b-q6K4mxy3-HSSmRqDLamkVgTliCdZ/view?usp=sharing
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tbouron/brooklyn-ui feature/new-layout
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-ui/pull/84.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 #84
----
commit d25efc447249733a6a140556ba988be4a8ad4a08
Author: Thomas Bouron <thomas.bouron@...>
Date: 2018-10-11T13:58:37Z
New layout for the blueprint composer. This allows to:
- add multiple visualisations, if we wish to. Will be added as tabs
- customise palettes. Add/remove sections, they are on the left side
- separate the palette from the configuration screen, less confusing for
users
- hide both the palette and spec editor for showing off the blueprint
fullscreen
----
---