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 f6a4766 This closes #248
add 624cffe entity lookup in brooklyn service provider with reference ID
add 8993f9c Node management UI change
add 38195fe minor refactoring to use controller instead of
add 1247de9 changes as suggested in PR
add feda1bf Merge branch 'master' into feature/node-management-ui
new 56c3c49 Merge branch 'master' into feature/node-management-ui
new 39c8790 remove logbook button from branch
new 577d965 cleanup
new a504829 server.js cleanup
new 27c02fb fixes for issues related to logbook
new 5389f26 further refactoring for modal controller
new 9794b84 improvements and fixes around the scope/vm asn UI design
new a8d80e9 improvements based on PR suggestions
new 4f7145e This closes #228
The 9 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:
ui-modules/home/app/index.less | 1 +
.../home/app/views/about/about.controller.js | 145 +++++++++++++++++++--
.../home/app/views/about/about.template.html | 102 ++++++++++-----
.../about/node-management/node-management.less} | 28 +++-
.../node-management/node-management.template.html | 84 ++++++++++++
ui-modules/home/package.json | 1 +
ui-modules/utils/api/brooklyn/server.js | 51 ++++++++
7 files changed, 370 insertions(+), 42 deletions(-)
copy ui-modules/{app-inspector/app/views/main/inspect/effectors/effectors.less
=> home/app/views/about/node-management/node-management.less} (68%)
create mode 100644
ui-modules/home/app/views/about/node-management/node-management.template.html