You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2022/05/23 20:28:01 UTC

[incubator-streampipes] branch STREAMPIPES-537-NEW updated: [STREAMPIPES-537] add link for config module

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

zehnder pushed a commit to branch STREAMPIPES-537-NEW
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/STREAMPIPES-537-NEW by this push:
     new e23a3ca24 [STREAMPIPES-537] add link for config module
e23a3ca24 is described below

commit e23a3ca249e5826f03452740c3e842f493708486
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Mon May 23 22:27:51 2022 +0200

    [STREAMPIPES-537] add link for config module
---
 ui/deployment/modules.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/deployment/modules.yml b/ui/deployment/modules.yml
index f286a0c2a..313d04224 100644
--- a/ui/deployment/modules.yml
+++ b/ui/deployment/modules.yml
@@ -75,7 +75,7 @@ spConfiguration:
   ng5_component: 'GeneralConfigurationComponent'
   ng5_componentPath: './configuration/general-configuration/general-configuration.component'
   path: './configuration/configuration.module'
-  link: ''
+  link: 'configuration'
   url: '/configuration'
   title: 'Configuration'
   description: 'In the configuration module, basic StreamPipes settings and services can be configured.'