From 06ab60d8add1b417d56513ca07177d9c2f11a7a9 Mon Sep 17 00:00:00 2001 From: BeyondWUXF <46481385+BeyondWUXF@users.noreply.github.com> Date: Fri, 11 Aug 2023 15:58:23 +0800 Subject: [PATCH 1/3] add reportedStatus --- client/src/pages/server/manage.vue | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/client/src/pages/server/manage.vue b/client/src/pages/server/manage.vue index 640f36d2..c88274f0 100644 --- a/client/src/pages/server/manage.vue +++ b/client/src/pages/server/manage.vue @@ -147,6 +147,22 @@ + + + + Date: Fri, 11 Aug 2023 15:59:43 +0800 Subject: [PATCH 2/3] add reportedStatus --- index/json/cn.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index/json/cn.json b/index/json/cn.json index 41375f4f..012c5e63 100644 --- a/index/json/cn.json +++ b/index/json/cn.json @@ -380,6 +380,7 @@ "enableSet": "启用Set", "configStatus": "设置状态", "currStatus": "当前状态", + "reportedStatus": "上报状态", "currMessage": "当前消息", "flowStatus": "流量状态", "processID": "进程ID", @@ -1658,4 +1659,4 @@ "errorInfo": "加载服务市场错误, 请检查网络连接是否正常", "reload": "重新加载" } -} \ No newline at end of file +} From 072ffd4ae0f171a1356003d45d9edceca0ef3cd6 Mon Sep 17 00:00:00 2001 From: BeyondWUXF <46481385+BeyondWUXF@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:00:18 +0800 Subject: [PATCH 3/3] add reportecStatus --- index/json/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index/json/en.json b/index/json/en.json index 7f54f461..b570510b 100644 --- a/index/json/en.json +++ b/index/json/en.json @@ -379,6 +379,7 @@ "enableSet": "SET", "configStatus": "Configuration Status", "currStatus": "Current Status", + "reportedStatus": "Reported Status", "currMessage": "Current Message", "flowStatus": "Flow Status", "processID": "Process ID", @@ -1666,4 +1667,4 @@ "errorInfo": "Error loading service market, please check whether the network connection is normal", "reload": "Reload" } -} \ No newline at end of file +}