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/07/18 10:41:08 UTC

[incubator-streampipes] branch dev updated (e0f471df8 -> 37bc937a0)

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

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


    from e0f471df8 [hotfix] Add missing headers
     new a40c57881 [hotfix] Fix toolbar logo size
     new 37bc937a0 [hotfix] Fix cypress URL

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ui/cypress.json                                           | 2 +-
 ui/src/app/core/components/toolbar/toolbar.component.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[incubator-streampipes] 02/02: [hotfix] Fix cypress URL

Posted by ri...@apache.org.
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 37bc937a0e689a707f9aebfc081a71c2eb96929a
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Mon Jul 18 12:41:00 2022 +0200

    [hotfix] Fix cypress URL
---
 ui/cypress.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/cypress.json b/ui/cypress.json
index 02563ffcb..b36abd549 100644
--- a/ui/cypress.json
+++ b/ui/cypress.json
@@ -8,7 +8,7 @@
     "runMode": 1,
     "openMode": 0
   },
-  "baseUrl": "http://localhost:8082",
+  "baseUrl": "http://localhost:80",
   "trashAssetsBeforeRuns": false,
   "videoCompression": false,
   "viewportWidth": 1920,


[incubator-streampipes] 01/02: [hotfix] Fix toolbar logo size

Posted by ri...@apache.org.
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 a40c57881cdbcfdd19290b248c26849a3e7c2444
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Mon Jul 18 12:40:22 2022 +0200

    [hotfix] Fix toolbar logo size
---
 ui/src/app/core/components/toolbar/toolbar.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/app/core/components/toolbar/toolbar.component.html b/ui/src/app/core/components/toolbar/toolbar.component.html
index f58dd0d63..b64c19756 100644
--- a/ui/src/app/core/components/toolbar/toolbar.component.html
+++ b/ui/src/app/core/components/toolbar/toolbar.component.html
@@ -21,7 +21,7 @@
         <div fxFlex="100" fxLayout fxLayoutAlign="start center">
             <div class="md-toolbar-tools" style="height:40px;max-height:40px;" fxFlex fxLayout="row" fxLayoutAlign="start center">
                 <div style="padding:5px;border-radius:0px;margin-right:15px;position:relative;left:20px;">
-                    <img alt="icon" src="../../../../assets/img/sp/logo-navigation.png" style="height:30px;">
+                    <img alt="icon" src="../../../../assets/img/sp/logo-navigation.png" style="max-height:30px;max-width: 250px;">
                 </div>
             </div>
         <div fxFlex fxLayout fxLayoutAlign="end center" *ngIf="authenticated" style="height:100%;">