diff --git a/frontend/src/ASNsNewManager.jsx b/frontend/src/ASNsNewManager.jsx
index 033cf4c..005585d 100644
--- a/frontend/src/ASNsNewManager.jsx
+++ b/frontend/src/ASNsNewManager.jsx
@@ -769,37 +769,44 @@ function ASNsNewManager() {
{renderCommunityBadge(item.community)} |
- {editingAsn === item.asn ? (
- <>
- handleEditKeyDown(e, item.asn)}
- className={`form-control d-inline-block me-2${isValidCommunity(editingValue) ? '' : ' is-invalid'}`}
- style={{ width: '150px' }}
- useShortValue={true}
- />
-
-
-
-
-
-
- >
- ) : (
- <>
-
-
-
-
-
-
-
-
-
- >
- )}
+
+ {editingAsn === item.asn ? (
+ <>
+ handleEditKeyDown(e, item.asn)}
+ className={`form-control d-inline-block me-2${isValidCommunity(editingValue) ? '' : ' is-invalid'}`}
+ style={{ width: '150px' }}
+ useShortValue={true}
+ />
+
+
+
+
+
+
+ >
+ ) : (
+ <>
+
+
+
+
+
+
+ >
+ )}
+
|
))}
diff --git a/frontend/src/DomainsNewManager.jsx b/frontend/src/DomainsNewManager.jsx
index 54de9da..c5b2e23 100644
--- a/frontend/src/DomainsNewManager.jsx
+++ b/frontend/src/DomainsNewManager.jsx
@@ -771,7 +771,7 @@ function DomainsNewManager() {
-
+
{editingDomain === item.domain ? (
<>
|
{renderCommunityBadge(item.community)} |
- {editingIp === item.ipRange ? (
- <>
- handleEditKeyDown(e, item.ipRange)}
- useShortValue={true}
- />
-
- handleSaveEdit(item.ipRange)} disabled={!isValidCommunity(editingValue)}>
-
-
-
-
- >
- ) : (
- <>
-
- handleEdit(item)} title="Редактировать">
-
-
- copyToClipboard(`${item.ipRange} ${item.community}`)} title="Копировать">
-
-
- confirmDelete(item)} title="Удалить">
-
- >
- )}
+
+ {editingIp === item.ipRange ? (
+ <>
+ handleEditKeyDown(e, item.ipRange)}
+ useShortValue={true}
+ />
+
+ handleSaveEdit(item.ipRange)} disabled={!isValidCommunity(editingValue)} aria-label="Сохранить">
+
+
+
+
+
+
+
+
+ >
+ ) : (
+ <>
+
+ handleEdit(item)} title="Редактировать">
+
+
+
+
+ confirmDelete(item)} title="Удалить">
+
+
+
+ >
+ )}
+
|
))}
@@ -1054,15 +1061,6 @@ function IPRangesManager() {
/>
- {/* Пагинация */}
-
-