style(home): display information about endpoint CPU/RAM

pull/2080/head
Anthony Lapenna 6 years ago
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…
Cancel
Save