Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 64D57DF29 for ; Tue, 6 Nov 2012 08:13:09 +0000 (UTC) Received: (qmail 61645 invoked by uid 500); 6 Nov 2012 08:13:09 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 61548 invoked by uid 500); 6 Nov 2012 08:13:09 -0000 Mailing-List: contact cloudstack-commits-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-commits@incubator.apache.org Received: (qmail 61511 invoked by uid 99); 6 Nov 2012 08:13:08 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2012 08:13:08 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B83CF44896; Tue, 6 Nov 2012 08:13:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pranavs@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: CS-16752:Mode option need to be removed whiile adding Netscaler Device Message-Id: <20121106081307.B83CF44896@tyr.zones.apache.org> Date: Tue, 6 Nov 2012 08:13:07 +0000 (UTC) CS-16752:Mode option need to be removed whiile adding Netscaler Device Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/b67cd923 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/b67cd923 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/b67cd923 Branch: refs/heads/master Commit: b67cd923d1814cca6dd35a736c54fa966dcac8dd Parents: 8633062 Author: Pranav Saxena Authored: Tue Nov 6 13:32:43 2012 +0530 Committer: Pranav Saxena Committed: Tue Nov 6 13:32:43 2012 +0530 ---------------------------------------------------------------------- ui/scripts/system.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/b67cd923/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index d27abcc..a216574 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -6075,7 +6075,7 @@ label: 'label.numretries', defaultValue: '2' }, - inline: { + /* inline: { label: 'Mode', select: function(args) { var items = []; @@ -6083,7 +6083,7 @@ items.push({id: "true", description: "inline"}); args.response.success({data: items}); } - }, + },*/ dedicated: { label: 'label.dedicated', isBoolean: true,