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 147eeb11d3e8592109f3c9a1d804979d4c2a1e57 Author: Alex Heneveld <[email protected]> AuthorDate: Thu Jul 27 15:42:01 2023 +0100 add descriptions for the modules on the home screen --- ui-modules/app-inspector/src/main/resources/ui-module/config.yaml | 6 +++++- .../blueprint-composer/src/main/resources/ui-module/config.yaml | 6 +++++- ui-modules/catalog/src/main/resources/ui-module/config.yaml | 4 ++++ .../location-manager/src/main/resources/ui-module/config.yaml | 6 +++++- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/ui-modules/app-inspector/src/main/resources/ui-module/config.yaml b/ui-modules/app-inspector/src/main/resources/ui-module/config.yaml index 33126cb3..9c3f64cc 100644 --- a/ui-modules/app-inspector/src/main/resources/ui-module/config.yaml +++ b/ui-modules/app-inspector/src/main/resources/ui-module/config.yaml @@ -20,4 +20,8 @@ order: 10 slug: ${project.artifactId} icon: fa-search types: -- home-ui-module \ No newline at end of file +- home-ui-module +description: | + The <b>Inspector</b> module lets you drill down into the details of + applications and blueprints currently deployed. + View structure and sensors, invoke effectors, and track all ongoing activities. diff --git a/ui-modules/blueprint-composer/src/main/resources/ui-module/config.yaml b/ui-modules/blueprint-composer/src/main/resources/ui-module/config.yaml index 14ae16fc..47f3ff43 100644 --- a/ui-modules/blueprint-composer/src/main/resources/ui-module/config.yaml +++ b/ui-modules/blueprint-composer/src/main/resources/ui-module/config.yaml @@ -19,4 +19,8 @@ name: Blueprint Composer slug: ${project.artifactId} icon: fa-code-fork fa-flip-vertical types: -- home-ui-module \ No newline at end of file +- home-ui-module +description: | + The <b>Blueprint Composer</b> module gives a graphical editor to create and edit blueprints, + using drag-and-drop and visual control, or toggling bi-drectionally to code editors. + diff --git a/ui-modules/catalog/src/main/resources/ui-module/config.yaml b/ui-modules/catalog/src/main/resources/ui-module/config.yaml index ed3e06a6..5e856240 100644 --- a/ui-modules/catalog/src/main/resources/ui-module/config.yaml +++ b/ui-modules/catalog/src/main/resources/ui-module/config.yaml @@ -20,3 +20,7 @@ slug: ${project.artifactId} icon: fa-list types: - home-ui-module +description: | + The <b>Catalog</b> module shows and manages the bundles of entities and other blueprints + available in the system. + diff --git a/ui-modules/location-manager/src/main/resources/ui-module/config.yaml b/ui-modules/location-manager/src/main/resources/ui-module/config.yaml index 141099f9..bd44fa7b 100644 --- a/ui-modules/location-manager/src/main/resources/ui-module/config.yaml +++ b/ui-modules/location-manager/src/main/resources/ui-module/config.yaml @@ -19,4 +19,8 @@ name: Location Manager slug: ${project.artifactId} icon: fa-map-pin types: -- home-ui-module \ No newline at end of file +- home-ui-module +description: | + The <b>Location Manager</b> manages the location definitions for + environments where blueprints can be deployed. +
