mirror of https://github.com/apache/cloudstack.git
IP address page - detailView - after DisableStaticNAT succeeds, empty Virtual Machine row.
This commit is contained in:
parent
8ae821e045
commit
fdffe3bce2
|
|
@ -1161,7 +1161,8 @@
|
|||
jobId: data.disablestaticnatresponse.jobid,
|
||||
getUpdatedItem: function() {
|
||||
return {
|
||||
isstaticnat: false
|
||||
isstaticnat: false,
|
||||
virtualmachinedisplayname: ""
|
||||
};
|
||||
},
|
||||
getActionFilter: function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue