Skip to content

Commit

Permalink
update main-plugin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pobu168 committed May 8, 2021
1 parent a36215b commit 002d065
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform-ui/src/main-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ const implicitRoute = {
'terraformIndex/secret': {
parentBreadcrumb: { 'zh-CN': 'Terraform配置', 'en-US': 'Terraform Config' },
childBreadcrumb: { 'zh-CN': '云认证', 'en-US': 'secret' }
},
'terraformIndex/instanceType': {
parentBreadcrumb: { 'zh-CN': 'Terraform配置', 'en-US': 'Terraform Config' },
childBreadcrumb: { 'zh-CN': '实例规格', 'en-US': 'Instance Type' }
}
}
window.addImplicitRoute(implicitRoute)
Expand Down

0 comments on commit 002d065

Please sign in to comment.