The problem was that it was not possible to click on the clients tab
inside the CephFS details and switch to it. This commit fixes this.
Fixes: https://tracker.ceph.com/issues/41165
Signed-off-by: Stephan Müller <smueller@suse.com>
</div>
</tab>
<tab i18n-heading
- heading="Clients: {{ clientCount }}"
- (selectTab)="clientsSelect=true"
- (deselect)="clientsSelect=false">
- <cd-cephfs-clients [id]="id"
- *ngIf="clientsSelect">
+ heading="Clients: {{ clientCount }}">
+ <cd-cephfs-clients [id]="id">
</cd-cephfs-clients>
</tab>
<tab i18n-heading
grafanaPermission: Permission;
objectValues = Object.values;
- clientsSelect = false;
constructor(
private authStorageService: AuthStorageService,