4 <legend class="cd-header"
5 i18n>Cluster Resources</legend>
6 <table class="cds--data-table--sort cds--data-table--no-border cds--data-table cds--data-table--md">
10 class="bold">Hosts</td>
11 <td>{{ hostsCount }}</td>
13 <tr *ngIf="!isSimpleDeployment; else simpleDeploymentTextTpl">
17 <p i18n>Storage Capacity</p>
20 <p i18n>Number of devices</p>
23 <p i18n>Raw capacity</p>
27 <td class="pt-5"><p>{{ totalDevices }}</p><p>
28 {{ totalCapacity | dimlessBinary }}</p></td>
32 class="bold">CPUs</td>
33 <td>{{ totalCPUs | empty }}</td>
37 class="bold">Memory</td>
38 <td>{{ totalMemory | empty }}</td>
48 class="cd-header">Host Details</legend>
49 <cd-hosts [hiddenColumns]="['service_instances', 'status']"
50 [hideToolHeader]="true"
51 [hasTableDetails]="false"
52 [showGeneralActionsOnly]="true"
53 [showExpandClusterBtn]="false"
54 [showInlineActions]="false">
58 <ng-template #simpleDeploymentTextTpl>
63 <p i18n>Storage Capacity</p>
66 <p i18n>{{deploymentDescText}}</p>