diff --git a/frontend/src/ASNsNewManager.jsx b/frontend/src/ASNsNewManager.jsx
index 684aacc..dd44104 100644
--- a/frontend/src/ASNsNewManager.jsx
+++ b/frontend/src/ASNsNewManager.jsx
@@ -15,8 +15,7 @@ import {
IconDeviceFloppy,
IconHash,
IconClock,
- IconFileText,
- IconEye
+ IconFileText
} from '@tabler/icons-react';
import LockBanner from './components/LockBanner.jsx';
import TableSkeleton from './components/TableSkeleton.jsx';
@@ -399,8 +398,6 @@ function ASNsNewManager() {
- {onOnlineUpdate && (
-
- )}
- {onBackgroundUpdate && (
-
+ {(onBackgroundUpdate || onOnlineUpdate) && (
+
+ {/* Дефолтное действие — фоновое обновление */}
+
+ {(onBackgroundUpdate && onOnlineUpdate) && (
+ <>
+
+
+
+
+
+ >
+ )}
+
)}
- {onPreview && (
-
- )}
{onRefresh && (
)}
- {onImport && (
-
- )}
- {onExport && (
-
+ {(onImport || onExport) && (
+
+
+
+ {onImport && (
+
+ )}
+ {onExport && (
+
+ )}
+
+
)}
{onClear && (