diff --git a/frontend/src/FilterManager.jsx b/frontend/src/FilterManager.jsx index e634954..313744c 100644 --- a/frontend/src/FilterManager.jsx +++ b/frontend/src/FilterManager.jsx @@ -495,7 +495,7 @@ function GatewayAutocomplete({ label, value, onChange, gateways = [], required = Ничего не найдено. Уточните запрос по IP, имени или описанию. ) : ( -
+
{filteredGateways.map((gw, idx) => { const isSelected = gw.name === value; const isHighlighted = highlightedIndex === idx; @@ -532,6 +532,12 @@ function GatewayAutocomplete({ label, value, onChange, gateways = [], required = {gw.serverDns}
)} + {(gw.country || gw.provider) && ( +
+ {gw.country && {countryToFlag(gw.country)}} + {gw.provider} +
+ )}
{gw.primary && (