Skip to content

Commit e339c4b

Browse files
authored
ui: fix vpc tier redirect to show details (apache#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>
1 parent 1a304cc commit e339c4b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ui/src/components/view/ResourceView.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ export default {
118118
},
119119
'$route.fullPath': function () {
120120
this.setActiveTab()
121+
},
122+
tabs: {
123+
handler () {
124+
this.setActiveTab()
125+
}
121126
}
122127
},
123128
created () {

0 commit comments

Comments
 (0)