mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
feat: switching to paginated applications list (#6316)
This commit is contained in:
parent
edbd71ac15
commit
3dda4a1f0e
@ -42,7 +42,7 @@ import { LazyProject } from 'component/project/Project/LazyProject';
|
|||||||
import { LoginHistory } from 'component/loginHistory/LoginHistory';
|
import { LoginHistory } from 'component/loginHistory/LoginHistory';
|
||||||
import { FeatureTypesList } from 'component/featureTypes/FeatureTypesList';
|
import { FeatureTypesList } from 'component/featureTypes/FeatureTypesList';
|
||||||
import { ViewIntegration } from 'component/integrations/ViewIntegration/ViewIntegration';
|
import { ViewIntegration } from 'component/integrations/ViewIntegration/ViewIntegration';
|
||||||
import { ApplicationList } from '../application/ApplicationList/ApplicationList';
|
import { PaginatedApplicationList } from '../application/ApplicationList/PaginatedApplicationList';
|
||||||
import { AddonRedirect } from 'component/integrations/AddonRedirect/AddonRedirect';
|
import { AddonRedirect } from 'component/integrations/AddonRedirect/AddonRedirect';
|
||||||
import { ExecutiveDashboard } from 'component/executiveDashboard/ExecutiveDashboard';
|
import { ExecutiveDashboard } from 'component/executiveDashboard/ExecutiveDashboard';
|
||||||
import { FeedbackList } from '../feedbackNew/FeedbackList';
|
import { FeedbackList } from '../feedbackNew/FeedbackList';
|
||||||
@ -173,7 +173,7 @@ export const routes: IRoute[] = [
|
|||||||
{
|
{
|
||||||
path: '/applications',
|
path: '/applications',
|
||||||
title: 'Applications',
|
title: 'Applications',
|
||||||
component: ApplicationList,
|
component: PaginatedApplicationList,
|
||||||
type: 'protected',
|
type: 'protected',
|
||||||
menu: { mobile: true, advanced: true },
|
menu: { mobile: true, advanced: true },
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user