mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +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": {
|
"label.action.manage.cluster": {
|
||||||
isAsyncJob: false,
|
isAsyncJob: false,
|
||||||
dialogBeforeActionFn : doUnmanageCluster,
|
dialogBeforeActionFn : doManageCluster,
|
||||||
inProcessText: "label.action.manage.cluster.processing",
|
inProcessText: "label.action.manage.cluster.processing",
|
||||||
afterActionSeccessFn: function(json, $midmenuItem1, id) {
|
afterActionSeccessFn: function(json, $midmenuItem1, id) {
|
||||||
var jsonObj = json.updateclusterresponse.cluster;
|
var jsonObj = json.updateclusterresponse.cluster;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user