mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Fix flexbox view when there are three items
This commit is contained in:
@@ -13,3 +13,6 @@ Route::group(['prefix' => '/files'], function () {
|
||||
->name('server.files')
|
||||
->where('directory', '.*');
|
||||
});
|
||||
|
||||
Route::get('/')->name('server.index');
|
||||
Route::get('/console')->name('server.console');
|
||||
|
||||
Reference in New Issue
Block a user