1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-29 18:50:08 +03:00

B #6131: Change literal for Virtual CPU when creating a VM (#2634)

(cherry picked from commit 50076410787f144db4dfc73d404f60703f190b0e)
This commit is contained in:
David 2023-06-13 13:47:13 +02:00 committed by Tino Vázquez
parent 9cca247799
commit b8525f9a27
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -517,7 +517,7 @@ module.exports = {
PhysicalCpu: 'Physical CPU',
PhysicalCpuWithPercent: 'Physical CPU (%)',
VirtualCpu: 'Virtual CPU',
VirtualCpuWithPercent: 'Virtual CPU (%)',
VirtualCpuWithDecimal: 'Virtual CPU',
VirtualCores: 'Virtual Cores',
Cores: 'Cores',
Sockets: 'Sockets',
@ -1161,8 +1161,8 @@ module.exports = {
'There are currently no VMs associated with this Security Group',
CommitMessageSecGroups: `
Please note: each time the rules are edited, the commit operation is done automatically.
This action will force the propagation of security group changes to VMs.
The operation takes time to iterate over all VMs in the security group,
This action will force the propagation of security group changes to VMs.
The operation takes time to iterate over all VMs in the security group,
the progress can be checked in the "VMs" panel.`,
RecoverCommitMessageSecGroups:
'If set the commit operation will only operate on outdated and error VMs',