Skip to content

feat: add some translate#13019

Merged
wanghe-fit2cloud merged 1 commit into
dev-v2from
pr@dev-v2@common
Jun 12, 2026
Merged

feat: add some translate#13019
wanghe-fit2cloud merged 1 commit into
dev-v2from
pr@dev-v2@common

Conversation

@zhengkunwang223

Copy link
Copy Markdown
Member

What this PR does / why we need it?

Summary of your change

Please indicate you've done the following:

  • Made sure tests are passing and test coverage is added if needed.
  • Made sure commit message follow the rule of Conventional Commits specification.
  • Considered the docs impact and opened a new docs issue or PR with docs changes if needed.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 82eb0e8266

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

<el-option :label="$t('logs.detail.runtimes')" value="runtimes" />
<el-option :label="$t('logs.detail.ai')" value="ai" />
<el-option :label="$t('logs.detail.ai_proxy')" value="ai-proxy" />
<el-option :label="$t('logs.detail.ai_benchmark')" value="ai_benchmark" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use the logged source value for AI benchmark

When filtering AI benchmark operation logs, this option sends source: "ai_benchmark", but the middleware derives sources from URL path segments in loadLogInfo after stripping /core and /enterprise; /core/enterprise/ai-benchmark/... is therefore stored as ai-benchmark. Since WithBySource performs an exact source = ? match, selecting this filter returns no AI benchmark logs even though the table display already maps hyphens to underscore translation keys.

Useful? React with 👍 / 👎.

@wanghe-fit2cloud wanghe-fit2cloud merged commit aea7166 into dev-v2 Jun 12, 2026
4 checks passed
@wanghe-fit2cloud wanghe-fit2cloud deleted the pr@dev-v2@common branch June 12, 2026 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants