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/05/05 11:29:36 UTC

[incubator-streampipes] 03/06: Fix bug in app overview module

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 3716ae0c7d3d38aa22e664777faee2f0ee9f7049
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sun May 3 21:08:45 2020 +0200

    Fix bug in app overview module
---
 ui/src/app/app-overview/app-overview.component.html | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ui/src/app/app-overview/app-overview.component.html b/ui/src/app/app-overview/app-overview.component.html
index dd3b8f6..f358675 100644
--- a/ui/src/app/app-overview/app-overview.component.html
+++ b/ui/src/app/app-overview/app-overview.component.html
@@ -49,6 +49,4 @@
     </div>
     <app-asset-monitoring (appOpened)="appOpened($event)"
                           *ngIf="currentlySelectedApp === apps[0].appId"></app-asset-monitoring>
-    <app-transport-monitoring (appOpened)="appOpened($event)"
-                              *ngIf="currentlySelectedApp === apps[1].appId"></app-transport-monitoring>
 </div>