mirror of https://github.com/apache/cloudstack.git
fixes cannot add new port forwarding rules after auto select VM next time (#5690)
This commit is contained in:
parent
7823868746
commit
ae62e1dd5e
|
|
@ -331,7 +331,7 @@ export default {
|
|||
inject: ['parentFetchData', 'parentToggleLoading'],
|
||||
data () {
|
||||
return {
|
||||
checked: true,
|
||||
checked: false,
|
||||
selectedRowKeys: [],
|
||||
showGroupActionModal: false,
|
||||
selectedItems: [],
|
||||
|
|
@ -639,6 +639,7 @@ export default {
|
|||
this.addVmModalNicLoading = false
|
||||
this.showConfirmationAction = false
|
||||
this.nics = []
|
||||
this.checked = false
|
||||
this.resetTagInputs()
|
||||
},
|
||||
openTagsModal (id) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue