Explorar el Código

Merge branch 'main' into billing_system

IceToast hace 2 años
padre
commit
c44686ceda
Se han modificado 2 ficheros con 4 adiciones y 3 borrados
  1. 1 1
      config/app.php
  2. 3 2
      themes/default/views/admin/users/index.blade.php

+ 1 - 1
config/app.php

@@ -4,7 +4,7 @@ use Illuminate\Support\Facades\Facade;
 
 return [
 
-    'version' => '0.9.3',
+    'version' => '0.9.4',
 
     /*
     |--------------------------------------------------------------------------

+ 3 - 2
themes/default/views/admin/users/index.blade.php

@@ -116,11 +116,12 @@
                         name: 'users.credits'
                     },
                     {
-                        data: 'servers_count'
-
+                        data: 'servers_count',
+                        searchable: false
                     },
                     {
                         data: 'referrals_count',
+                        searchable: false
                     },
                     {
                         data: 'verified',