From 050c445cc3b03c556c19c164adceb16818ddaff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Tue, 4 Mar 2014 11:46:51 +0100 Subject: [PATCH] Set same defaults for onezone list in code and yaml file --- src/cli/one_helper/onezone_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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