diff --git a/ui/src/components/view/InfoCard.vue b/ui/src/components/view/InfoCard.vue index 98c26bf55657..6b42d68ddc35 100644 --- a/ui/src/components/view/InfoCard.vue +++ b/ui/src/components/view/InfoCard.vue @@ -180,7 +180,14 @@
{{ $t('label.cpu') }}
- {{ resource.cpunumber }} CPU x {{ parseFloat(resource.cpuspeed / 1000.0).toFixed(2) }} Ghz + {{ resource.cpunumber }} CPU x {{ (resource.cpuspeed / 1000.0).toFixed(2) }} GHz + + + + + {{ resource.cputotal }}
@@ -224,7 +231,16 @@
{{ $t('label.memory') }}
- {{ resource.memorytotalgb + ' ' + $t('label.memory') }} + + + {{ resource.memorytotalgb + ' ' + $t('label.memory') }} + + + + +