123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- [
- {
- "title": "资产总览",
- "icon_v3": "laptop",
- "id": "system-overview"
- },
- {
- "title": "资产管理",
- "icon_v3": "hdd",
- "id": "assets-manager",
- "childs": [
- {
- "id": "machine_node_info",
- "title": "机器管理",
- "role": "system"
- },
- {
- "id": "machine_ssh_info",
- "title": "SSH管理",
- "role": "system"
- },
- {
- "id": "machine_ftp_info",
- "title": "FTP管理",
- "role": "system"
- },
- {
- "id": "machine_docker_info",
- "title": "Docker管理",
- "role": "system"
- },
- {
- "id": "global_repository",
- "title": "共享仓库",
- "role": "system"
- },
- {
- "id": "script_library",
- "title": "脚本库",
- "role": "system"
- }
- ]
- },
- {
- "title": "配置管理",
- "icon_v3": "save",
- "id": "config",
- "childs": [
- {
- "id": "authConfig",
- "title": "认证管理",
- "role": "system"
- },
- {
- "id": "monitorConfigEmail",
- "title": "邮箱配置",
- "role": "system"
- },
- {
- "id": "systemExtConfig",
- "title": "系统配置目录",
- "role": "system"
- }
- ]
- },
- {
- "title": "用户管理",
- "icon_v3": "user",
- "id": "user",
- "childs": [
- {
- "id": "userList",
- "title": "用户列表",
- "role": "system"
- },
- {
- "id": "permission_group",
- "title": "权限组",
- "role": "system"
- },
- {
- "id": "user_log",
- "title": "操作日志",
- "role": "system"
- },
- {
- "id": "user_login_log",
- "title": "登录日志",
- "role": "system"
- }
- ]
- },
- {
- "title": "服务端配置",
- "icon_v3": "setting",
- "id": "setting",
- "childs": [
- {
- "id": "workspace",
- "title": "工作空间&集群",
- "role": "system"
- },
- {
- "id": "globalEnv",
- "title": "全局变量",
- "role": "system"
- },
- {
- "id": "cacheManage",
- "title": "缓存管理",
- "role": "system"
- },
- {
- "id": "logManage",
- "title": "系统日志",
- "role": "system"
- },
- {
- "id": "update",
- "title": "在线升级",
- "role": "sys"
- },
- {
- "id": "sysConfig",
- "title": "系统配置",
- "role": "system"
- },
- {
- "id": "backup",
- "title": "数据库备份",
- "role": "system",
- "storageMode": "H2"
- },
- {
- "id": "about",
- "title": "关于系统"
- }
- ]
- }
- ]
|