You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2021/06/24 06:39:42 UTC

[incubator-streampipes] 01/03: [hotfix] Add files module to release config of ui

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

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit a9529730ed3f724d86d14bf61fb92d886b15ba2f
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Thu Jun 24 08:25:32 2021 +0200

    [hotfix] Add files module to release config of ui
---
 ui/deployment/rel/config.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ui/deployment/rel/config.yml b/ui/deployment/rel/config.yml
index 361f3cb..9ebe032 100644
--- a/ui/deployment/rel/config.yml
+++ b/ui/deployment/rel/config.yml
@@ -25,4 +25,5 @@ modules:
   - spDataExplorer
   - spAppOverview
   - spAdd
-  - spConfiguration
\ No newline at end of file
+  - spFiles
+  - spConfiguration