mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
cloudStack - Cluster page - fix a bug that Manage Cluster action showed wrong message.
This commit is contained in:
parent
0bc6c7dc0e
commit
e96c070381
@ -145,7 +145,7 @@ var clusterActionMap = {
|
||||
,
|
||||
"label.action.manage.cluster": {
|
||||
isAsyncJob: false,
|
||||
dialogBeforeActionFn : doUnmanageCluster,
|
||||
dialogBeforeActionFn : doManageCluster,
|
||||
inProcessText: "label.action.manage.cluster.processing",
|
||||
afterActionSeccessFn: function(json, $midmenuItem1, id) {
|
||||
var jsonObj = json.updateclusterresponse.cluster;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user