Skip to content

Commit

Permalink
fix(console): logstash link path fixed (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfan committed Oct 27, 2020
1 parent d27bf7a commit d6967ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ export class EditLogStashPanel extends React.Component<RootProps, any> {
<Text parent="p">
<Trans>
如现有的集群不合适,您可以去控制台
<ExternalLink href={`/tke/cluster/create?rid=${route.queries['rid']}`} target="_self">
<ExternalLink href={`/tkestack/cluster/create?rid=${route.queries['rid']}`} target="_self">
导入集群
</ExternalLink>
或者
<ExternalLink href={`/tke/cluster/createIC?rid=${route.queries['rid']}`} target="_self">
<ExternalLink href={`/tkestack/cluster/createIC?rid=${route.queries['rid']}`} target="_self">
新建一个独立集群
</ExternalLink>
</Trans>
Expand Down

0 comments on commit d6967ec

Please sign in to comment.