feat: create logs
ci-front / build (push) Successful in 2m24s

This commit is contained in:
2026-04-04 06:13:12 +03:00
parent 96f82b4162
commit 95a6902dae
5 changed files with 784 additions and 0 deletions
@@ -7,6 +7,7 @@ import {
FaUsers,
FaRocket,
FaKey,
FaFileAlt,
} from "react-icons/fa";
import { useAuthStore } from "@/modules/auth/store/useAuthStore";
@@ -19,6 +20,7 @@ export const Navigation = () => {
{ path: "/", label: "Главная", icon: FaHome },
{ path: "/add-agents", label: "Деплой", icon: FaRocket },
{ path: "/registration", label: "Регистрация", icon: FaKey },
{ path: "/logs", label: "Логи", icon: FaFileAlt },
{ path: "/admin", label: "Админка", icon: FaUsers, adminOnly: true },
{ path: "/themes", label: "Темы", icon: FaPalette },
];