mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore: 流水线模版初步
This commit is contained in:
@@ -32,6 +32,24 @@ export const certdResources = [
|
||||
isMenu: false,
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "流水线模版",
|
||||
name: "PipelineTemplate",
|
||||
path: "/certd/pipeline/template",
|
||||
component: "/certd/pipeline/template/index.vue",
|
||||
meta: {
|
||||
isMenu: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "流水线模版编辑",
|
||||
name: "PipelineTemplateEdit",
|
||||
path: "/certd/pipeline/template/edit",
|
||||
component: "/certd/pipeline/template/edit.vue",
|
||||
meta: {
|
||||
isMenu: false,
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "执行历史记录",
|
||||
name: "PipelineHistory",
|
||||
|
||||
Reference in New Issue
Block a user