ui pack redo
This commit is contained in:
@@ -235,6 +235,15 @@ export const ADMINISTRATION_ROUTES: Routes = [
|
||||
(m) => m.SystemSettingsPageComponent
|
||||
),
|
||||
},
|
||||
{
|
||||
path: 'offline',
|
||||
title: 'Offline Settings',
|
||||
data: { breadcrumb: 'Offline Settings' },
|
||||
loadComponent: () =>
|
||||
import('../features/offline-kit/components/offline-dashboard.component').then(
|
||||
(m) => m.OfflineDashboardComponent
|
||||
),
|
||||
},
|
||||
// Configuration pane (formerly /console/configuration)
|
||||
{
|
||||
path: 'configuration-pane',
|
||||
|
||||
Reference in New Issue
Block a user