mirror of https://github.com/apache/cloudstack.git
UI: Fix Dedicating resource to a domain (#6085)
This commit is contained in:
parent
36c11d1d1f
commit
b1e01a89a9
|
|
@ -67,6 +67,9 @@ export default {
|
|||
DedicateModal
|
||||
},
|
||||
inject: ['parentFetchData'],
|
||||
created () {
|
||||
this.fetchData()
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
modalActive: false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue