Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7650F18D8A for ; Fri, 14 Aug 2015 09:49:13 +0000 (UTC) Received: (qmail 88087 invoked by uid 500); 14 Aug 2015 09:49:13 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 88053 invoked by uid 500); 14 Aug 2015 09:49:13 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 88037 invoked by uid 99); 14 Aug 2015 09:49:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2015 09:49:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DDC59E0435; Fri, 14 Aug 2015 09:49:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: remi@apache.org To: commits@cloudstack.apache.org Date: Fri, 14 Aug 2015 09:49:13 -0000 Message-Id: <13acbfa3514a46f38bb1e7669a471c9e@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: updated refs/heads/master to 0fcc729 Merge pull request #680 from borisroman/CLOUDSTACK-8580 Interface changes related to CLOUDSTACK-8580See issue CLOUDSTACK-8580 and individual commits. * pr/680: Made interface changes related to CLOUDSTACK-8580 Signed-off-by: Remi Bergsma Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0fcc7297 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0fcc7297 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0fcc7297 Branch: refs/heads/master Commit: 0fcc7297e0b519ffc5ebb8df1d3ab16659bd18fd Parents: 72e5502 655fcc9 Author: Remi Bergsma Authored: Fri Aug 14 11:47:36 2015 +0200 Committer: Remi Bergsma Committed: Fri Aug 14 11:47:36 2015 +0200 ---------------------------------------------------------------------- .../user/config/ListCapabilitiesCmd.java | 5 +++-- .../api/response/CapabilitiesResponse.java | 20 +++++++++++++++++--- .../com/cloud/server/ManagementServerImpl.java | 6 ++++++ ui/scripts/cloudStack.js | 5 +++-- ui/scripts/instances.js | 15 ++++++++------- ui/scripts/sharedFunctions.js | 2 +- 6 files changed, 38 insertions(+), 15 deletions(-) ----------------------------------------------------------------------