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:
Abhishek Kumar 2022-03-31 13:27:14 +05:30 committed by GitHub
parent 1a304ccf68
commit e339c4b964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,6 +118,11 @@ export default {
}, },
'$route.fullPath': function () { '$route.fullPath': function () {
this.setActiveTab() this.setActiveTab()
},
tabs: {
handler () {
this.setActiveTab()
}
} }
}, },
created () { created () {