Skip to content

Commit

Permalink
Remove Pod Capacity and IPs Available values
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoxhaa committed Aug 25, 2024
1 parent a477e98 commit 9916649
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/Kubernetes/Web/NodeListItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ protected function assembleFooter(BaseHtmlElement $footer): void
{
$footer->addHtml(
new VerticalKeyValue($this->translate('CIDR'), $this->item->pod_cidr),
new VerticalKeyValue($this->translate('Pod Capacity'), $this->item->pod_capacity),
new VerticalKeyValue($this->translate('IPs Available'), $this->item->num_ips),
new VerticalKeyValue(
$this->translate('CPU Capacity'),
sprintf($this->translate('%d cores', 'number of CPU cores'), $this->item->cpu_allocatable / 1000)
Expand Down

0 comments on commit 9916649

Please sign in to comment.