WIP
Signed-off-by: Nguyen Van Nguyen <nguyennv1981@gmail.com>
This commit is contained in:
parent
acc90ac1d0
commit
127ede5503
4 changed files with 4 additions and 3 deletions
|
@ -29,6 +29,7 @@ class ManageZimbraSettings extends SettingsPage
|
|||
protected static ?string $navigationIcon = 'heroicon-o-cog-6-tooth';
|
||||
protected static ?string $slug = 'zimbra-settings';
|
||||
protected static string $settings = ZimbraSettings::class;
|
||||
protected static ?string $navigationGroup = 'Settings';
|
||||
|
||||
public static function getNavigationLabel(): string
|
||||
{
|
||||
|
|
|
@ -16,8 +16,8 @@ use Illuminate\Database\Eloquent\SoftDeletingScope;
|
|||
class AgencyResource extends Resource
|
||||
{
|
||||
protected static ?string $model = Agency::class;
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||
protected static ?string $navigationGroup = 'Settings';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
|
|
|
@ -16,8 +16,8 @@ use Illuminate\Database\Eloquent\SoftDeletingScope;
|
|||
class ClassOfServiceResource extends Resource
|
||||
{
|
||||
protected static ?string $model = ClassOfService::class;
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||
protected static ?string $navigationGroup = 'Settings';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
|
|
|
@ -16,8 +16,8 @@ use Illuminate\Database\Eloquent\SoftDeletingScope;
|
|||
class MailHostResource extends Resource
|
||||
{
|
||||
protected static ?string $model = MailHost::class;
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||
protected static ?string $navigationGroup = 'Settings';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue