1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Changed oZones resource creation for ONE CLI compatiblity

This commit is contained in:
Tino Vázquez 2011-07-18 15:36:11 +02:00
parent 40ddc00bc4
commit add417a372

View File

@ -22,7 +22,7 @@ module OZonesHelper
if id[-1..-1] == ","
id = id[0..id.size-2]
end
[0, "#{kind.upcase} #{id} created successfully"]
[0, "ID: #{id}"]
end
end