Skip to content

Commit

Permalink
feat: 日志快速下载info文案调整 (TencentBlueKing#3966)
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 24291
  • Loading branch information
ta0tao authored Nov 20, 2024
1 parent c0b33a6 commit 02db37c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions bklog/web/src/language/lang/en/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -967,4 +967,6 @@ export default {
'超出集群最大可保存天数,当前最大可保存{n}天':
'The maximum number of days can be preserved by the cluster, and the current maximum can be saved {n}',
前往配置: 'Go to Configuration',
'任务提交成功,系统处理后将通过邮件通知,请留意':
'The task is submitted successfully and the system will notify you via email after processing. Please pay attention.',
};
4 changes: 2 additions & 2 deletions bklog/web/src/views/retrieve-v2/result-comp/export-log.vue
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
if (res.result) {
this.$bkMessage({
theme: 'success',
message: res.data.prompt,
message: this.$t('任务提交成功,系统处理后将通过邮件通知,请留意'),
});
}
})
Expand Down Expand Up @@ -447,7 +447,7 @@
if (res.result) {
this.$bkMessage({
theme: 'success',
message: res.data.prompt,
message: this.$t('任务提交成功,系统处理后将通过邮件通知,请留意'),
});
}
})
Expand Down
4 changes: 2 additions & 2 deletions bklog/web/src/views/retrieve/result-comp/export-log.vue
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
if (res.result) {
this.$bkMessage({
theme: 'success',
message: res.data.prompt,
message: this.$t('任务提交成功,系统处理后将通过邮件通知,请留意'),
});
}
})
Expand Down Expand Up @@ -447,7 +447,7 @@
if (res.result) {
this.$bkMessage({
theme: 'success',
message: res.data.prompt,
message: this.$t('任务提交成功,系统处理后将通过邮件通知,请留意'),
});
}
})
Expand Down

0 comments on commit 02db37c

Please sign in to comment.