This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git.
from 746ba8d last merge missed out IS_PRODUCTION initialization in one app
add dfaa1cb IconService.get can take entities now, not just the symbolic
name
add 3f95815 remove a couple spurious console.logs
add 2b668af share css mixin for make-icon
add 56276fa add icons to app inspector
add 4eded1d compute icon in controller as pipes on objects are really
inefficient
new ecdf6fa address PR comments
new b7afa2c This closes #140
new c160eab add an "Open in Composer" button to quick launch
new 19b5d76 better handling for edge conditions
new 09ad705 in quick launch, if any app is tagged catalog_quick_launch,
then only apps with that tags will be shown. as before in all cases this only
shows those apps marked as templates.
new 95820f4 This closes #142
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../app/components/entity-tree/entity-node.html | 5 +-
.../app/components/entity-tree/entity-node.less | 19 ++++++-
.../entity-tree/entity-tree.directive.js | 13 ++---
.../main/inspect/summary/summary.controller.js | 14 ++---
.../app/views/main/inspect/summary/summary.less | 32 ++++++++++--
.../main/inspect/summary/summary.template.html | 7 ++-
.../catalog-saver/catalog-saver.directive.js | 1 -
ui-modules/blueprint-composer/app/index.less | 7 ---
.../app/views/main/main.controller.js | 1 -
ui-modules/catalog/app/index.less | 12 -----
ui-modules/home/app/index.less | 6 ---
.../app/views/main/deploy/deploy.controller.js | 3 +-
ui-modules/home/app/views/main/main.controller.js | 7 +++
ui-modules/utils/br-core/style/mixins.less | 12 +++++
ui-modules/utils/icon-generator/icon-generator.js | 61 ++++++++++++++++++----
ui-modules/utils/quick-launch/quick-launch.html | 3 +-
ui-modules/utils/quick-launch/quick-launch.js | 47 ++++++++++++++---
ui-modules/utils/quick-launch/quick-launch.less | 1 +
18 files changed, 182 insertions(+), 69 deletions(-)