fleet/frontend/components/forms/fields/SelectTargetsDropdown/TargetDetails
Zachary Wasserman ea93843203 Store only primary IP and MAC for hosts
Fleet used significant resources storing the full network interface
information for each host. This data was unused, except to get the
IP and MAC of the primary interface. With these changes, only those
pieces of data are stored.

- Calculate and store primary IP and MAC
- Remove transaction for storing full interfaces
- Update targets search to use new IP and MAC columns
- Update frontend to use new new columns
2020-07-21 14:05:46 -07:00
..
_styles.scss Styling User Registration (#529) 2016-12-01 13:57:19 -05:00
index.js Rearranging Files & Killing Off colors.js (#482) 2016-11-15 12:52:17 -06:00
TargetDetails.jsx Store only primary IP and MAC for hosts 2020-07-21 14:05:46 -07:00
TargetDetails.tests.jsx Store only primary IP and MAC for hosts 2020-07-21 14:05:46 -07:00