Skip to content

Commit

Permalink
feat: 【检索】新增筛选项“完整日志” --story=118812529
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasikeai committed Sep 26, 2024
1 parent f436f4a commit 1f7ee74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/views/analysis-manage/language/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,6 @@ export default {
管理空间ID: 'scope id',
取消: 'Cancel',
'取消(No)': 'No',
请输入完整日志: 'Please enter the Full logs',
},
};
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ export default {
// },
// message: '不允许出现特殊字符',
},
log: {
label: '完整日志',
type: 'string',
required: false,
},
query_string: {
label: '查询语句',
type: 'expr',
Expand Down

0 comments on commit 1f7ee74

Please sign in to comment.