Skip to content

Commit

Permalink
Merge pull request ceph#29556 from Devp00l/wip-41165
Browse files Browse the repository at this point in the history
mgr/dashboard: CephFS client tab switch

Reviewed-by: Tiago Melo <[email protected]>
Reviewed-by: Volker Theile <[email protected]>
  • Loading branch information
Lenz Grimmer authored Aug 19, 2019
2 parents 148312c + f07c193 commit f09fd73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@
</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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export class CephfsDetailComponent implements OnChanges, OnInit {
grafanaPermission: Permission;

objectValues = Object.values;
clientsSelect = false;

constructor(
private authStorageService: AuthStorageService,
Expand Down

0 comments on commit f09fd73

Please sign in to comment.