mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
Update endpointItem.html (#6142)
feat(home): show cpu and ram for non local endpoints EE-2077
This commit is contained in:
parent
b6fbf8eecc
commit
2a384d4c64
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue