fix and update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
'use client';
|
||||
|
||||
import Link from 'next/link';
|
||||
import { Bot, Boxes, Settings2, ShieldCheck, Users } from 'lucide-react';
|
||||
import { Bot, Boxes, Download, Settings2, ShieldCheck, Users } from 'lucide-react';
|
||||
import { cn } from '@/lib/utils';
|
||||
import { PublicUser } from '@/lib/api';
|
||||
|
||||
@@ -36,6 +36,12 @@ const links = [
|
||||
label: 'Настройки',
|
||||
icon: Settings2,
|
||||
permissions: ['canManageSettings'] as const
|
||||
},
|
||||
{
|
||||
href: '/admin/releases',
|
||||
label: 'Приложения',
|
||||
icon: Download,
|
||||
permissions: ['canManageSettings'] as const
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user