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 2022/04/21 21:15:05 UTC

[incubator-streampipes] 01/04: [hotfix] Modify webpack config

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 89e22e7c8bddadd4c25a0038cadac2604aa5d250
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Thu Apr 21 22:21:15 2022 +0200

    [hotfix] Modify webpack config
---
 ui/src/scss/sp/layout.scss | 2 +-
 ui/webpack.partial.base.js | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ui/src/scss/sp/layout.scss b/ui/src/scss/sp/layout.scss
index bc20f9480..2ed106575 100644
--- a/ui/src/scss/sp/layout.scss
+++ b/ui/src/scss/sp/layout.scss
@@ -116,7 +116,7 @@
 .page-container-nav {
   line-height:24px;
   height: 50px;
-  border-bottom:2px solid var(--color-bg-3);
+  border-bottom:1px solid var(--color-bg-3);
 }
 
 .text-center {
diff --git a/ui/webpack.partial.base.js b/ui/webpack.partial.base.js
index 852312df1..f2930c28f 100644
--- a/ui/webpack.partial.base.js
+++ b/ui/webpack.partial.base.js
@@ -68,6 +68,7 @@ module.exports = {
                 "@angular/cdk": { singleton: true, strictVersion: true, requiredVersion: 'auto' , eager: true},
                 "@angular/material": { singleton: true, strictVersion: true, requiredVersion:'auto', eager: true},
                 "@angular/material/tooltip": { singleton: true, strictVersion: true, requiredVersion:'auto', eager: true },
+                "@angular/material/dialog": { singleton: true, strictVersion: true, requiredVersion:'auto', eager: true },
                 "@streampipes/shared-ui": { singleton: true, strictVersion: true, eager: true},
                 "@streampipes/platform-services": { singleton: true, strictVersion: true, eager: true},
                 ...sharedMappings.getDescriptors()