Bozhidar Slaveykov 1 year ago
parent
commit
01af6f5af5

+ 1 - 1
compilators/debian/php/php-compile.sh

@@ -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

+ 3 - 1
web/app/Filament/Resources/BackupResource.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
     {

+ 3 - 1
web/app/Filament/Resources/CronJobResource.php

@@ -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
     {

+ 1 - 1
web/app/Filament/Resources/DomainResource.php

@@ -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
     {

+ 1 - 1
web/app/Filament/Resources/HostingAccountResource.php

@@ -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
     {

+ 1 - 1
web/app/Filament/Resources/HostingDatabaseResource.php

@@ -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
     {

+ 1 - 1
web/config/app.php

@@ -16,7 +16,7 @@ return [
     |
     */
 
-    'name' => 'PhyrePanel - Web Hosting Control Panel',
+    'name' => 'PhyrePanel',
 
     /*
     |--------------------------------------------------------------------------

+ 1 - 0
web/storage/installed

@@ -0,0 +1 @@
+installed-2023-11-26 01:12:31