feat(BulkActions): integrate FloatingBulkActionsBar for improved bulk action handling in ASNs and IPRanges managers
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m55s

This commit is contained in:
2026-02-17 10:45:34 +07:00
parent d799c38edf
commit 9482ab6d70
5 changed files with 299 additions and 267 deletions
+8
View File
@@ -1088,6 +1088,14 @@ function IPRangesManager() {
</div>
</div>
<BulkActionsBar
selectedCount={selectedItems.size}
totalCount={paginatedItems.length}
onDeselectAll={deselectAll}
onDelete={handleBulkDelete}
onExport={handleBulkExport}
/>
<ConfirmDialog
open={showDeleteModal}
title={'Удалить IP-диапазон?'}