trafficmonitor init...2

This commit is contained in:
최준흠 2025-11-20 10:02:08 +09:00
parent 7e115bc5f8
commit 7e528deb14

View File

@ -24,7 +24,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']];
$actionButtons = ['view' => ICONS['SEARCH'], 'dashboard' => ICONS['CHART'], 'delete' => ICONS['DELETE']];
switch ($action) {
case 'create':
case 'create_form':