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
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m28s
This commit is contained in:
@@ -20,8 +20,7 @@ import {
|
||||
IconDownload,
|
||||
IconCreditCard,
|
||||
IconMenu2,
|
||||
IconArrowsExchange,
|
||||
IconDatabaseBackup
|
||||
IconArrowsExchange
|
||||
} from '@tabler/icons-react';
|
||||
import ServerManager from './ServerManager';
|
||||
import FilterManager from './FilterManager';
|
||||
@@ -204,7 +203,7 @@ function MainLayout() {
|
||||
icon: IconSettings,
|
||||
items: [
|
||||
{ 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 }
|
||||
]
|
||||
},
|
||||
// Убрали неиспользуемые/неработающие разделы
|
||||
|
||||
@@ -7,7 +7,6 @@ import EmptyState from './components/EmptyState.jsx';
|
||||
import Tooltip from './components/Tooltip.jsx';
|
||||
import ServerAutocompleteInput from './components/ServerAutocompleteInput.jsx';
|
||||
import {
|
||||
IconDatabaseBackup,
|
||||
IconRefresh,
|
||||
IconAlertTriangle,
|
||||
IconEye,
|
||||
|
||||
Reference in New Issue
Block a user