mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-08 06:00:24 +08:00
修复一个单词拼写错误
This commit is contained in:
@@ -387,7 +387,7 @@ func (this *CreateAction) RunPost(params struct {
|
|||||||
AdminId: this.AdminId(),
|
AdminId: this.AdminId(),
|
||||||
Type: params.ServerType,
|
Type: params.ServerType,
|
||||||
Name: params.Name,
|
Name: params.Name,
|
||||||
ServerNamesJON: params.ServerNames,
|
ServerNamesJSON: params.ServerNames,
|
||||||
Description: params.Description,
|
Description: params.Description,
|
||||||
NodeClusterId: clusterId,
|
NodeClusterId: clusterId,
|
||||||
IncludeNodesJSON: includeNodesJSON,
|
IncludeNodesJSON: includeNodesJSON,
|
||||||
|
|||||||
Reference in New Issue
Block a user