trafficmonitor init...1

This commit is contained in:
choi.jh 2025-11-13 10:41:57 +09:00
parent 56dc996f01
commit e023f4551b
4 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class CollectorController extends AdminController
$fields = [...$fields, 'created_at'];
break;
case 'index':
case 'download':
$fields = [...$fields, 'created_at'];
break;
default:

View File

@ -38,6 +38,7 @@ class MylogController extends AdminController
$fields = [...$fields, 'created_at'];
break;
case 'index':
case 'download':
$fields = [...$fields, 'created_at'];
break;
default:

View File

@ -37,6 +37,7 @@ class TrafficController extends AdminController
$fields = [...$fields, 'created_at'];
break;
case 'index':
case 'download':
$fields = [...$fields, 'created_at'];
break;
default:

View File

@ -38,6 +38,7 @@ class UserController extends AdminController
$fields = ['id', 'name', 'email', 'mobile', 'role', 'status', 'created_at'];
break;
case 'index':
case 'download':
$fields = ['id', 'name', 'email', 'mobile', 'role', 'status', 'created_at'];
break;
default: