mirror of https://github.com/apache/cloudstack.git
Instances UI: Fix case where 'list host' is visible for stopped VM
This commit is contained in:
parent
b6db18fae4
commit
3384633834
|
|
@ -504,7 +504,7 @@
|
|||
_custom: {
|
||||
jobId: jid,
|
||||
getUpdatedItem: function(json) {
|
||||
return json.queryasyncjobresultresponse.jobresult.virtualmachine;
|
||||
return $.extend(json.queryasyncjobresultresponse.jobresult.virtualmachine, { hostid: null });
|
||||
},
|
||||
getActionFilter: function() {
|
||||
return vmActionfilter;
|
||||
|
|
|
|||
Loading…
Reference in New Issue