trafficmonitor init...2

This commit is contained in:
choi.jh 2025-11-17 09:00:31 +09:00
parent 85ea196abc
commit 14694a0fd8

View File

@ -23,7 +23,7 @@ class TrafficController extends AdminController
$fields = ['client', 'server', 'switch', 'server_ip', 'interface', 'ip', 'status'];
$filters = ['status'];
$batchjobFilters = $filters;
$actionButtons = ['view' => ICONS['SEARCH'], 'dashboard' => ICONS['CHART'], 'delete' => ICONS['DELETE']];
$actionButtons = ['view' => ICONS['SEARCH'], 'dashboard' => ICONS['CHART']];
switch ($action) {
case 'create':
case 'create_form':