From 969c26269945840bab8b5fc73c6d8a719322b620 Mon Sep 17 00:00:00 2001 From: kirillius Date: Sat, 15 Aug 2026 00:56:49 +0300 Subject: [PATCH] fix menu --- webui/src/modules/router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/src/modules/router.js b/webui/src/modules/router.js index 0b6ad9f..396584a 100644 --- a/webui/src/modules/router.js +++ b/webui/src/modules/router.js @@ -36,7 +36,7 @@ const allMenuItems = [ { label: 'Настройка FRR', path: 'frr', component: 'ru.kirillius.pf.sdn.External.API.Components.FRR' }, { label: 'Настройка ROS', path: 'ros', component: 'ru.kirillius.pf.sdn.External.API.Components.ROS' }, { label: 'Настройка DNSMASQ', path: 'dnsmasq', component: 'ru.kirillius.pf.sdn.External.API.Components.DNSMASQ' }, - { label: 'SRM', path: 'srm', component: 'ru.kirillius.pf.sdn.External.API.Components.SRM' }, + { label: 'Настройка SRM', path: 'srm', component: 'ru.kirillius.pf.sdn.External.API.Components.SRM' }, { label: 'Журнал', path: 'logs', component: null }, { label: 'Сетевые ресурсы', path: 'network-resources', component: null }, { label: 'Разблокировка сайта', path: 'unlock-site', component: null },