]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard : Remove subalerts details for multiple subalerts
authorAbhishek Desai <abhishek.desai1@ibm.com>
Sun, 9 Nov 2025 19:18:20 +0000 (00:48 +0530)
committerAbhishek Desai <abhishek.desai1@ibm.com>
Sun, 9 Nov 2025 19:18:20 +0000 (00:48 +0530)
fixes : https://tracker.ceph.com/issues/73766
Signed-off-by: Abhishek Desai <abhishek.desai1@ibm.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/active-alert-list/active-alert-list.component.html

index a82754e72d29a9b4d961e4f83121de1637096c52..dfe876262095eebd260d0d6938de1160410a4b71 100644 (file)
       [columns]="innerColumns"
       identifier="fingerprint"
       [forceIdentifier]="true"
-      [customCss]="customCss"
-      selectionType="single"
-      [hasDetails]="true"
-      (setExpandedRow)="setExpandedInnerRow($event)"
-      [scrollable]="false"
-    >
-    @if (expandedInnerRow) {
-      <cd-table-key-value
-        *cdTableDetail
-        [renderObjects]="true"
-        [hideEmpty]="true"
-        [appendParentKey]="false"
-        [data]="expandedInnerRow"
-        [customCss]="customCss"
-        [autoReload]="false"
-        [showMultiLineText]="true"
-        [multilineTextKeys]="multilineTextKeys"
-      >
-      </cd-table-key-value> }
+      columnMode="flex"
+      [toolHeader]="false"
+      [hasDetails]="false"
+      [showMultiLineText]="true"
+      [multilineTextKeys]="multilineTextKeys"
+      [scrollable]="false">
     </cd-table>
     }
   </cd-table>