Merge pull request #493 from xiezirunpuzzled/patch-1

告警邮件发送内容为空
v1.9.2
许雪里 6 years ago committed by GitHub
commit c90c959c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -148,7 +148,7 @@ public class JobFailMonitorHelper {
" <td width=\"10%\" >"+ I18nUtil.getString("jobconf_monitor_alarm_title") +"</td>\n" + " <td width=\"10%\" >"+ I18nUtil.getString("jobconf_monitor_alarm_title") +"</td>\n" +
" <td width=\"40%\" >"+ I18nUtil.getString("jobconf_monitor_alarm_content") +"</td>\n" + " <td width=\"40%\" >"+ I18nUtil.getString("jobconf_monitor_alarm_content") +"</td>\n" +
" </tr>\n" + " </tr>\n" +
" <thead/>\n" + " </thead>\n" +
" <tbody>\n" + " <tbody>\n" +
" <tr>\n" + " <tr>\n" +
" <td>{0}</td>\n" + " <td>{0}</td>\n" +
@ -157,7 +157,7 @@ public class JobFailMonitorHelper {
" <td>"+ I18nUtil.getString("jobconf_monitor_alarm_type") +"</td>\n" + " <td>"+ I18nUtil.getString("jobconf_monitor_alarm_type") +"</td>\n" +
" <td>{3}</td>\n" + " <td>{3}</td>\n" +
" </tr>\n" + " </tr>\n" +
" <tbody>\n" + " </tbody>\n" +
"</table>"; "</table>";
/** /**

Loading…
Cancel
Save