Create top 100 node per capacity component
This commit is contained in:
@@ -1,29 +1,2 @@
|
||||
<div style="width: 100%">
|
||||
|
||||
<table class="table table-borderless" style="width: 100%">
|
||||
<thead>
|
||||
<th class="" i18n="" style="width: 33%">Rank</th>
|
||||
<th class="" i18n="" style="width: 33%">Alias</th>
|
||||
<th class="" i18n="" style="width: 33%">Placeholder</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<ng-template #skeleton>
|
||||
<tbody>
|
||||
<tr *ngFor="let item of [1,2,3,4,5,6,7,8,9,10]">
|
||||
<td class="">
|
||||
<span class="skeleton-loader"></span>
|
||||
</td>
|
||||
<td class="">
|
||||
<span class="skeleton-loader"></span>
|
||||
</td>
|
||||
<td class="">
|
||||
<span class="skeleton-loader"></span>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</ng-template>
|
||||
|
||||
</div>
|
||||
<app-top-nodes-per-capacity [nodes$]="null" [widget]="false" *ngIf="type === 'capacity'">
|
||||
</app-top-nodes-per-capacity>
|
||||
Reference in New Issue
Block a user