修复测试版本若干问题

This commit is contained in:
刘祥超
2024-05-16 15:32:58 +08:00
parent edb480e3d7
commit 7247fff017
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()