refactor: Remove unused preview actions from ASNs, Domains, and IPRanges managers; streamline PageHeaderActions component for improved clarity and usability
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 25m46s

This commit is contained in:
2025-08-13 09:12:36 +07:00
parent 358bfb04b6
commit a9029acea2
4 changed files with 46 additions and 36 deletions
+1 -4
View File
@@ -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';
@@ -415,8 +414,6 @@ function IPRangesManager() {
<div className="col-auto ms-auto d-print-none">
<PageHeaderActions
loading={loading}
onPreview={handlePreviewDiff}
disablePreview={loading || items.length === 0}
onRefresh={fetchItems}
disableRefresh={loading}
onImport={handleImport}