show traffic details in admin and customer listings with the info-icon

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-11-06 11:27:32 +01:00
parent 78945768ec
commit 1f70327112
2 changed files with 25 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ return [
'traffic' => [
'label' => lng('customer.traffic'),
'field' => 'traffic',
'callback' => [ProgressBar::class, 'traffic'],
'callback' => [ProgressBar::class, 'traffic_admins'],
],
'caneditphpsettings' => [
'label' => lng('admin.caneditphpsettings'),