mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
id in onevm list is now 6 chars wide
This commit is contained in:
parent
882aa09e9d
commit
b63313a215
@ -1,7 +1,7 @@
|
||||
---
|
||||
:ID:
|
||||
:desc: ONE identifier for Virtual Machine
|
||||
:size: 4
|
||||
:size: 6
|
||||
|
||||
:NAME:
|
||||
:desc: Name of the Virtual Machine
|
||||
|
@ -105,7 +105,7 @@ class OneVMHelper < OpenNebulaHelper::OneHelper
|
||||
def format_pool(pool, options, top=false)
|
||||
config_file=self.class.table_conf
|
||||
table=CLIHelper::ShowTable.new(config_file, self) do
|
||||
column :ID, "ONE identifier for Virtual Machine", :size=>4 do |d|
|
||||
column :ID, "ONE identifier for Virtual Machine", :size=>6 do |d|
|
||||
d["ID"]
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user