1
0
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:
Carlos Martín 2014-10-17 14:46:00 +02:00
parent 22fc2b4eb2
commit 2c7cb47dd9

View File

@ -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, {})