You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2018/08/20 09:39:32 UTC

[12/12] brooklyn-ui git commit: This closes #60

This closes #60


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/57e9726d
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/57e9726d
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/57e9726d

Branch: refs/heads/master
Commit: 57e9726d71824932a290b3688107af5e6d123851
Parents: f85263b 4d60672
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Aug 20 10:39:00 2018 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Aug 20 10:39:00 2018 +0100

----------------------------------------------------------------------
 modularity-server/README.md                     |  23 +++
 .../ui/modularity/ExternalUiModule.java         |  29 +++-
 .../BrooklynExternalUiModuleEnricher.java       |  23 ++-
 modularity-server/module-api/pom.xml            |  12 ++
 .../ui/modularity/module/api/UiModule.java      |  13 +-
 .../modularity/module/api/UiModuleListener.java | 156 ++++++++++++++++++-
 .../module/api/internal/UiModuleImpl.java       |  39 ++++-
 .../home/app/views/main/main.controller.js      |   4 +-
 .../src/main/resources/ui-module/config.yaml    |  20 +++
 ui-modules/home/src/main/webapp/WEB-INF/web.xml |   4 +
 .../module-links-drawer.template.html           |   4 +-
 .../module-links-navbar.template.html           |   3 +-
 ui-modules/utils/module-links/module-links.js   |   4 +-
 13 files changed, 306 insertions(+), 28 deletions(-)
----------------------------------------------------------------------