mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-17 04:54:09 +00:00
update content
This commit is contained in:
parent
7df1e9dc92
commit
983ba14ba2
@ -119,6 +119,8 @@ const msg = {
|
||||
functions: "Functions",
|
||||
browser: "Browser",
|
||||
linux: "Linux",
|
||||
editWarning: "You are entering edit mode",
|
||||
viewWarning: "You are entering view mode",
|
||||
hourTip: "Select Hour",
|
||||
minuteTip: "Select Minute",
|
||||
secondTip: "Select Second",
|
||||
|
@ -119,6 +119,8 @@ const msg = {
|
||||
functions: "Functions",
|
||||
linux: "Linux",
|
||||
browser: "浏览器",
|
||||
editWarning: "你正在进入编辑模式",
|
||||
viewWarning: "你正在进入预览模式",
|
||||
hourTip: "选择小时",
|
||||
minuteTip: "选择分钟",
|
||||
secondTip: "选择秒数",
|
||||
|
@ -305,10 +305,10 @@ function changePods(pod: any) {
|
||||
|
||||
function changeMode() {
|
||||
if (dashboardStore.editMode) {
|
||||
ElMessage.warning("You enter edit mode");
|
||||
ElMessage.warning(t("editWarning"));
|
||||
return;
|
||||
}
|
||||
ElMessage.warning("You enter view mode");
|
||||
ElMessage.warning(t("viewWarning"));
|
||||
}
|
||||
|
||||
function clickIcons(t: { id: string; content: string; name: string }) {
|
||||
|
Loading…
Reference in New Issue
Block a user