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 2020/09/11 21:01:07 UTC

[incubator-streampipes] branch rel/0.67.0 updated: [hotfix] Fix layout bug in pipeline overview

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

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


The following commit(s) were added to refs/heads/rel/0.67.0 by this push:
     new 4b4e140  [hotfix] Fix layout bug in pipeline overview
4b4e140 is described below

commit 4b4e140f066b975637fcd3ac76a22dba1f9cff94
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Tue Sep 8 22:02:19 2020 +0200

    [hotfix] Fix layout bug in pipeline overview
---
 .../components/pipeline-overview/pipeline-overview.component.html       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/app/pipelines/components/pipeline-overview/pipeline-overview.component.html b/ui/src/app/pipelines/components/pipeline-overview/pipeline-overview.component.html
index 2af6afe..d6d8a3e 100644
--- a/ui/src/app/pipelines/components/pipeline-overview/pipeline-overview.component.html
+++ b/ui/src/app/pipelines/components/pipeline-overview/pipeline-overview.component.html
@@ -17,7 +17,7 @@
   -->
 
 <div fxFlex="100" fxLayout="column" *ngIf="filteredPipelinesAvailable" style="margin:1px;">
-    <table fxFlex="100" mat-table [dataSource]="dataSource">
+    <table fxFlex="100" mat-table [dataSource]="dataSource" style="width: 100%;">
         <ng-container matColumnDef="start">
             <th mat-header-cell *matHeaderCellDef> Start</th>
             <td mat-cell *matCellDef="let pipeline">