This commit is contained in:
Poseidon281 2024-05-15 16:48:32 +02:00
parent 4ad837ff14
commit 7e6231e6de
8 changed files with 8 additions and 8 deletions

View File

@ -15,7 +15,7 @@ class ApiKeyResource extends Resource
public static function getNavigationBadge(): ?string
{
return static::getModel()::count();
return static::getModel()::count();
}
protected static ?string $navigationIcon = 'tabler-key';

View File

@ -12,7 +12,7 @@ class DatabaseHostResource extends Resource
public static function getNavigationBadge(): ?string
{
return static::getModel()::count();
return static::getModel()::count();
}
protected static ?string $label = 'Databases';

View File

@ -12,7 +12,7 @@ class DatabaseResource extends Resource
public static function getNavigationBadge(): ?string
{
return static::getModel()::count();
return static::getModel()::count();
}
protected static ?string $navigationIcon = 'tabler-database';

View File

@ -12,7 +12,7 @@ class EggResource extends Resource
public static function getNavigationBadge(): ?string
{
return static::getModel()::count();
return static::getModel()::count();
}
protected static ?string $navigationIcon = 'tabler-eggs';

View File

@ -12,7 +12,7 @@ class MountResource extends Resource
public static function getNavigationBadge(): ?string
{
return static::getModel()::count();
return static::getModel()::count();
}
protected static ?string $navigationIcon = 'tabler-layers-linked';

View File

@ -13,7 +13,7 @@ class NodeResource extends Resource
public static function getNavigationBadge(): ?string
{
return static::getModel()::count();
return static::getModel()::count();
}
protected static ?string $navigationIcon = 'tabler-server-2';

View File

@ -12,7 +12,7 @@ class ServerResource extends Resource
public static function getNavigationBadge(): ?string
{
return static::getModel()::count();
return static::getModel()::count();
}
protected static ?string $navigationIcon = 'tabler-brand-docker';

View File

@ -13,7 +13,7 @@ class UserResource extends Resource
public static function getNavigationBadge(): ?string
{
return static::getModel()::count();
return static::getModel()::count();
}
protected static ?string $navigationIcon = 'tabler-users';