2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 20:57:19 +08:00

特性:发布 20221130 版本

This commit is contained in:
耗子
2022-11-30 22:15:32 +08:00
parent 699562d504
commit 329f58da4b
24 changed files with 334 additions and 254 deletions

View File

@@ -31,23 +31,6 @@ class InfosController extends Controller
"icon" => "layui-icon-website",
"jump" => "website/list"
),
array(
"name" => "database",
"title" => "数据库",
"icon" => "layui-icon-template-1",
"list" => array(
array(
"name" => "mysql",
"title" => "MySQL",
"jump" => "database/mysql"
),
array(
"name" => "postgresql",
"title" => "PostgreSQL",
"jump" => "database/postgresql"
)
)
),
array(
"name" => "monitor",
"title" => "监控",