diff --git a/src/cli/one_helper/onezone_helper.rb b/src/cli/one_helper/onezone_helper.rb index f854201794..e393355756 100644 --- a/src/cli/one_helper/onezone_helper.rb +++ b/src/cli/one_helper/onezone_helper.rb @@ -43,11 +43,11 @@ class OneZoneHelper < OpenNebulaHelper::OneHelper d["NAME"] end - column :ENDPOINT, "Endpoint of the Zone", :left, :size=>50 do |d| + column :ENDPOINT, "Endpoint of the Zone", :left, :size=>45 do |d| d["TEMPLATE"]['ENDPOINT'] end - default :ID, :NAME, :ENDPOINT + default :CURRENT, :ID, :NAME, :ENDPOINT end table