Skip to content

Commit

Permalink
Merge pull request ceph#29927 from votdev/add_cephfs_legend
Browse files Browse the repository at this point in the history
mgr/dashboard: Display legend for CephFS standbys

Reviewed-by: Kiefer Chang <[email protected]>
Reviewed-by: Stephan Müller <[email protected]>
  • Loading branch information
rjfd authored Aug 30, 2019
2 parents 42ad75a + 67a3bde commit 381b3ad
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@
<div class="row">
<div class="col-sm-6">
<legend i18n>Ranks</legend>

<cd-table [data]="ranks.data"
[columns]="ranks.columns"
(fetchData)="refresh()"
[toolHeader]="false">
</cd-table>

<legend i18n>Standbys</legend>
<cd-table-key-value [data]="standbys">
</cd-table-key-value>
</div>

<div class="col-sm-6">
<legend i18n>Pools</legend>

<cd-table [data]="pools.data"
[columns]="pools.columns"
[toolHeader]="false">
Expand Down

0 comments on commit 381b3ad

Please sign in to comment.