From f825cd7fcc170ac6144f684e2b12df11d0140460 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Mon, 16 Dec 2024 17:42:08 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20tagent=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=BC=E5=87=BA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1300108044369920]tagent管理添加导出功能 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1300108044369920 --- localconfig/i18n/language_en.json | 9 ++++++++- localconfig/i18n/language_zh.json | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 0edcdbf..85af34b 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -4375,6 +4375,9 @@ } }, "nmta": { + "exporttagentapi": { + "getname": "Export Tagent List" + }, "gettagentqueueinfoapi": { "getname": "Get tagent session queue information" }, @@ -5554,7 +5557,11 @@ "sendplaninfo": "Send Plan Information" }, "tagent": { - "name": "Tagent" + "name": "Tagent", + "osid": "OS type ID", + "runnergroupid": "Runner group ID", + "status": "Tagent status", + "version": "Tagent version" }, "tenant": { "name": "Tenant" diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index dca0744..6fc6bc6 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -4425,6 +4425,9 @@ } }, "nmta": { + "exporttagentapi": { + "getname": "导出Tagent列表" + }, "gettagentqueueinfoapi": { "getname": "获取tagent会话队列信息" }, @@ -5606,7 +5609,11 @@ "sendplaninfo": "发送计划信息" }, "tagent": { - "name": "tagent模块" + "name": "tagent模块", + "osid": "OS类型id", + "runnergroupid": "runner组id", + "status": "tagent状态", + "version": "tagent版本" }, "tenant": { "name": "系统配置" -- Gitee