From d90b139714d171a434cc5e7bccde306f219f35fa Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 3 Aug 2022 21:06:08 +0800 Subject: [PATCH] Update crontab.js --- route/static/app/crontab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/static/app/crontab.js b/route/static/app/crontab.js index 459e65d50..3509bdcf4 100755 --- a/route/static/app/crontab.js +++ b/route/static/app/crontab.js @@ -35,7 +35,7 @@ function getLogs(id){ }); setTimeout(function(){ - $("#crontab-log").text(rdata.msg); + $("#crontab-log").html(rdata.msg); },200); },'json'); }