mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
feat: Add Log widget in dashboards (#22)
This commit is contained in:
@@ -324,11 +324,12 @@ const msg = {
|
||||
logContentEmpty: "The content of the log should not be empty.",
|
||||
debug: "Debug",
|
||||
addTraceID: "Please input a trace ID",
|
||||
addTags: "Please input a tag",
|
||||
addKeywordsOfContent: "Please input a keyword of content",
|
||||
addExcludingKeywordsOfContent: "Please input a keyword of excluding content",
|
||||
noticeTag: "Please press Enter after inputting a tag(key=value).",
|
||||
conditionNotice:
|
||||
"Notice: Please press enter after inputting a tag, key of content, exclude key of content.",
|
||||
"Notice: Please press Enter after inputting a tag, key of content, exclude key of content(key=value).",
|
||||
cacheModalTitle: "Clear cache reminder",
|
||||
yes: "Yes",
|
||||
no: "No",
|
||||
|
@@ -325,10 +325,12 @@ const msg = {
|
||||
logContentEmpty: "日志数据的内容不应该是空。",
|
||||
debug: "调试",
|
||||
addTraceID: "请输入一个Trace ID",
|
||||
addTags: "请输入一个标签",
|
||||
addKeywordsOfContent: "请输入一个内容关键词",
|
||||
addExcludingKeywordsOfContent: "请输入一个内容不包含的关键词",
|
||||
noticeTag: "请输入一个标签(key=value)之后回车",
|
||||
conditionNotice: "请输入一个标签、内容关键词或者内容不包含的关键词之后回车",
|
||||
conditionNotice:
|
||||
"请输入一个标签、内容关键词或者内容不包含的关键词(key=value)之后回车",
|
||||
cacheModalTitle: "清除缓存提醒",
|
||||
yes: "是的",
|
||||
no: "不",
|
||||
|
Reference in New Issue
Block a user