Skip to content

Commit

Permalink
fix: Fix the link of project route In the project overview
Browse files Browse the repository at this point in the history
Signed-off-by: harrisonliu5 <harrisonliu_5@163.com>
  • Loading branch information
harrisonliu5 committed Jul 20, 2020
1 parent 1194540 commit a1feef8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class ResourceUsage extends React.Component {
key: 'routes',
icon: ICON_TYPES['ingresses'],
name: 'Routes',
routeName: 'routes',
routeName: 'ingresses',
num: used['count/ingresses.extensions'],
metric: 'namespace_ingresses_extensions_count',
},
Expand Down

0 comments on commit a1feef8

Please sign in to comment.