-
This commit is contained in:
@ -15,6 +15,7 @@ import {
|
|||||||
IconStarFilled,
|
IconStarFilled,
|
||||||
IconDashboard,
|
IconDashboard,
|
||||||
IconKey,
|
IconKey,
|
||||||
|
IconFunction,
|
||||||
} from '@tabler/icons-react';
|
} from '@tabler/icons-react';
|
||||||
import Breadcrumbs from '../components/Breadcrumbs';
|
import Breadcrumbs from '../components/Breadcrumbs';
|
||||||
|
|
||||||
@ -48,6 +49,14 @@ const HomePage: React.FC = () => {
|
|||||||
path: '/app/kms',
|
path: '/app/kms',
|
||||||
category: 'Security',
|
category: 'Security',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'faas',
|
||||||
|
name: 'Function-as-a-Service',
|
||||||
|
description: 'Deploy and manage serverless functions',
|
||||||
|
icon: IconFunction,
|
||||||
|
path: '/app/faas',
|
||||||
|
category: 'Development',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const toggleFavorite = (appId: string) => {
|
const toggleFavorite = (appId: string) => {
|
||||||
@ -137,4 +146,4 @@ const HomePage: React.FC = () => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default HomePage;
|
export default HomePage;
|
||||||
|
|||||||
Reference in New Issue
Block a user