mirror of https://github.com/apache/cloudstack.git
cloudStack - Cluster page - fix a bug that Manage Cluster action showed wrong message.
This commit is contained in:
parent
f6077e605f
commit
066121b052
|
|
@ -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…
Reference in New Issue