mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-28 15:27:24 +08:00
disable topbar
This commit is contained in:
@@ -42,7 +42,7 @@ class AppPanelProvider extends PanelProvider
|
|||||||
->spa()
|
->spa()
|
||||||
->homeUrl("/")
|
->homeUrl("/")
|
||||||
->sidebarWidth("15rem")
|
->sidebarWidth("15rem")
|
||||||
->topbar(true)
|
->topbar(false)
|
||||||
->sidebarCollapsibleOnDesktop(true)
|
->sidebarCollapsibleOnDesktop(true)
|
||||||
->authGuard("nexus-web")
|
->authGuard("nexus-web")
|
||||||
->path('nexusphp')
|
->path('nexusphp')
|
||||||
|
|||||||
Reference in New Issue
Block a user