auto sync data, remove crontab

This commit is contained in:
2020-12-22 14:57:13 +07:00
parent bba20c9c17
commit 3f289ddc9d
11 changed files with 122 additions and 15 deletions

View File

@@ -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 [