From: marios <[email protected]>
Signed-off-by: marios <[email protected]> --- server/views/hardware_profiles/index.html.haml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/server/views/hardware_profiles/index.html.haml b/server/views/hardware_profiles/index.html.haml index 06b4d16..64e3455 100644 --- a/server/views/hardware_profiles/index.html.haml +++ b/server/views/hardware_profiles/index.html.haml @@ -15,3 +15,5 @@ = format_hardware_property profile.memory %strong Storage: = format_hardware_property profile.storage + %strong CPU: + = format_hardware_property profile.cpu -- 1.7.6.5
