修改域名服务界面细节

This commit is contained in:
GoEdgeLab
2021-06-03 22:09:12 +08:00
parent 21d2e7e924
commit 09a193820d
4 changed files with 22 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ func (this *IndexAction) RunGet(params struct {
// 检查是否有新版本
if len(status.OS) > 0 {
checkVersionResp, err := this.RPC().NodeRPC().CheckNodeLatestVersion(this.AdminContext(), &pb.CheckNodeLatestVersionRequest{
checkVersionResp, err := this.RPC().NSNodeRPC().CheckNSNodeLatestVersion(this.AdminContext(), &pb.CheckNSNodeLatestVersionRequest{
Os: status.OS,
Arch: status.Arch,
CurrentVersion: status.BuildVersion,