Commit 0a1f83a8 authored by wangqinghua's avatar wangqinghua

update

parent 9fe954f2
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
<span *ngIf="item.status == 0">启用</span> <span *ngIf="item.status == 0">启用</span>
<span *ngIf="item.status == 1">禁用</span> <span *ngIf="item.status == 1">禁用</span>
</td> </td>
<td>{{item.lastCheckTime}}</td> <td>{{item.lastCheckTime | date:'yyyy-MM-dd HH:mm:ss'}}</td>
<td>{{item.steps.length}}</td> <td>{{item.steps.length}}</td>
<td>{{item.delay}}</td> <td>{{item.delay}}</td>
<td>{{item.retries}}</td> <td>{{item.retries}}</td>
......
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 to comment