If there is no data available for standbys, the UI looks strange without a legend.
Signed-off-by: Volker Theile <vtheile@suse.com>
<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">