mirror of https://github.com/apache/cloudstack.git
VM detail view: Disable 'change service offering' action per CLOUDSTACK-4200
This commit is contained in:
parent
fff3b9eda0
commit
73087bc3ff
|
|
@ -1459,6 +1459,9 @@
|
|||
|
||||
scaleUp: {
|
||||
label: 'label.change.service.offering',
|
||||
preFilter: function() {
|
||||
return false;
|
||||
},
|
||||
createForm: {
|
||||
title: 'label.change.service.offering',
|
||||
desc: function(args) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue