mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
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…
x
Reference in New Issue
Block a user