mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 13:14:45 +02:00
Run Pint
This commit is contained in:
parent
4ad837ff14
commit
7e6231e6de
@ -15,7 +15,7 @@ class ApiKeyResource extends Resource
|
|||||||
|
|
||||||
public static function getNavigationBadge(): ?string
|
public static function getNavigationBadge(): ?string
|
||||||
{
|
{
|
||||||
return static::getModel()::count();
|
return static::getModel()::count();
|
||||||
}
|
}
|
||||||
protected static ?string $navigationIcon = 'tabler-key';
|
protected static ?string $navigationIcon = 'tabler-key';
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ class DatabaseHostResource extends Resource
|
|||||||
|
|
||||||
public static function getNavigationBadge(): ?string
|
public static function getNavigationBadge(): ?string
|
||||||
{
|
{
|
||||||
return static::getModel()::count();
|
return static::getModel()::count();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected static ?string $label = 'Databases';
|
protected static ?string $label = 'Databases';
|
||||||
|
@ -12,7 +12,7 @@ class DatabaseResource extends Resource
|
|||||||
|
|
||||||
public static function getNavigationBadge(): ?string
|
public static function getNavigationBadge(): ?string
|
||||||
{
|
{
|
||||||
return static::getModel()::count();
|
return static::getModel()::count();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected static ?string $navigationIcon = 'tabler-database';
|
protected static ?string $navigationIcon = 'tabler-database';
|
||||||
|
@ -12,7 +12,7 @@ class EggResource extends Resource
|
|||||||
|
|
||||||
public static function getNavigationBadge(): ?string
|
public static function getNavigationBadge(): ?string
|
||||||
{
|
{
|
||||||
return static::getModel()::count();
|
return static::getModel()::count();
|
||||||
}
|
}
|
||||||
protected static ?string $navigationIcon = 'tabler-eggs';
|
protected static ?string $navigationIcon = 'tabler-eggs';
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ class MountResource extends Resource
|
|||||||
|
|
||||||
public static function getNavigationBadge(): ?string
|
public static function getNavigationBadge(): ?string
|
||||||
{
|
{
|
||||||
return static::getModel()::count();
|
return static::getModel()::count();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected static ?string $navigationIcon = 'tabler-layers-linked';
|
protected static ?string $navigationIcon = 'tabler-layers-linked';
|
||||||
|
@ -13,7 +13,7 @@ class NodeResource extends Resource
|
|||||||
|
|
||||||
public static function getNavigationBadge(): ?string
|
public static function getNavigationBadge(): ?string
|
||||||
{
|
{
|
||||||
return static::getModel()::count();
|
return static::getModel()::count();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected static ?string $navigationIcon = 'tabler-server-2';
|
protected static ?string $navigationIcon = 'tabler-server-2';
|
||||||
|
@ -12,7 +12,7 @@ class ServerResource extends Resource
|
|||||||
|
|
||||||
public static function getNavigationBadge(): ?string
|
public static function getNavigationBadge(): ?string
|
||||||
{
|
{
|
||||||
return static::getModel()::count();
|
return static::getModel()::count();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected static ?string $navigationIcon = 'tabler-brand-docker';
|
protected static ?string $navigationIcon = 'tabler-brand-docker';
|
||||||
|
@ -13,7 +13,7 @@ class UserResource extends Resource
|
|||||||
|
|
||||||
public static function getNavigationBadge(): ?string
|
public static function getNavigationBadge(): ?string
|
||||||
{
|
{
|
||||||
return static::getModel()::count();
|
return static::getModel()::count();
|
||||||
}
|
}
|
||||||
protected static ?string $navigationIcon = 'tabler-users';
|
protected static ?string $navigationIcon = 'tabler-users';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user