网站访问日志未开启时,在访问日志列表显示提醒文字

This commit is contained in:
GoEdgeLab
2023-09-22 16:26:15 +08:00
parent 16c5a0ff8e
commit a932971255
7 changed files with 86 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ func (this *IndexAction) Init() {
func (this *IndexAction) RunGet(params struct {
ServerId int64
}) {
// 服务分组设置
// 网站分组设置
groupResp, err := this.RPC().ServerGroupRPC().FindEnabledServerGroupConfigInfo(this.AdminContext(), &pb.FindEnabledServerGroupConfigInfoRequest{
ServerId: params.ServerId,
})