mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: Fix Settings Tab view (#4964)
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
This commit is contained in:
parent
9349d20dd3
commit
92f9c9922c
@ -96,7 +96,7 @@ export default {
|
||||
filter: ''
|
||||
}
|
||||
},
|
||||
beforeMount () {
|
||||
created () {
|
||||
switch (this.$route.meta.name) {
|
||||
case 'account':
|
||||
this.scopeKey = 'accountid'
|
||||
@ -119,8 +119,6 @@ export default {
|
||||
default:
|
||||
this.scopeKey = ''
|
||||
}
|
||||
},
|
||||
created () {
|
||||
this.fetchData()
|
||||
},
|
||||
watch: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user