Only seen in nautilus
Intended to fix the unusual behaviour in the All Alerts tab where the loading bar progressess continously until one of the alerts is selected.
To reproduce:
Navigate to cluster -> Monitoring -> All Alerts tab. You can see the progress bar at the bottom of the table.
Fixes: https://tracker.ceph.com/issues/47435
Signed-off-by: Nizamudeen A <nia@redhat.com>
(updateSelection)="selectionUpdated($event)"
[selectionType]="'single'"></cd-table>
-<cd-table-key-value [data]="selectedRule"
+<cd-table-key-value *ngIf="selectedRule"
+ [data]="selectedRule"
[renderObjects]="true"
[hideKeys]="hideKeys"></cd-table-key-value>