mirror of https://github.com/apache/cloudstack.git
cleanup
This commit is contained in:
parent
7ef57c150e
commit
d14a688f50
|
|
@ -66,7 +66,6 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
data () {
|
data () {
|
||||||
console.log(this.resource)
|
|
||||||
return {
|
return {
|
||||||
isAdvancedZoneWithoutSGAvailable: false,
|
isAdvancedZoneWithoutSGAvailable: false,
|
||||||
defaultNetworkTypeTabKey: '1',
|
defaultNetworkTypeTabKey: '1',
|
||||||
|
|
@ -88,7 +87,6 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
fetchData () {
|
fetchData () {
|
||||||
console.log('here')
|
|
||||||
const promises = []
|
const promises = []
|
||||||
promises.push(this.fetchActionZoneData())
|
promises.push(this.fetchActionZoneData())
|
||||||
Promise.all(promises).then(() => {
|
Promise.all(promises).then(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue