first commit
This commit is contained in:
@@ -0,0 +1,187 @@
|
||||
[
|
||||
{
|
||||
"name": "控制台",
|
||||
"path": "/console",
|
||||
"icon": "dashboard"
|
||||
},
|
||||
{
|
||||
"name": "机器管理",
|
||||
"icon": "desktop",
|
||||
"children": [
|
||||
{
|
||||
"name": "机器列表",
|
||||
"path": "/machine/list"
|
||||
},
|
||||
{
|
||||
"name": "机器密钥",
|
||||
"path": "/machine/key"
|
||||
},
|
||||
{
|
||||
"name": "机器监控",
|
||||
"path": "/machine/monitor/list"
|
||||
},
|
||||
{
|
||||
"name": "环境变量",
|
||||
"path": "/machine/env"
|
||||
},
|
||||
{
|
||||
"name": "机器代理",
|
||||
"path": "/machine/proxy"
|
||||
},
|
||||
{
|
||||
"name": "终端日志",
|
||||
"path": "/terminal/logs"
|
||||
},
|
||||
{
|
||||
"name": "终端会话",
|
||||
"path": "/terminal/session"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "执行管理",
|
||||
"icon": "apartment",
|
||||
"children": [
|
||||
{
|
||||
"name": "批量执行",
|
||||
"path": "/batch/exec/add"
|
||||
},
|
||||
{
|
||||
"name": "执行记录",
|
||||
"path": "/batch/exec/list"
|
||||
},
|
||||
{
|
||||
"name": "批量上传",
|
||||
"path": "/batch/upload"
|
||||
},
|
||||
{
|
||||
"name": "日志面板",
|
||||
"path": "/log/list"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "调度任务",
|
||||
"icon": "schedule",
|
||||
"children": [
|
||||
{
|
||||
"name": "任务列表",
|
||||
"path": "/scheduler/list"
|
||||
},
|
||||
{
|
||||
"name": "执行记录",
|
||||
"path": "/scheduler/record"
|
||||
},
|
||||
{
|
||||
"name": "执行统计",
|
||||
"path": "/scheduler/statistics"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "应用管理",
|
||||
"icon": "appstore",
|
||||
"children": [
|
||||
{
|
||||
"name": "环境管理",
|
||||
"path": "/app/profile"
|
||||
},
|
||||
{
|
||||
"name": "应用列表",
|
||||
"path": "/app/list"
|
||||
},
|
||||
{
|
||||
"name": "流水线配置",
|
||||
"path": "/app/pipeline/list"
|
||||
},
|
||||
{
|
||||
"name": "环境变量",
|
||||
"path": "/app/env"
|
||||
},
|
||||
{
|
||||
"name": "版本仓库",
|
||||
"path": "/app/repo"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "构建发布",
|
||||
"icon": "deployment-unit",
|
||||
"children": [
|
||||
{
|
||||
"name": "应用构建",
|
||||
"path": "/app/build/list"
|
||||
},
|
||||
{
|
||||
"name": "应用发布",
|
||||
"path": "/app/release/list"
|
||||
},
|
||||
{
|
||||
"name": "流水线任务",
|
||||
"path": "/app/pipeline/task"
|
||||
},
|
||||
{
|
||||
"name": "构建统计",
|
||||
"path": "/app/build/statistics"
|
||||
},
|
||||
{
|
||||
"name": "发布统计",
|
||||
"path": "/app/release/statistics"
|
||||
},
|
||||
{
|
||||
"name": "流水线统计",
|
||||
"path": "/app/pipeline/statistics"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "用户中心",
|
||||
"icon": "user",
|
||||
"children": [
|
||||
{
|
||||
"name": "用户列表",
|
||||
"path": "/user/list"
|
||||
},
|
||||
{
|
||||
"name": "报警联系组",
|
||||
"path": "/alarm/group/list"
|
||||
},
|
||||
{
|
||||
"name": "个人信息",
|
||||
"path": "/user/detail"
|
||||
},
|
||||
{
|
||||
"name": "操作日志",
|
||||
"path": "/user/event/logs"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "信息管理",
|
||||
"icon": "container",
|
||||
"children": [
|
||||
{
|
||||
"name": "模板配置",
|
||||
"path": "/template/list"
|
||||
},
|
||||
{
|
||||
"name": "webhook 配置",
|
||||
"path": "/webhook/list"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "系统管理",
|
||||
"icon": "control",
|
||||
"children": [
|
||||
{
|
||||
"name": "系统变量",
|
||||
"path": "/system/env"
|
||||
},
|
||||
{
|
||||
"name": "系统设置",
|
||||
"path": "/system/setting"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,171 @@
|
||||
[
|
||||
{
|
||||
"name": "控制台",
|
||||
"path": "/console",
|
||||
"icon": "dashboard"
|
||||
},
|
||||
{
|
||||
"name": "机器管理",
|
||||
"icon": "desktop",
|
||||
"children": [
|
||||
{
|
||||
"name": "机器列表",
|
||||
"path": "/machine/list"
|
||||
},
|
||||
{
|
||||
"name": "机器密钥",
|
||||
"path": "/machine/key"
|
||||
},
|
||||
{
|
||||
"name": "机器监控",
|
||||
"path": "/machine/monitor/list"
|
||||
},
|
||||
{
|
||||
"name": "环境变量",
|
||||
"path": "/machine/env"
|
||||
},
|
||||
{
|
||||
"name": "机器代理",
|
||||
"path": "/machine/proxy"
|
||||
},
|
||||
{
|
||||
"name": "终端日志",
|
||||
"path": "/terminal/logs"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "执行管理",
|
||||
"icon": "apartment",
|
||||
"children": [
|
||||
{
|
||||
"name": "批量执行",
|
||||
"path": "/batch/exec/add"
|
||||
},
|
||||
{
|
||||
"name": "执行记录",
|
||||
"path": "/batch/exec/list"
|
||||
},
|
||||
{
|
||||
"name": "批量上传",
|
||||
"path": "/batch/upload"
|
||||
},
|
||||
{
|
||||
"name": "日志面板",
|
||||
"path": "/log/list"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "调度任务",
|
||||
"icon": "schedule",
|
||||
"children": [
|
||||
{
|
||||
"name": "任务列表",
|
||||
"path": "/scheduler/list"
|
||||
},
|
||||
{
|
||||
"name": "执行记录",
|
||||
"path": "/scheduler/record"
|
||||
},
|
||||
{
|
||||
"name": "执行统计",
|
||||
"path": "/scheduler/statistics"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "应用管理",
|
||||
"icon": "appstore",
|
||||
"children": [
|
||||
{
|
||||
"name": "应用列表",
|
||||
"path": "/app/list"
|
||||
},
|
||||
{
|
||||
"name": "流水线配置",
|
||||
"path": "/app/pipeline/list"
|
||||
},
|
||||
{
|
||||
"name": "环境变量",
|
||||
"path": "/app/env"
|
||||
},
|
||||
{
|
||||
"name": "版本仓库",
|
||||
"path": "/app/repo"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "构建发布",
|
||||
"icon": "deployment-unit",
|
||||
"children": [
|
||||
{
|
||||
"name": "应用构建",
|
||||
"path": "/app/build/list"
|
||||
},
|
||||
{
|
||||
"name": "应用发布",
|
||||
"path": "/app/release/list"
|
||||
},
|
||||
{
|
||||
"name": "流水线任务",
|
||||
"path": "/app/pipeline/task"
|
||||
},
|
||||
{
|
||||
"name": "构建统计",
|
||||
"path": "/app/build/statistics"
|
||||
},
|
||||
{
|
||||
"name": "发布统计",
|
||||
"path": "/app/release/statistics"
|
||||
},
|
||||
{
|
||||
"name": "流水线统计",
|
||||
"path": "/app/pipeline/statistics"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "用户中心",
|
||||
"icon": "user",
|
||||
"children": [
|
||||
{
|
||||
"name": "用户列表",
|
||||
"path": "/user/list"
|
||||
},
|
||||
{
|
||||
"name": "报警联系组",
|
||||
"path": "/alarm/group/list"
|
||||
},
|
||||
{
|
||||
"name": "个人信息",
|
||||
"path": "/user/detail"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "信息管理",
|
||||
"icon": "container",
|
||||
"children": [
|
||||
{
|
||||
"name": "模板配置",
|
||||
"path": "/template/list"
|
||||
},
|
||||
{
|
||||
"name": "webhook 配置",
|
||||
"path": "/webhook/list"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "系统管理",
|
||||
"icon": "control",
|
||||
"children": [
|
||||
{
|
||||
"name": "系统变量",
|
||||
"path": "/system/env"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,171 @@
|
||||
[
|
||||
{
|
||||
"name": "控制台",
|
||||
"path": "/console",
|
||||
"icon": "dashboard"
|
||||
},
|
||||
{
|
||||
"name": "机器管理",
|
||||
"icon": "desktop",
|
||||
"children": [
|
||||
{
|
||||
"name": "机器列表",
|
||||
"path": "/machine/list"
|
||||
},
|
||||
{
|
||||
"name": "机器密钥",
|
||||
"path": "/machine/key"
|
||||
},
|
||||
{
|
||||
"name": "机器监控",
|
||||
"path": "/machine/monitor/list"
|
||||
},
|
||||
{
|
||||
"name": "环境变量",
|
||||
"path": "/machine/env"
|
||||
},
|
||||
{
|
||||
"name": "机器代理",
|
||||
"path": "/machine/proxy"
|
||||
},
|
||||
{
|
||||
"name": "终端日志",
|
||||
"path": "/terminal/logs"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "执行管理",
|
||||
"icon": "apartment",
|
||||
"children": [
|
||||
{
|
||||
"name": "批量执行",
|
||||
"path": "/batch/exec/add"
|
||||
},
|
||||
{
|
||||
"name": "执行记录",
|
||||
"path": "/batch/exec/list"
|
||||
},
|
||||
{
|
||||
"name": "批量上传",
|
||||
"path": "/batch/upload"
|
||||
},
|
||||
{
|
||||
"name": "日志面板",
|
||||
"path": "/log/list"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "调度任务",
|
||||
"icon": "schedule",
|
||||
"children": [
|
||||
{
|
||||
"name": "任务列表",
|
||||
"path": "/scheduler/list"
|
||||
},
|
||||
{
|
||||
"name": "执行记录",
|
||||
"path": "/scheduler/record"
|
||||
},
|
||||
{
|
||||
"name": "执行统计",
|
||||
"path": "/scheduler/statistics"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "应用管理",
|
||||
"icon": "appstore",
|
||||
"children": [
|
||||
{
|
||||
"name": "应用列表",
|
||||
"path": "/app/list"
|
||||
},
|
||||
{
|
||||
"name": "流水线配置",
|
||||
"path": "/app/pipeline/list"
|
||||
},
|
||||
{
|
||||
"name": "环境变量",
|
||||
"path": "/app/env"
|
||||
},
|
||||
{
|
||||
"name": "版本仓库",
|
||||
"path": "/app/repo"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "构建发布",
|
||||
"icon": "deployment-unit",
|
||||
"children": [
|
||||
{
|
||||
"name": "应用构建",
|
||||
"path": "/app/build/list"
|
||||
},
|
||||
{
|
||||
"name": "应用发布",
|
||||
"path": "/app/release/list"
|
||||
},
|
||||
{
|
||||
"name": "流水线任务",
|
||||
"path": "/app/pipeline/task"
|
||||
},
|
||||
{
|
||||
"name": "构建统计",
|
||||
"path": "/app/build/statistics"
|
||||
},
|
||||
{
|
||||
"name": "发布统计",
|
||||
"path": "/app/release/statistics"
|
||||
},
|
||||
{
|
||||
"name": "流水线统计",
|
||||
"path": "/app/pipeline/statistics"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "用户中心",
|
||||
"icon": "user",
|
||||
"children": [
|
||||
{
|
||||
"name": "用户列表",
|
||||
"path": "/user/list"
|
||||
},
|
||||
{
|
||||
"name": "报警联系组",
|
||||
"path": "/alarm/group/list"
|
||||
},
|
||||
{
|
||||
"name": "个人信息",
|
||||
"path": "/user/detail"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "信息管理",
|
||||
"icon": "container",
|
||||
"children": [
|
||||
{
|
||||
"name": "模板配置",
|
||||
"path": "/template/list"
|
||||
},
|
||||
{
|
||||
"name": "webhook 配置",
|
||||
"path": "/webhook/list"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "系统管理",
|
||||
"icon": "control",
|
||||
"children": [
|
||||
{
|
||||
"name": "系统变量",
|
||||
"path": "/system/env"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user