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


The following commit(s) were added to refs/heads/master by this push:
     new 2146be4  tweak case and icons of ui modules
2146be4 is described below

commit 2146be48fc2324e293984f8668ad2e6ac7c0f99d
Author: Alex Heneveld <[email protected]>
AuthorDate: Tue Jul 20 00:54:20 2021 +0100

    tweak case and icons of ui modules
---
 ui-modules/catalog/src/main/resources/ui-module/config.yaml        | 4 ++--
 ui-modules/groovy-console/src/main/resources/ui-module/config.yaml | 4 ++--
 ui-modules/rest-api-docs/src/main/resources/ui-module/config.yaml  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

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 73f5ace..ed3e06a 100644
--- a/ui-modules/catalog/src/main/resources/ui-module/config.yaml
+++ b/ui-modules/catalog/src/main/resources/ui-module/config.yaml
@@ -17,6 +17,6 @@
 # under the License.
 name: Catalog
 slug: ${project.artifactId}
-icon: fa-book
+icon: fa-list
 types:
-- home-ui-module
\ No newline at end of file
+- home-ui-module
diff --git a/ui-modules/groovy-console/src/main/resources/ui-module/config.yaml 
b/ui-modules/groovy-console/src/main/resources/ui-module/config.yaml
index 21293f7..031327e 100644
--- a/ui-modules/groovy-console/src/main/resources/ui-module/config.yaml
+++ b/ui-modules/groovy-console/src/main/resources/ui-module/config.yaml
@@ -15,6 +15,6 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-name: Groovy Console
+name: Groovy console
 slug: ${project.artifactId}
-icon: fa-terminal
\ No newline at end of file
+icon: fa-terminal
diff --git a/ui-modules/rest-api-docs/src/main/resources/ui-module/config.yaml 
b/ui-modules/rest-api-docs/src/main/resources/ui-module/config.yaml
index 59cbee6..ae3415e 100644
--- a/ui-modules/rest-api-docs/src/main/resources/ui-module/config.yaml
+++ b/ui-modules/rest-api-docs/src/main/resources/ui-module/config.yaml
@@ -15,6 +15,6 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-name: REST API Docs
+name: REST API docs
 slug: ${project.artifactId}
-icon: fa-cubes
\ No newline at end of file
+icon: fa-cubes

Reply via email to