This is an automated email from the ASF dual-hosted git repository.
SvenO3 pushed a commit to branch
4567-prevent-excessive-dataset-count-queries-when-using-large-page-sizes
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to
refs/heads/4567-prevent-excessive-dataset-count-queries-when-using-large-page-sizes
by this push:
new 1272f20c24 Prevent propagating for dataset count columns
1272f20c24 is described below
commit 1272f20c24441605dea46ff41a2401804535e9c8
Author: Sven Oehler <[email protected]>
AuthorDate: Wed Jun 24 11:57:17 2026 +0200
Prevent propagating for dataset count columns
---
.../datalake-configuration/datalake-configuration.component.html | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/ui/src/app/dataset/components/datalake-configuration/datalake-configuration.component.html
b/ui/src/app/dataset/components/datalake-configuration/datalake-configuration.component.html
index 27aa725209..833aa58a96 100644
---
a/ui/src/app/dataset/components/datalake-configuration/datalake-configuration.component.html
+++
b/ui/src/app/dataset/components/datalake-configuration/datalake-configuration.component.html
@@ -98,6 +98,7 @@
mat-cell
data-cy="datalake-number-of-events-latest"
*matCellDef="let configurationEntry"
+ (click)="$event.stopPropagation()"
>
@if (configurationEntry.eventsLatestLoading) {
<mat-spinner
@@ -154,6 +155,7 @@
mat-cell
data-cy="datalake-number-of-events"
*matCellDef="let configurationEntry"
+ (click)="$event.stopPropagation()"
>
<div fxLayout="row" fxLayoutAlign="start center">
@if (configurationEntry.eventsTotalLoading) {