diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini
index e7e8defdd..7ba8e8ddd 100755
--- a/options/locale/locale_zh-CN.ini
+++ b/options/locale/locale_zh-CN.ini
@@ -803,6 +803,8 @@ modelarts.train_job.parameter_description=作业参数描述
modelarts.log=日志
modelarts.version_manage=版本管理
modelarts.back=返回
+modelarts.train_job_para_admin=作业参数管理
+modelarts.train_job_para.edit=编辑
template.items=模板选项
diff --git a/templates/repo/modelarts/navbar.tmpl b/templates/repo/modelarts/navbar.tmpl
new file mode 100755
index 000000000..677e99a42
--- /dev/null
+++ b/templates/repo/modelarts/navbar.tmpl
@@ -0,0 +1,41 @@
+
+
\ No newline at end of file
diff --git a/templates/repo/modelarts/notebook/index.tmpl b/templates/repo/modelarts/notebook/index.tmpl
index 7dbc3560e..0b8cd84d3 100755
--- a/templates/repo/modelarts/notebook/index.tmpl
+++ b/templates/repo/modelarts/notebook/index.tmpl
@@ -27,52 +27,14 @@
background-color: #f2dede;
border-color: #ebccd1;
}
-
- .dis {
- margin-bottom: 20px;
- }
-
- .disabled {
- cursor: pointer;
- pointer-events: none;
- }
-
- .ui.segment.bottom.attached {
- border: none;
- }
-
- .ui.secondary.vertical.pointing.menu{
- border-right-width: 0px !important;
- }
-
- .vertical.menu .item {
- border-right-color: white !important;
- }
-
- .vertical.menu .activate.item {
- font-weight: 700;
- }
{{template "repo/header" .}}
-
-
-
+
-
+ {{template "repo/modelarts/navbar" .}}
@@ -202,11 +164,7 @@
{{template "base/footer" .}}