mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-10 09:20:25 +08:00
集群设置中“服务设置”改为“网站设置”
This commit is contained in:
@@ -154,7 +154,7 @@ func (this *ClusterHelper) createSettingMenu(cluster *pb.NodeCluster, info *pb.F
|
|||||||
})
|
})
|
||||||
|
|
||||||
items = append(items, maps.Map{
|
items = append(items, maps.Map{
|
||||||
"name": "服务设置",
|
"name": "网站设置",
|
||||||
"url": "/clusters/cluster/settings/global-server-config?clusterId=" + clusterId,
|
"url": "/clusters/cluster/settings/global-server-config?clusterId=" + clusterId,
|
||||||
"isActive": selectedItem == "globalServerConfig",
|
"isActive": selectedItem == "globalServerConfig",
|
||||||
"isOn": true,
|
"isOn": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user