mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-03-08 04:58:29 +03:00
details: Use 'CPUs' instead of 'Processor'
All VM terminology is around CPUs, you never really see the word processor, so be consistent
This commit is contained in:
parent
67f79569e6
commit
6c7a3dbcc4
@ -3144,7 +3144,7 @@ class vmmDetails(vmmGObjectUI):
|
||||
HW_LIST_TYPE_INSPECTION, "computer")
|
||||
add_hw_list_option("Performance", HW_LIST_TYPE_STATS,
|
||||
"utilities-system-monitor")
|
||||
add_hw_list_option("Processor", HW_LIST_TYPE_CPU, "device_cpu")
|
||||
add_hw_list_option("CPUs", HW_LIST_TYPE_CPU, "device_cpu")
|
||||
add_hw_list_option("Memory", HW_LIST_TYPE_MEMORY, "device_mem")
|
||||
add_hw_list_option("Boot Options", HW_LIST_TYPE_BOOT, "system-run")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user