This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git
commit 80bdc0ae458d0238eab49cac482502b2f6d16b3a Merge: 8a1e7ea 54870cf Author: Alex Heneveld <[email protected]> AuthorDate: Wed Apr 21 09:12:19 2021 +0100 This closes #197 .../app/components/entity-tree/entity-tree.html | 2 +- .../app/views/main/main.controller.js | 6 +- .../app/views/main/main.template.html | 2 +- .../catalog-selector-palette-footer.html | 28 +-- .../catalog-selector/catalog-selector.directive.js | 3 +- .../catalog-selector/catalog-selector.less | 7 + .../catalog-selector.template.html | 4 +- .../providers/blueprint-service.provider.js | 3 + .../spec-editor/spec-editor.directive.js | 20 +-- .../app/components/spec-editor/spec-editor.less | 11 +- .../spec-editor/spec-editor.template.html | 26 ++- ui-modules/blueprint-composer/app/index.js | 3 +- .../app/views/main/graphical/graphical.state.less | 2 + .../app/views/main/main.controller.js | 6 +- ui-modules/branding/brand.js | 1 + .../catalog/app/components/type-item/index.html | 6 +- .../catalog/app/components/type-item/index.js | 12 +- ui-modules/catalog/app/index.js | 3 +- .../catalog/app/views/bundle/bundle.state.js | 9 +- .../catalog/app/views/bundle/bundle.template.html | 21 ++- .../catalog/app/views/bundle/type/type.state.js | 13 +- .../app/views/bundle/type/type.template.html | 21 ++- .../catalog/app/views/catalog/catalog.state.js | 9 +- .../app/views/catalog/catalog.template.html | 21 ++- ui-modules/utils/icon-generator/icon-generator.js | 33 +++- ui-modules/utils/md-helper/index.js | 190 +++++++++++++++++++++ ui-modules/utils/package.json | 2 + ui-modules/utils/quick-launch/quick-launch.js | 12 +- 28 files changed, 398 insertions(+), 78 deletions(-)
