Handle maximum CPUs properly.
This commit is contained in:
parent
91a9c8605c
commit
4122fa25d2
2 changed files with 14 additions and 1 deletions
|
|
@ -70,7 +70,7 @@
|
|||
<table class="table--basic table--basic--autoStriped">
|
||||
<tr>
|
||||
<td>{{ localize("maximumCpus") }}</td>
|
||||
<td>{{ entry.spec.vm.maximumCpus }}</td>
|
||||
<td>{{ maximumCpus(entry) }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{ localize("requestedCpus") }}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue