From b8e42dde5e2c0e60efbcdfea25b27a14a177d858 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Fri, 28 Oct 2022 10:52:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=A2=9E=E5=BC=BA=E6=94=BE?= =?UTF-8?q?=E5=A4=A7=E6=9F=A5=E7=9C=8B=E4=B8=AD=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- options/locale/locale_en-US.ini | 3 +++ options/locale/locale_zh-CN.ini | 3 +++ templates/custom/max_log.tmpl | 4 ++-- templates/repo/cloudbrain/inference/show.tmpl | 4 ++-- templates/repo/cloudbrain/trainjob/show.tmpl | 4 ++-- templates/repo/grampus/trainjob/show.tmpl | 4 ++-- templates/repo/modelarts/inferencejob/show.tmpl | 4 ++-- templates/repo/modelarts/trainjob/show.tmpl | 4 ++-- templates/repo/modelsafety/show.tmpl | 6 +++--- web_src/js/features/cloudbrainShow.js | 6 ++++++ 10 files changed, 27 insertions(+), 15 deletions(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 081db13ab..64d6657e4 100755 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1226,6 +1226,9 @@ modelarts.infer_job.select_model = Select Model modelarts.infer_job.boot_file_helper=The startup file is the entry file for your program execution and must end in.py.Such as inference.py, main.py, example/inference.py, case/main.py. modelarts.infer_job.tooltip = The model has been deleted and cannot be viewed. modelarts.download_log=Download log file +modelarts.log_file = Log file +modelarts.fullscreen_log_file = View in full screen +modelarts.exit_full_screen = Exit fullscreen modelarts.no_node_right = The value of 'Amount of Compute Node' is wrong, you have no right to use the current value of 'Amount of Compute Node'. diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index ae8b6adc4..7345d2044 100755 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -1239,6 +1239,9 @@ modelarts.infer_job.select_model = 选择模型 modelarts.infer_job.boot_file_helper=启动文件是您程序执行的入口文件,必须是以.py结尾的文件。比如inference.py、main.py、example/inference.py、case/main.py。 modelarts.infer_job.tooltip = 该模型已删除,无法查看。 modelarts.download_log=下载日志文件 +modelarts.log_file=日志文件 +modelarts.fullscreen_log_file=全屏查看 +modelarts.exit_full_screen=退出全屏 modelarts.no_node_right = 计算节点数的值配置错误,您没有权限使用当前配置的计算节点数。 diff --git a/templates/custom/max_log.tmpl b/templates/custom/max_log.tmpl index b909fd913..978274f4e 100644 --- a/templates/custom/max_log.tmpl +++ b/templates/custom/max_log.tmpl @@ -1,11 +1,11 @@