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/05/27 07:33:03 UTC

[incubator-streampipes] branch STREAMPIPES-537-NEW updated: [STREAMPIPES-537] Properly delete dashboards in data explorer

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

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


The following commit(s) were added to refs/heads/STREAMPIPES-537-NEW by this push:
     new 9f75799de [STREAMPIPES-537] Properly delete dashboards in data explorer
9f75799de is described below

commit 9f75799de925f195f6c29a9b1392b2f112b9801d
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Fri May 27 09:32:50 2022 +0200

    [STREAMPIPES-537] Properly delete dashboards in data explorer
---
 .../components/panel/data-explorer-dashboard-panel.component.html     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/src/app/data-explorer/components/panel/data-explorer-dashboard-panel.component.html b/ui/src/app/data-explorer/components/panel/data-explorer-dashboard-panel.component.html
index bdb6ebe89..077267d82 100644
--- a/ui/src/app/data-explorer/components/panel/data-explorer-dashboard-panel.component.html
+++ b/ui/src/app/data-explorer/components/panel/data-explorer-dashboard-panel.component.html
@@ -76,7 +76,7 @@
                         <span>Hide time range selector</span>
                     </button>
                     <button mat-menu-item *ngIf="hasDataExplorerDeletePrivileges"
-                        (click)="deleteDashboard(selectedDataViewDashboard)">
+                        (click)="deleteDashboard(dashboard)">
                         <mat-icon>clear</mat-icon>
                         <span>Delete dashboard</span>
                     </button>
@@ -118,4 +118,4 @@
             </mat-drawer-container>
         </div>
     </div>
-</div>
\ No newline at end of file
+</div>