We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
功能描述 部署步骤中执行命令返回结果如果为多行时,现在web上查看日志时显示为:“SSH 执行命令成功:xxx \n line2\n line3\n lines4”,这种形式阅读不友好,建议在web端显示时对info[]对象中逐条字符串做处理,\n做换行显示
动机 日志阅读更友好
替代方案 https://github.com/usual2970/certimate/blob/44332b9d07b86bf74fa94ccce79423fdbf05274f/ui/src/pages/history/History.tsx#L130C38-L130C39 style whiteSpace: 'pre-line'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
功能描述
部署步骤中执行命令返回结果如果为多行时,现在web上查看日志时显示为:“SSH 执行命令成功:xxx \n line2\n line3\n lines4”,这种形式阅读不友好,建议在web端显示时对info[]对象中逐条字符串做处理,\n做换行显示
动机
日志阅读更友好
替代方案
https://github.com/usual2970/certimate/blob/44332b9d07b86bf74fa94ccce79423fdbf05274f/ui/src/pages/history/History.tsx#L130C38-L130C39
style whiteSpace: 'pre-line'
The text was updated successfully, but these errors were encountered: