优化API升级处理提示文字

This commit is contained in:
GoEdgeLab
2023-04-09 17:29:29 +08:00
parent f4f4de9453
commit 01c009dbfc

View File

@@ -102,7 +102,7 @@ func FailPage(action actions.ActionWrapper, err error) {
var html = `<!DOCTYPE html>
<html>
<head>
<title>有系统错误需要处理</title>
<title>正在处理...</title>
<meta charset="UTF-8"/>
<style type="text/css">
hr { border-top: 1px #ccc solid; }
@@ -116,7 +116,7 @@ func FailPage(action actions.ActionWrapper, err error) {
html += "<div class=\"red\">API节点正在启动请耐心等待完成"
if len(apiNodeProgress) > 0 {
html += "" + apiNodeProgress
html += "" + apiNodeProgress + "(刷新当前页面查看最新状态)"
}
html += "</div>"