Skip to content

Commit c18ac21

Browse files
committed
fix
1 parent 1838d21 commit c18ac21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/view/cron-log/index.volt

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ $(function() {
9898
return Math.abs((data - full.start_time)) + "" ;
9999
}
100100

101-
return 0;
101+
return '';
102102
}
103103
},
104104
{
@@ -110,7 +110,7 @@ $(function() {
110110
var date = new Date(data * 1000);
111111
return date.format('Y-m-d H:i:s');
112112
}
113-
return 0;
113+
return '';
114114
}
115115
},
116116
{

0 commit comments

Comments
 (0)