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 EDBCF1025A for ; Thu, 25 Jul 2013 18:54:38 +0000 (UTC) Received: (qmail 93343 invoked by uid 500); 25 Jul 2013 18:54:38 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 92969 invoked by uid 500); 25 Jul 2013 18:54:36 -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 92954 invoked by uid 99); 25 Jul 2013 18:54:35 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jul 2013 18:54:35 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D469782EC; Thu, 25 Jul 2013 18:54:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bfederle@apache.org To: commits@cloudstack.apache.org Date: Thu, 25 Jul 2013 18:54:34 -0000 Message-Id: <4c27a660a87f453f85c9edaaf21b5400@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: updated refs/heads/master to b379011 Updated Branches: refs/heads/4.2 6b9ea4771 -> 05d278556 refs/heads/master e7cdaa1b3 -> b37901188 CLOUDSTACK-3811: Autoscale UI: Use templatefilter=executable fix apply button for non-admins Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b3790118 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b3790118 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b3790118 Branch: refs/heads/master Commit: b3790118891cb2d03d68c44e3e04e89b68a8d4a8 Parents: e7cdaa1 Author: Brian Federle Authored: Thu Jul 25 11:53:50 2013 -0700 Committer: Brian Federle Committed: Thu Jul 25 11:54:03 2013 -0700 ---------------------------------------------------------------------- ui/scripts/autoscaler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b3790118/ui/scripts/autoscaler.js ---------------------------------------------------------------------- diff --git a/ui/scripts/autoscaler.js b/ui/scripts/autoscaler.js index b2aa56b..6fabf68 100644 --- a/ui/scripts/autoscaler.js +++ b/ui/scripts/autoscaler.js @@ -1421,7 +1421,7 @@ url: createURL('listTemplates'), data: { id: args.data.templateNames, - templatefilter: 'all' + templatefilter: 'executable' }, async: false, success: function(json) {