修复测试版本若干问题

This commit is contained in:
GoEdgeLab
2024-05-16 15:32:58 +08:00
parent 37209e5a72
commit 1dd1cac8b1
5 changed files with 14440 additions and 13183 deletions

View File

@@ -147,7 +147,9 @@ func (this *IndexAction) RunGet(params struct {
missingServerNames = append(missingServerNames, serverName)
}
}
this.Data["missingCertServerNames"] = missingServerNames
if len(missingServerNames) > 0 {
this.Data["missingCertServerNames"] = missingServerNames
}
}
this.Show()