mirror of https://github.com/apache/cloudstack.git
CS-14949: cloudstack 3.0 UI - Instance page - hide Edit option when status is Running.
This commit is contained in:
parent
7ea7e53d54
commit
512e3427bf
|
|
@ -1716,8 +1716,7 @@
|
|||
allowedActions.push("restore");
|
||||
}
|
||||
}
|
||||
else if (jsonObj.state == 'Running') {
|
||||
allowedActions.push("edit");
|
||||
else if (jsonObj.state == 'Running') {
|
||||
allowedActions.push("stop");
|
||||
allowedActions.push("restart");
|
||||
allowedActions.push("destroy");
|
||||
|
|
|
|||
Loading…
Reference in New Issue