auto sync data, remove crontab
This commit is contained in:
@@ -49,6 +49,12 @@ class CaptureLogsGrid {
|
||||
};
|
||||
}
|
||||
|
||||
public static function confidence() {
|
||||
return function($model) {
|
||||
return number_format($model->confidence, 2);
|
||||
};
|
||||
}
|
||||
|
||||
public static function rows() {
|
||||
return function($model, $index, $widget, $grid) {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user