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:
@@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user