]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #58959 from rhcs-dashboard/fix-67192-main
authorAashish Sharma <66050535+aaSharma14@users.noreply.github.com>
Wed, 28 Aug 2024 05:09:51 +0000 (10:39 +0530)
committerGitHub <noreply@github.com>
Wed, 28 Aug 2024 05:09:51 +0000 (10:39 +0530)
mgr/dashboard: Add Performance Details grafana charts for individual clusters in Manage-clusters page

Reviewed-by: Nizamudeen A <nia@redhat.com>
1  2 
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/multi-cluster/multi-cluster-list/multi-cluster-list.component.html

index 9c899e9bc9fff44b8f8ba162b6c577f5324d843c,c73cb4e05bc381f5a36f9947e88d6805d1befe67..6ee60716bd88e809701f829ce2d2b36e79fa6b9a
                      [columns]="columns"
                      columnMode="flex"
                      selectionType="single"
+                     [hasDetails]="true"
+                     (setExpandedRow)="setExpandedRow($event)"
                      [maxLimit]="25"
                      (updateSelection)="updateSelection($event)">
 -            <div class="table-actions btn-toolbar">
 +            <div class="table-actions">
                <cd-table-actions [permission]="permissions.user"
                                  [selection]="selection"
                                  class="btn-group"