4 <legend class="cd-header"
5 i18n>Cluster Resources</legend>
6 <table class="table table-striped">
9 class="bold">Hosts</td>
10 <td>{{ hostsCount }}</td>
14 class="bold">Storage Capacity</td>
15 <td><span i18n>Number of devices: {{ totalDevices }}. Raw capacity:
16 {{ totalCapacity | dimlessBinary }}.</span></td>
20 class="bold">CPUs</td>
21 <td>{{ totalCPUs }}</td>
25 class="bold">Memory</td>
26 <td>{{ totalMemory }}</td>
32 <div class="col-lg-8">
34 class="cd-header">Hosts by Services</legend>
35 <cd-table [data]="hostsByService['data']"
36 [columns]="hostsByService['columns']"
43 class="cd-header">Host Details</legend>
44 <cd-hosts [hiddenColumns]="['services', 'status']"
46 [hideSubmitBtn]="true"
47 [hasTableDetails]="false"
48 [showGeneralActionsOnly]="true">