Skip to content

[chore](SqlManagement): Modify tips of abnormal instance #659

New issue

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

Merged
merged 1 commit into from
May 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/sqle/src/locale/zh-CN/sqlManagement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export default {
abnormalAuditPlanTips:
'上的SQL采集存在问题,为保障SQL管控功能正常运行,请及时进行诊断排查',
scannerWillExpiredTips:
'上的scanner 即将于{{date}}过期,为保障SQL管控功能正常运行,请及时重置并更新',
'上的scanner token即将于{{date}}过期,为保障SQL管控功能正常运行,请及时重置并更新token',
scannerExpiredTips:
'上的scanner 已过期,为保障SQL管控功能正常运行,请及时重置并更新',
'上的scanner token已过期,为保障SQL管控功能正常运行,请及时重置并更新token',
ceTips:
'SQL管控为用户提供SQL全生命周期监控,面板将整合所有的业务SQL,用户可以在该面板中查看项目中采集并审核的所有SQL,暴露其中的问题SQL,同时支持用户解决问题SQL。',
table: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,7 @@ exports[`page/SqlManagement/SQLEEIndex render abnormal status audit plan tips wh
>
mysql-2
</a>
上的scanner 即将于2025-06-04 17:05:37过期,为保障SQL管控功能正常运行,请及时重置并更新
上的scanner token即将于2025-06-04 17:05:37过期,为保障SQL管控功能正常运行,请及时重置并更新token
</div>
</div>
</div>
Expand All @@ -1847,7 +1847,7 @@ exports[`page/SqlManagement/SQLEEIndex render abnormal status audit plan tips wh
</a>
</div>
</div>
上的scanner 已过期,为保障SQL管控功能正常运行,请及时重置并更新
上的scanner token已过期,为保障SQL管控功能正常运行,请及时重置并更新token
</div>
</div>
</div>
Expand Down