feat(admin-dashboard): add User Feedback link to sidebar navigation
This commit is contained in:
parent
4839ac2799
commit
439610cbe5
@ -28,6 +28,7 @@ import {
|
|||||||
Activity,
|
Activity,
|
||||||
FileText,
|
FileText,
|
||||||
Shield,
|
Shield,
|
||||||
|
MessageSquare,
|
||||||
} from 'lucide-react';
|
} from 'lucide-react';
|
||||||
import { cn } from '@/lib/utils';
|
import { cn } from '@/lib/utils';
|
||||||
import { useAuth } from '@/lib/auth-context';
|
import { useAuth } from '@/lib/auth-context';
|
||||||
@ -54,6 +55,7 @@ const navItems = [
|
|||||||
{ href: '/ops', label: 'Mission Control', icon: Activity },
|
{ href: '/ops', label: 'Mission Control', icon: Activity },
|
||||||
{ href: '/ops/client-logs', label: 'Client Logs', icon: FileText },
|
{ href: '/ops/client-logs', label: 'Client Logs', icon: FileText },
|
||||||
{ href: '/ops/telemetry-policies', label: 'Telemetry Policies', icon: Shield },
|
{ href: '/ops/telemetry-policies', label: 'Telemetry Policies', icon: Shield },
|
||||||
|
{ href: '/feedback', label: 'User Feedback', icon: MessageSquare },
|
||||||
{ href: '/ops/secrets', label: 'Secrets Manager', icon: KeyRound },
|
{ href: '/ops/secrets', label: 'Secrets Manager', icon: KeyRound },
|
||||||
{ href: '/settings', label: 'Settings', icon: Settings },
|
{ href: '/settings', label: 'Settings', icon: Settings },
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user