告警邮件发送内容为空

html标签组织
This commit is contained in:
谢滋润 2018-09-14 16:08:24 +08:00 committed by GitHub
parent e56731d78b
commit 52b8cbb3a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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>";
/**