1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

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

This commit is contained in:
Anthony Lapenna 2018-07-25 20:51:21 +02:00
parent 134a38a566
commit 52f71b0813

View file

@ -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>