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