mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: fix vpc tier redirect to show details (#6178)
* ui: fix vpc tier redirect to show details When redirecting to VPC tier, details tab should be active by default Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> * fix Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
1a304ccf68
commit
e339c4b964
@ -118,6 +118,11 @@ export default {
|
|||||||
},
|
},
|
||||||
'$route.fullPath': function () {
|
'$route.fullPath': function () {
|
||||||
this.setActiveTab()
|
this.setActiveTab()
|
||||||
|
},
|
||||||
|
tabs: {
|
||||||
|
handler () {
|
||||||
|
this.setActiveTab()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created () {
|
created () {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user