Skip to content

Commit

Permalink
pref: Provides installation troubleshooting paths
Browse files Browse the repository at this point in the history
  • Loading branch information
songyg committed Jan 15, 2024
1 parent 15f03a9 commit 1fd4931
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/components/Cluster/RKEClusterAdd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,10 @@ export default class RKEClusterConfig extends PureComponent {
isCheckSsh: true
})
}

onClickDocsLink = () => {
// 跳转到外面的文档地址
window.open('https://rainbond.com/docs/troubleshooting/installation/ui')
}
render() {
const {
onCancel,
Expand Down Expand Up @@ -819,9 +822,7 @@ export default class RKEClusterConfig extends PureComponent {
title:
<div>
{formatMessage({ id: 'enterpriseColony.addCluster.host.connectivity' })}&nbsp;
<Tooltip placement='bottom' title={formatMessage({ id: 'enterpriseColony.addCluster.host.connectivity.desc' })}>
<Icon type="question-circle" />
</Tooltip>
<Icon onClick={this.onClickDocsLink} style={{ fontSize: '16px', color: '#1890ff' }} type="question-circle" />
</div>,
dataIndex: 'msg',
width: 160,
Expand Down

0 comments on commit 1fd4931

Please sign in to comment.