File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 909909 data . listvirtualmachinesresponse . virtualmachine : [ ] ,
910910 function ( instance ) {
911911 return $ . inArray ( instance . state , [
912- 'Destroyed'
912+ 'Destroyed' , 'Expunging'
913913 ] ) == - 1 ;
914914 }
915915 )
14771477 data . listvirtualmachinesresponse . virtualmachine : [ ] ,
14781478 function ( instance ) {
14791479 return $ . inArray ( instance . state , [
1480- 'Destroyed'
1480+ 'Destroyed' , 'Expunging'
14811481 ] ) == - 1 ;
14821482 }
14831483 )
22062206 data . listvirtualmachinesresponse . virtualmachine ?
22072207 data . listvirtualmachinesresponse . virtualmachine : [ ] ,
22082208 function ( instance ) {
2209- var isActiveState = $ . inArray ( instance . state , [ 'Destroyed' ] ) == - 1 ;
2209+ var isActiveState = $ . inArray ( instance . state , [ 'Destroyed' , 'Expunging' ] ) == - 1 ;
22102210 var notExisting = ! $ . grep ( itemData , function ( item ) {
22112211 return item . id == instance . id ;
22122212 } ) . length ;
27022702 data . listvirtualmachinesresponse . virtualmachine : [ ] ,
27032703 function ( instance ) {
27042704 return $ . inArray ( instance . state , [
2705- 'Destroyed'
2705+ 'Destroyed' , 'Expunging'
27062706 ] ) == - 1 ;
27072707 }
27082708 )
You can’t perform that action at this time.
0 commit comments