mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Feature #4217: remove type from the onemarket list command
This commit is contained in:
parent
a097e183b2
commit
e08d21cec8
@ -68,11 +68,6 @@ class OneMarketPlaceHelper < OpenNebulaHelper::OneHelper
|
||||
end
|
||||
end
|
||||
|
||||
column :TYPE, "Marketplace type", :left, :size=>4 do |d|
|
||||
type = MarketPlace::MARKETPLACE_TYPES[d["TYPE"].to_i]
|
||||
MarketPlace::SHORT_MARKETPLACE_TYPES[type]
|
||||
end
|
||||
|
||||
column :MAD, "Marketplace driver", :left, :size=>7 do |d|
|
||||
d["MARKET_MAD"]
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user