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">
9 class="bold">Hosts</td>
10 <td>{{ hostsCount }}</td>
12 <tr *ngIf="!isSimpleDeployment; else simpleDeploymentTextTpl">
16 <p i18n>Storage Capacity</p>
19 <p i18n>Number of devices</p>
22 <p i18n>Raw capacity</p>
26 <td class="pt-5"><p>{{ totalDevices }}</p><p>
27 {{ totalCapacity | dimlessBinary }}</p></td>
31 class="bold">CPUs</td>
32 <td>{{ totalCPUs | empty }}</td>
36 class="bold">Memory</td>
37 <td>{{ totalMemory | empty }}</td>
43 <div class="col-lg-9">
45 class="cd-header">Host Details</legend>
46 <cd-hosts [hiddenColumns]="['services', 'status']"
47 [hideToolHeader]="true"
48 [hasTableDetails]="false"
49 [showGeneralActionsOnly]="true"
50 [showExpandClusterBtn]="false">
54 <ng-template #simpleDeploymentTextTpl>
59 <p i18n>Storage Capacity</p>
62 <p i18n>{{deploymentDescText}}</p>