disable spa

tabs do not render on spa currently
This commit is contained in:
Charles 2025-04-25 08:46:39 -04:00
parent 8b4e750f08
commit 3c77c0091f
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ class AdminPanelProvider extends PanelProvider
->id('admin')
->path('admin')
->homeUrl('/')
->spa()
//->spa()
->databaseNotifications()
->breadcrumbs(false)
->brandName(config('app.name', 'Pelican'))

View File

@ -27,7 +27,7 @@ class AppPanelProvider extends PanelProvider
{
return $panel
->id('app')
->spa()
//->spa()
->databaseNotifications()
->breadcrumbs(false)
->brandName(config('app.name', 'Pelican'))

View File

@ -34,7 +34,7 @@ class ServerPanelProvider extends PanelProvider
->id('server')
->path('server')
->homeUrl('/')
->spa()
//->spa()
->databaseNotifications()
->tenant(Server::class)
->brandName(config('app.name', 'Pelican'))