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 ? ( <> - - - - - - - - - ) : ( - <> - - - - - - - - - - - )} +
+ {editingIp === item.ipRange ? ( + <> + handleEditKeyDown(e, item.ipRange)} + useShortValue={true} + /> + + + + + + + + ) : ( + <> + + + + + + + + )} +
))} @@ -1054,15 +1061,6 @@ function IPRangesManager() { />
- {/* Пагинация */} - -