style(home): display information about endpoint CPU/RAM
parent
134a38a566
commit
52f71b0813
|
@ -58,6 +58,8 @@
|
|||
|
||||
<div class="blocklist-item-line endpoint-item">
|
||||
<span class="small text-muted">
|
||||
<span class="small text-muted"><i class="fa fa-microchip"></i> {{ $ctrl.model.Snapshots[0].TotalCPU }}<i class="fa fa-memory space-left"></i> {{ $ctrl.model.Snapshots[0].TotalMemory | humansize }}</span>
|
||||
<span class="space-left space-right">-</span>
|
||||
<span ng-if="$ctrl.model.Tags.length === 0">
|
||||
<i class="fa fa-tags" aria-hidden="true"></i> No tags
|
||||
</span>
|
||||
|
|
Loading…
Reference in New Issue