You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/07/25 20:54:34 UTC

[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 <br...@citrix.com>
Authored: Thu Jul 25 11:53:50 2013 -0700
Committer: Brian Federle <br...@citrix.com>
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) {


[2/2] git commit: updated refs/heads/4.2 to 05d2785

Posted by bf...@apache.org.
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/05d27855
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/05d27855
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/05d27855

Branch: refs/heads/4.2
Commit: 05d278556fba90bb9cf956ec1b3fd507f48bc4c0
Parents: 6b9ea47
Author: Brian Federle <br...@citrix.com>
Authored: Thu Jul 25 11:53:50 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Thu Jul 25 11:54:28 2013 -0700

----------------------------------------------------------------------
 ui/scripts/autoscaler.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/05d27855/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) {