You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by iu...@apache.org on 2021/09/03 11:12:57 UTC

[brooklyn-ui] branch master updated (09b3c42 -> 4db07a0)

This is an automated email from the ASF dual-hosted git repository.

iuliana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git.


    from 09b3c42  Merge pull request #279 from algairim/app-inspector-streams-improvements
     new f87fa45  WIP importer directive
     new 744e96e  fixes around the import implementation and implementation of export
     new 46ddaea  UI improvements
     new 4db07a0  Merge pull request #276 from zan-mateusz/feature/move-persistence-ui

The 2191 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.html                     |  2 +-
 ui-modules/home/app/index.js                       |  3 +-
 ui-modules/home/app/index.less                     |  1 +
 .../home/app/views/about/about.controller.js       |  8 ++-
 .../home/app/views/about/about.template.html       | 11 +++
 ui-modules/utils/api/brooklyn/server.js            |  6 ++
 .../persistence-importer.html}                     | 27 ++++----
 .../persistence-importer.js}                       | 79 +++++++++-------------
 .../persistence-importer.less}                     |  4 +-
 9 files changed, 74 insertions(+), 67 deletions(-)
 copy ui-modules/utils/{catalog-uploader/catalog-uploader.html => persistence-importer/persistence-importer.html} (60%)
 copy ui-modules/utils/{catalog-uploader/catalog-uploader.js => persistence-importer/persistence-importer.js} (66%)
 copy ui-modules/utils/{catalog-uploader/catalog-uploader.less => persistence-importer/persistence-importer.less} (95%)