mirror of https://github.com/portainer/portainer
Update endpointItem.html (#6142)
feat(home): show cpu and ram for non local endpoints EE-2077pull/6181/head
parent
b6fbf8eecc
commit
2a384d4c64
|
@ -123,7 +123,7 @@
|
|||
|
||||
<div class="blocklist-item-line endpoint-item">
|
||||
<span class="small text-muted">
|
||||
<span ng-if="$ctrl.model.Type === 1">
|
||||
<span ng-if="$ctrl.model.Type === 1 || $ctrl.model.Type === 2 || $ctrl.model.Type === 4">
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue