Commit 52b8cbb3 by 谢滋润 Committed by GitHub

告警邮件发送内容为空

html标签组织
parent e56731d7
......@@ -150,7 +150,7 @@ public class JobFailMonitorHelper {
" <td width=\"10%\" >"+ I18nUtil.getString("jobconf_monitor_alarm_title") +"</td>\n" +
" <td width=\"40%\" >"+ I18nUtil.getString("jobconf_monitor_alarm_content") +"</td>\n" +
" </tr>\n" +
" <thead/>\n" +
" </thead>\n" +
" <tbody>\n" +
" <tr>\n" +
" <td>{0}</td>\n" +
......@@ -159,7 +159,7 @@ public class JobFailMonitorHelper {
" <td>"+ I18nUtil.getString("jobconf_monitor_alarm_type") +"</td>\n" +
" <td>{3}</td>\n" +
" </tr>\n" +
" <tbody>\n" +
" </tbody>\n" +
"</table>";
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment