From 4c05913694257571600a75352348333bc28e5940 Mon Sep 17 00:00:00 2001 From: shats Date: Tue, 17 Feb 2026 00:22:24 +0700 Subject: [PATCH] refactor(PingServicesManager): replace PageHeaderActions with a custom button list for improved UI structure --- frontend/src/PingServicesManager.jsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/PingServicesManager.jsx b/frontend/src/PingServicesManager.jsx index 0eb0a54..9285d0a 100644 --- a/frontend/src/PingServicesManager.jsx +++ b/frontend/src/PingServicesManager.jsx @@ -9,7 +9,6 @@ import { IconSearch, } from '@tabler/icons-react'; import PageHeader from './components/PageHeader.jsx'; -import PageHeaderActions from './components/PageHeaderActions.jsx'; import FormModal from './components/FormModal.jsx'; import FormField from './components/FormField.jsx'; import ConfirmModal from './components/ConfirmModal.jsx'; @@ -212,7 +211,7 @@ export default function PingServicesManager() { title="Пинг сервисов" icon={} actions={( - +
- +
)} />