Actions
Feature #1119
closedAdd a per-VIP override to hide it from expansion in drop-down fields
Start date:
12/20/2010
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Description
For some people using Proxy ARP VIPs on large networks (like a /16) the GUI can be very slow to display certain NAT screens which show every IP in a subnet. Adding a per-IP override to hide it from this expansion would allow those to be used for 1:1 NAT and yet hidden from use for port forwards and outbound NAT so the GUI isn't bogged down trying to show a drop-down menu with thousands (or tens of thousands) of entries.
Updated by Ermal Luçi almost 14 years ago
Lazy loading can be a solution to this too.
We program javascript in the background to load, let say, 1000 entries and the requeue it again until done.
Updated by Jim Pingle almost 14 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset e2c1d6c5cf3fda8b9fb370cdb50d4a3578c8efa6.
Updated by Chris Buechler over 12 years ago
- Status changed from Feedback to Resolved
Actions