Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c90c959c
authored
Sep 24, 2018
by
许雪里
Committed by
GitHub
Sep 24, 2018
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge pull request #493 from xiezirunpuzzled/patch-1
告警邮件发送内容为空
parents
def7afa9
52b8cbb3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
xxl-job-admin/src/main/java/com/xxl/job/admin/core/thread/JobFailMonitorHelper.java
xxl-job-admin/src/main/java/com/xxl/job/admin/core/thread/JobFailMonitorHelper.java
View file @
c90c959c
...
@@ -148,7 +148,7 @@ public class JobFailMonitorHelper {
...
@@ -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 {
...
@@ -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>"
;
/**
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment