update
This commit is contained in:
parent
39779123f2
commit
01af6f5af5
8 changed files with 12 additions and 7 deletions
|
@ -26,7 +26,7 @@ sudo ./configure --prefix=/usr/local/phyre/php \
|
|||
--with-gettext \
|
||||
--with-curl \
|
||||
--with-zip \
|
||||
--enable-mbstring
|
||||
--enable-mbstring
|
||||
# --with-libdir=lib/$(arch)-linux-gnu
|
||||
|
||||
# Compile PHP
|
||||
|
|
|
@ -17,7 +17,9 @@ class BackupResource extends Resource
|
|||
{
|
||||
protected static ?string $model = Backup::class;
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||
protected static ?string $navigationIcon = 'heroicon-o-inbox-stack';
|
||||
|
||||
protected static ?int $navigationSort = 100;
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
|
|
|
@ -17,7 +17,9 @@ class CronJobResource extends Resource
|
|||
{
|
||||
protected static ?string $model = CronJob::class;
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||
protected static ?string $navigationIcon = 'heroicon-o-clock';
|
||||
|
||||
protected static ?int $navigationSort = 99;
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@ class DomainResource extends Resource
|
|||
{
|
||||
protected static ?string $model = Domain::class;
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||
protected static ?string $navigationIcon = 'heroicon-o-globe-europe-africa';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@ class HostingAccountResource extends Resource
|
|||
{
|
||||
protected static ?string $model = HostingAccount::class;
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||
protected static ?string $navigationIcon = 'heroicon-o-users';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@ class HostingDatabaseResource extends Resource
|
|||
{
|
||||
protected static ?string $model = HostingDatabase::class;
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||
protected static ?string $navigationIcon = 'heroicon-o-circle-stack';
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
|
|
|
@ -16,7 +16,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'name' => 'PhyrePanel - Web Hosting Control Panel',
|
||||
'name' => 'PhyrePanel',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
1
web/storage/installed
Normal file
1
web/storage/installed
Normal file
|
@ -0,0 +1 @@
|
|||
installed-2023-11-26 01:12:31
|
Loading…
Reference in a new issue