mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 11:20:53 +08:00
fix(admin): remove one-click update feature and fix fuzzy order search in user management
- Removed the one-click update functionality from the admin panel. - Fixed the issue where order search in user management used fuzzy matching; now uses precise matching.
This commit is contained in:
@@ -387,7 +387,7 @@ class UpdateService
|
||||
Log::info('Restarting Octane server after update...');
|
||||
// Update version cache before restart
|
||||
$this->updateVersionCache();
|
||||
Process::run('php artisan octane:reload');
|
||||
Process::run('php artisan octane:stop');
|
||||
Log::info('Octane server restarted successfully.');
|
||||
} else {
|
||||
Log::info('Octane is not running, skipping restart.');
|
||||
|
||||
8
public/assets/admin/assets/index.js
vendored
8
public/assets/admin/assets/index.js
vendored
File diff suppressed because one or more lines are too long
180
public/assets/admin/assets/vendor.js
vendored
180
public/assets/admin/assets/vendor.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user