1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-06 14:16:46 +02:00

Version 1.4.5: Optimized performance usermanagement

This commit is contained in:
trendschau
2021-03-18 20:56:40 +01:00
parent 778b3906c2
commit 7ab3c68ef5
5 changed files with 46 additions and 33 deletions

View File

@@ -645,7 +645,7 @@ class SettingsController extends Controller
# use vue template for many users
$totalusers = count($users);
if($totalusers > 2)
if($totalusers > 10)
{
$template = 'settings/userlistvue.twig';
}