mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
parent
fa88368c46
commit
f425169626
@ -795,7 +795,9 @@ class OneHostHelper < OpenNebulaHelper::OneHelper
|
||||
d['NODE_ID']
|
||||
end
|
||||
|
||||
column :CORES, 'Cores usage', :size => 50, :left => true do |d|
|
||||
column :CORES, 'Cores usage',
|
||||
:left => true,
|
||||
:adjust => true do |d|
|
||||
d['CORE']['CORES']
|
||||
end
|
||||
|
||||
|
@ -1201,7 +1201,7 @@ in the frontend machine.
|
||||
d['NODE_ID']
|
||||
end
|
||||
|
||||
column :CPUS, 'Cpus used', :size => 6, :left => false do |d|
|
||||
column :CPUS_IDS, 'Cpus used', :adjust => true, :left => false do |d|
|
||||
d['CPUS']
|
||||
end
|
||||
|
||||
@ -1213,7 +1213,7 @@ in the frontend machine.
|
||||
d['TOTAL_CPUS']
|
||||
end
|
||||
|
||||
default :ID, :CPUS, :MEMORY, :TOTAL_CPUS
|
||||
default :ID, :CPUS_IDS, :MEMORY, :TOTAL_CPUS
|
||||
end
|
||||
|
||||
table.show(numa_nodes)
|
||||
|
Loading…
x
Reference in New Issue
Block a user