From 54f58ca237605f854c333ad157103c607528d188 Mon Sep 17 00:00:00 2001 From: zouap Date: Mon, 11 Jul 2022 09:51:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- templates/base/footer.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index a15a2a766..333f87471 100755 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -73,6 +73,7 @@ tmp["name"]=json[i].name; tmp["type"]="green"; tmp["icon"]=""; + tmp["content"]=json[i].content; serverItemList.push(tmp); } }