File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 129129 <div class =" resource-detail-item__label" >{{ $t('label.cpu') }}</div >
130130 <div class =" resource-detail-item__details" >
131131 <a-icon type =" appstore" />
132- <span v-if =" resource.cputotal" >{{ resource.cputotal }}</span >
133- <span v-else >{{ resource.cpunumber }} CPU x {{ parseFloat(resource.cpuspeed / 1000.0).toFixed(2) }} Ghz</span >
132+ <span >{{ resource.cpunumber }} CPU</span >
134133 </div >
135134 <div >
136135 <span v-if =" resource.cpuused" >
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ export default {
171171 return {
172172 key: item .id ,
173173 name: item .name ,
174- cpu: cpuNumberValue .length > 0 ? ` ${ cpuNumberValue} CPU x ${ cpuSpeedValue } Ghz ` : ' ' ,
174+ cpu: cpuNumberValue .length > 0 ? ` ${ cpuNumberValue} CPU` : ' ' ,
175175 ram: ramValue .length > 0 ? ` ${ ramValue} MB` : ' ' ,
176176 disabled: disabled
177177 }
You can’t perform that action at this time.
0 commit comments