Skip to content

Commit

Permalink
Record: Fix bug of change record directory. v5.9.28 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Sep 21, 2023
1 parent 6ed3e34 commit a50056c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/pages/ScenarioRecord.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function ScenarioRecordImplCn({activeKey, defaultApplyAll, recordHome}) {
<Icon.Clipboard size={20} onClick={(e) => copyToClipboard(e, recordHome)} />
</div> &nbsp;
<TutorialsText prefixLine={true} title='如何修改目录?'>
你可以使用软链接,将本目录软链到其他磁盘的目录,然后<font color='red'>重启服务</font>(必须)
你可以使用软链接,将根目录<font color='red'>/data</font>软链到其他磁盘的目录,然后<font color='red'>重启服务</font>(必须)
</TutorialsText>
</Accordion.Body>
</Accordion.Item>
Expand Down Expand Up @@ -337,7 +337,7 @@ function ScenarioRecordImplEn({activeKey, defaultApplyAll, recordHome}) {
<Icon.Clipboard size={20} onClick={(e) => copyToClipboard(e, recordHome)} />
</div> &nbsp;
<TutorialsText prefixLine={true} title='How to modify the directory?'>
You can use a symbolic link to link this directory to a directory on another disk, and then <font color='red'>restart the service</font> (required).
You can use a symbolic link to link the <font color='red'>/data</font> directory to a directory on another disk, and then <font color='red'>restart the service</font> (required).
</TutorialsText>
</Accordion.Body>
</Accordion.Item>
Expand Down

0 comments on commit a50056c

Please sign in to comment.