From 9b336e2c49b21cfcb88f6de406f88b13b34418f8 Mon Sep 17 00:00:00 2001 From: Abhishek Desai Date: Mon, 10 Nov 2025 00:48:20 +0530 Subject: [PATCH] mgr/dashboard : Remove subalerts details for multiple subalerts fixes : https://tracker.ceph.com/issues/73766 Signed-off-by: Abhishek Desai (cherry picked from commit d6ba31e800648a03f1e62e6f0425391b74f09d67) --- .../active-alert-list.component.html | 25 +++++-------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/active-alert-list/active-alert-list.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/active-alert-list/active-alert-list.component.html index 730bf5a10ee..6aac4f07261 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/active-alert-list/active-alert-list.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/active-alert-list/active-alert-list.component.html @@ -48,25 +48,12 @@ [columns]="innerColumns" identifier="fingerprint" [forceIdentifier]="true" - [customCss]="customCss" - selectionType="single" - [hasDetails]="true" - (setExpandedRow)="setExpandedInnerRow($event)" - [scrollable]="false" - > - @if (expandedInnerRow) { - - } + columnMode="flex" + [toolHeader]="false" + [hasDetails]="false" + [showMultiLineText]="true" + [multilineTextKeys]="multilineTextKeys" + [scrollable]="false"> } -- 2.47.3