refactor(App, MikrotikBackupsManager): remove unused IconDatabaseBackup and update icon reference for Mikrotik backups
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m28s

This commit is contained in:
2026-02-09 16:51:21 +07:00
parent bcbbdc19e4
commit 0d9542d7e9
2 changed files with 2 additions and 4 deletions
+2 -3
View File
@@ -20,8 +20,7 @@ import {
IconDownload, IconDownload,
IconCreditCard, IconCreditCard,
IconMenu2, IconMenu2,
IconArrowsExchange, IconArrowsExchange
IconDatabaseBackup
} from '@tabler/icons-react'; } from '@tabler/icons-react';
import ServerManager from './ServerManager'; import ServerManager from './ServerManager';
import FilterManager from './FilterManager'; import FilterManager from './FilterManager';
@@ -204,7 +203,7 @@ function MainLayout() {
icon: IconSettings, icon: IconSettings,
items: [ items: [
{ id: 'auto-urls', title: t('autoUrls'), path: '/auto-urls', icon: IconDownload }, { id: 'auto-urls', title: t('autoUrls'), path: '/auto-urls', icon: IconDownload },
{ id: 'mikrotik-backups', title: t('mikrotikBackups'), path: '/mikrotik-backups', icon: IconDatabaseBackup } { id: 'mikrotik-backups', title: t('mikrotikBackups'), path: '/mikrotik-backups', icon: IconDatabase }
] ]
}, },
// Убрали неиспользуемые/неработающие разделы // Убрали неиспользуемые/неработающие разделы
-1
View File
@@ -7,7 +7,6 @@ import EmptyState from './components/EmptyState.jsx';
import Tooltip from './components/Tooltip.jsx'; import Tooltip from './components/Tooltip.jsx';
import ServerAutocompleteInput from './components/ServerAutocompleteInput.jsx'; import ServerAutocompleteInput from './components/ServerAutocompleteInput.jsx';
import { import {
IconDatabaseBackup,
IconRefresh, IconRefresh,
IconAlertTriangle, IconAlertTriangle,
IconEye, IconEye,