From: Abhishek Desai Date: Sun, 9 Nov 2025 19:18:20 +0000 (+0530) Subject: mgr/dashboard : Remove subalerts details for multiple subalerts X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F66295%2Fhead;p=ceph.git 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) --- 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"> }