You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2014/11/28 19:03:21 UTC

[07/51] [abbrv] git commit: updated refs/heads/useraccount-refactoring to 1e25886

VM detail view: Disable 'change service offering' action per CLOUDSTACK-4200


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/73087bc3
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/73087bc3
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/73087bc3

Branch: refs/heads/useraccount-refactoring
Commit: 73087bc3ffed4200e4e0a298b9e5539e248449a1
Parents: fff3b9e
Author: Brian Federle <br...@citrix.com>
Authored: Mon Nov 24 13:19:59 2014 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Nov 24 13:19:59 2014 -0800

----------------------------------------------------------------------
 ui/scripts/instances.js | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/73087bc3/ui/scripts/instances.js
----------------------------------------------------------------------
diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js
index 11aa725..7ee5db4 100644
--- a/ui/scripts/instances.js
+++ b/ui/scripts/instances.js
@@ -1459,6 +1459,9 @@
 
                     scaleUp: {
                         label: 'label.change.service.offering',
+                        preFilter: function() {
+                            return false;
+                        },
                         createForm: {
                             title: 'label.change.service.offering',
                             desc: function(args) {