Skip to content

Commit abebd56

Browse files
committed
1
1 parent bdea86f commit abebd56

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

HttpReports.Web/Views/Home/Monitor.cshtml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
<th>任务标题</th>
3939
<th>状态</th>
4040
<th>监控频率</th>
41-
<th>邮箱</th>
42-
<th>手机</th>
41+
<th>邮箱</th>
4342
<th>服务节点</th>
4443
<th width="276">操作</th>
4544
</tr>
@@ -63,8 +62,7 @@
6362

6463
</td>
6564
<td>@item.CronLike</td>
66-
<td>@item.Email</td>
67-
<td>@item.Mobiles</td>
65+
<td>@item.Email</td>
6866
<td>@item.Node</td>
6967

7068
<td>

0 commit comments

Comments
 (0)