Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 06DD8E481 for ; Tue, 5 Feb 2013 05:09:06 +0000 (UTC) Received: (qmail 84247 invoked by uid 500); 5 Feb 2013 05:09:05 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 84206 invoked by uid 500); 5 Feb 2013 05:09:05 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 84183 invoked by uid 99); 5 Feb 2013 05:09:05 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 05:09:05 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 814711C7101; Tue, 5 Feb 2013 05:08:58 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============2244139862009777953==" MIME-Version: 1.0 Subject: Re: Review Request: add ui for resize volume From: "Hongtu Zang" To: "Marcus Sorensen" , "mice xia" Cc: "cloudstack" , "Hongtu Zang" Date: Tue, 05 Feb 2013 05:08:58 -0000 Message-ID: <20130205050858.13217.35627@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Hongtu Zang" X-ReviewGroup: cloudstack X-ReviewRequest-URL: https://reviews.apache.org/r/9298/ X-Sender: "Hongtu Zang" References: <20130205023147.13218.66594@reviews.apache.org> In-Reply-To: <20130205023147.13218.66594@reviews.apache.org> Reply-To: "Hongtu Zang" --===============2244139862009777953== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9298/ ----------------------------------------------------------- (Updated Feb. 5, 2013, 5:08 a.m.) Review request for cloudstack, mice xia and Marcus Sorensen. Changes ------- a good advice, I didn't think about it before. I changed diskoffering to a dropdown list, like the 'create volume' dialog. Description ------- add ui for resizeVolume. use updateResourceCount as icon of resizeVolume. I don't know how to translate the label, so I use English in all files. This addresses bug CLOUDSTACK-644. Diffs (updated) ----- client/WEB-INF/classes/resources/messages.properties 390738f = client/WEB-INF/classes/resources/messages_fr_FR.properties 4ba3c72 = client/WEB-INF/classes/resources/messages_ja.properties 7555b83 = client/WEB-INF/classes/resources/messages_pt_BR.properties 3bc435b = client/WEB-INF/classes/resources/messages_ru_RU.properties dd7e746 = client/WEB-INF/classes/resources/messages_zh_CN.properties 62160d9 = ui/css/cloudstack3.css eb42843 = ui/dictionary.jsp 203c9da = ui/scripts/storage.js dd81378 = Diff: https://reviews.apache.org/r/9298/diff/ Testing ------- Input newSize and newOfferingId. The api will be sent and returns correct. NewSize should be GB and newOfferingId find in database, not the uuid. Thanks, Hongtu Zang --===============2244139862009777953==--