mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
CLOUDSTACK-546:Guest vms which are in expunging state should be displayed
This commit is contained in:
parent
df8990eae6
commit
1d0a1adb8e
@ -203,7 +203,8 @@
|
||||
data: data,
|
||||
success: function(json) {
|
||||
var items = json.listvirtualmachinesresponse.virtualmachine;
|
||||
if(items != null) {
|
||||
// Code for hiding "Expunged VMs"
|
||||
/* if(items != null) {
|
||||
var i=0;
|
||||
for( i=0;i< items.length;i++){
|
||||
if(items[i].state == 'Expunging')
|
||||
@ -218,13 +219,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
else {*/
|
||||
args.response.success({
|
||||
actionFilter: vmActionfilter,
|
||||
data: items
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user