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/12 13:37:43 UTC

[incubator-streampipes] branch STREAMPIPES-558 updated: [STREAMPIPES-537] Minor layout fix

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

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


The following commit(s) were added to refs/heads/STREAMPIPES-558 by this push:
     new d38b7ec49 [STREAMPIPES-537] Minor layout fix
d38b7ec49 is described below

commit d38b7ec4915e08c2d34ff241ce5566eebb100676
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Tue Jul 12 15:37:32 2022 +0200

    [STREAMPIPES-537] Minor layout fix
---
 .../app/dashboard/components/overview/dashboard-overview.component.html | 2 +-
 .../components/overview/data-explorer-dashboard-overview.component.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/src/app/dashboard/components/overview/dashboard-overview.component.html b/ui/src/app/dashboard/components/overview/dashboard-overview.component.html
index b6b94a870..b1f3d51ad 100644
--- a/ui/src/app/dashboard/components/overview/dashboard-overview.component.html
+++ b/ui/src/app/dashboard/components/overview/dashboard-overview.component.html
@@ -16,7 +16,7 @@
   ~
   -->
 
-<sp-basic-view [showBackLink]="false" [padding]="">
+<sp-basic-view [showBackLink]="false" [padding]="true">
 
     <div nav fxFlex="100" fxLayoutAlign="start center" fxLayout="row" class="pl-10">
         <button mat-button mat-raised-button color="accent"
diff --git a/ui/src/app/data-explorer/components/overview/data-explorer-dashboard-overview.component.html b/ui/src/app/data-explorer/components/overview/data-explorer-dashboard-overview.component.html
index 37faadbfb..7d5bc4a10 100644
--- a/ui/src/app/data-explorer/components/overview/data-explorer-dashboard-overview.component.html
+++ b/ui/src/app/data-explorer/components/overview/data-explorer-dashboard-overview.component.html
@@ -17,7 +17,7 @@
   -->
 
 
-<sp-basic-view [showBackLink]="false" padding="0">
+<sp-basic-view [showBackLink]="false" [padding]="true">
 
     <div nav fxFlex="100" fxLayoutAlign="start center" fxLayout="row" class="pl-10">
         <button mat-button mat-raised-button color="accent"