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,
|
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 }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
// Убрали неиспользуемые/неработающие разделы
|
// Убрали неиспользуемые/неработающие разделы
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user