1
0
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:
Javi Fontan 2011-07-08 17:47:56 +02:00
parent 882aa09e9d
commit b63313a215
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
:ID:
:desc: ONE identifier for Virtual Machine
:size: 4
:size: 6
:NAME:
:desc: Name of the Virtual Machine

View File

@ -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