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') ->id('admin')
->path('admin') ->path('admin')
->homeUrl('/') ->homeUrl('/')
->spa() //->spa()
->databaseNotifications() ->databaseNotifications()
->breadcrumbs(false) ->breadcrumbs(false)
->brandName(config('app.name', 'Pelican')) ->brandName(config('app.name', 'Pelican'))

View File

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

View File

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