mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-19 06:50:07 +03:00
Bug #3244: Do not truncate IPv6 column in onevnet show
This commit is contained in:
parent
22fc2b4eb2
commit
2c7cb47dd9
@ -294,7 +294,7 @@ class OneVNetHelper < OpenNebulaHelper::OneHelper
|
||||
d["IP"]||"-"
|
||||
end
|
||||
|
||||
column :IP6_GLOBAL, "", :size=>31 do |d|
|
||||
column :IP6_GLOBAL, "", :donottruncate, :size=>31 do |d|
|
||||
d["IP6_GLOBAL"]||"-"
|
||||
end
|
||||
end.show(leases, {})
|
||||
|
Loading…
x
Reference in New Issue
Block a user