Merge pull request #29927 from votdev/add_cephfs_legend

mgr/dashboard: Display legend for CephFS standbys

Reviewed-by: Kiefer Chang <kiefer.chang@suse.com>
Reviewed-by: Stephan Müller <smueller@suse.com>
This commit is contained in:
Ricardo Dias 2019-08-30 14:14:10 +01:00 committed by GitHub
commit 381b3ad776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">