Use names consistently.
This commit is contained in:
parent
2d9d8de357
commit
57edc36980
2 changed files with 2 additions and 4 deletions
|
|
@ -30,11 +30,11 @@
|
|||
<td>{{ vmSummary.runningVms }} / {{ vmSummary.totalVms }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{ localize("Used CPUs") }}:</td>
|
||||
<td>{{ localize("currentCpus") }}:</td>
|
||||
<td>{{ vmSummary.usedCpus }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{ localize("Used RAM") }}:</td>
|
||||
<td>{{ localize("currentRam") }}:</td>
|
||||
<td>{{ formatMemory(Number(vmSummary.usedRam)) }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@ conletName = VM Anzeige
|
|||
|
||||
VMsSummary = VMs (gestartet/gesamt)
|
||||
|
||||
Used\ CPUs = Verwendete CPUs
|
||||
Used\ RAM = Verwendetes RAM
|
||||
Period = Zeitraum
|
||||
Last\ hour = Letzte Stunde
|
||||
Last\ day = Letzter Tag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue