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/03 19:09:01 UTC

[incubator-streampipes] branch rel/0.66.0 updated: Fix bug in app overview module

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

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


The following commit(s) were added to refs/heads/rel/0.66.0 by this push:
     new ebac9f4  Fix bug in app overview module
ebac9f4 is described below

commit ebac9f47ac418751e873f889001a7f0c9e706426
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>