diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index 68b888c89..f56004447 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -713,6 +713,8 @@ "instantAdhoc": "即时命令", "AdhocManage": "命令管理", "PlaybookManage": "Playbook管理", + "PlaybookUpdate": "更新Playbook", + "PlaybookDetail": "Playbook详情", "history": "历史记录", "createAdhoc": "创建命令", "AdhocDetail": "命令详情", diff --git a/src/layout/components/NavLeft/index.vue b/src/layout/components/NavLeft/index.vue index f195a6be4..35a941d07 100644 --- a/src/layout/components/NavLeft/index.vue +++ b/src/layout/components/NavLeft/index.vue @@ -12,8 +12,10 @@ /> {{ isRouteMeta.title || '' }} + style="margin-left: 10px;" + > + {{ isRouteMeta.title || '' }} + diff --git a/src/views/ops/ScriptManage/Playbook/PlaybookDetail/index.vue b/src/views/ops/ScriptManage/Playbook/PlaybookDetail/index.vue new file mode 100644 index 000000000..cbc1206d9 --- /dev/null +++ b/src/views/ops/ScriptManage/Playbook/PlaybookDetail/index.vue @@ -0,0 +1,42 @@ + + + + + diff --git a/src/views/ops/ScriptManage/Playbook/PlaybookUpdate.vue b/src/views/ops/ScriptManage/Playbook/PlaybookUpdate.vue new file mode 100644 index 000000000..8df2ab061 --- /dev/null +++ b/src/views/ops/ScriptManage/Playbook/PlaybookUpdate.vue @@ -0,0 +1,31 @@ + + + + + diff --git a/src/views/ops/ScriptManage/Playbook/PlaybookUpdateCreate.vue b/src/views/ops/ScriptManage/Playbook/PlaybookUpdateCreate.vue deleted file mode 100644 index 327b2e3ca..000000000 --- a/src/views/ops/ScriptManage/Playbook/PlaybookUpdateCreate.vue +++ /dev/null @@ -1,49 +0,0 @@ - - - - -