trafficmonitor init...2
This commit is contained in:
parent
7e115bc5f8
commit
7e528deb14
@ -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':
|
||||
|
||||
Loading…
Reference in New Issue
Block a user